Clipboard v1.4

Overview

Clipboard is a flexible, web-based application for developing simple web-based questionnaires.

Feature list

What's new in Clipboard 1.4?


What's new in Clipboard 1.3?

Installation

There are two main parts of the application: console.php which is the admin interface to the questionnaires and results; and survey.php which displays the questionnaire to a respondent and processes their responses.

To install the application:

  1. Open /includes/adminuser.php in a text editor and set the username and password and the top of the script
  2. Create a new directory on your web server (e.g. 'clipboard')
  3. Within that directory, create a directory called 'surveys' with permissions set to 777 (or lower - in the interests of better security - if your webserver will allow you)
  4. Within the new 'surveys' directory, create another directory called 'temp' with permissions set to 777 (or lower)
  5. Upload console.php and surveys.php, and the includes and documentation directories to the new 'clipboard' directory

Getting started

Go to http://<yourwebsite>/clipboard/console.php and login using the details you defined in adminuser.php.

Screenshot of console page

New questionnaire

To create a new questionnaire, specify the number of questions to create and click 'Create' in the 'New' section.

In the new questionnaire form, simply give the questionnaire a name, and enter question text for each question you would like to include.

For each question, you will need to specify its type, as follows:

Single:
a question with a list of options from which respondents can choose one
Multi:
a question with a list of options (tick boxes) from which a respondent can choose as many as apply
Smallbox:
a one-line text box for short written answers
Bigbox:
a multi-line text box with scroll bar for longer written answers

Under 'Responses' for each question, you can specify the list of tickbox options (each on a new line) which appears, or the default text to be shown in a text box. For example, entering...

Screenshot of question editing page

...in the 'Responses' box for a 'Single' or 'Multi' question will mean the question options when displayed to respondents are:

Screenshot of survey page

Edit questionnaire

There are two ways to edit a questionnaire in Clipboard: graphically, by entering text into a form template; or by editing the raw questionnaire in XML format. The form-based approach is normally more user friendly, but with experience, you may find it is quicker to create a questionnaire directly in XML, which gives you lots of flexibility to re-order questions as you want.

When using the form-based approach, you can insert a new question after an existing one, and edit the question text and response list.

Clipboard auto-numbers your questionnaire starting at 1. So, if you have a questionnaire with five questions, and decide to insert a new question after question 3, Clipboard will automatically renumber question 4 to 5, and 5 to 6 for you, and show a new empty question in the right place.

n.b. Be careful when editing the 'raw' XML questionnaire definition file. The structure of tags is very important to the way Clipboard displays and processes questionnaires, and the application may not work properly if the tags do not match up exactly.

View questionnaire

This is a handy shortcut to enable you to preview the questionnaire respondents will see on-screen from within the console. While you are logged in to the console, you will see a 'Go...' bar of links at the top of the screen. This is only shown while you are logged in, and will not be displayed to people completing your survey. It provides you with a convenient way back to the console while in preview mode.

Results

Clipboard offers you two options for accessing the data collected through your questionnaires: a simple text box of results you can edit, or cut-and-paste from; or the option to email a tab-delimited plain text file of the results to a specified email account.

n.b. Be careful when editing the 'raw' results directly - response fields are separated by tab characters, and by editing the results, you may inadvertently alter the field structure, which could results in different rows not sharing the same layout of fields.

Delete questionnaires & temporary files

Deleting a questionnaire is fairly self-explanatory - select it from the menu, click 'Delete' and confirm. Beware that once deleted, the questionnaire cannot be recovered.

When completing a questionnaire, Clipboard offers respondents the opportunity to save their responses before completing the survey, in case they need more time or want to complete the questionnaire in more than one session. In these cases, it generates and stores a temporary file containing their answers, and provides them with a unique URL link to the survey which they can bookmark in their favourites. By returning to this link at a future date, they will find the question form pre-populated with their previously-given answers, and when they complete the questionnaire and submit it, the temporary file is deleted. However, if they do not return to the questionnaire, the temporary file will remain, so there is an option within the console to delete old temporary files for survey projects which are no longer active.

Options

Clipboard uses customisable templates or header files to control the configuration and look and feel of surveys. These template files contain the CSS stylesheet rules, which determine the colours, fonts and sizes used in the survey layout. You can edit them directly to customise the look and feel of the application to your organisation. It also contains a number of configuration settings near the top of the file:

$bigboxwidth - the width of a large 'bigbox' questionnaire field, in characters
$bigboxheight - the height of a large 'bigbox' questionnaire field, in rows
$smallboxwidth - the width of a single-line 'smallbox' questionnaire field, in characters
$questionperpage - if FALSE questions are all shown on one screen. If TRUE each question is shown separately with 'Next' and 'Previous' buttons for navigation (requires Javascript to be enabled)
$postponeoption - if TRUE, respondents have the option to save a half-finished survey and return to it later via unique link. if FALSE, this option is not presented.
$progressindicator - if TRUE respondents are shown a percentage indicator of how much of the survey they have completed (if in 'one question per page' mode). If FALSE no indicator is displayed
$progressbar - whereas $progressindicator is a textual indicator, if TRUE, $progressbar shows a thermometer-style graphical representation of percentage complete. Again, only applies to multipage surveys.
$nextbuttonlabel - multipage surveys only: the wording on the button which takes respondents on to the next question. Can be localised, or just amended to your preferred text.
$previousbuttonlabel - multipage surveys only: the wording on the button which takes respondents back to the preceding question. Can be localised, or just amended to your preferred text.
$submitbuttonlabel - the wording on the button at the end of the survey which respondents use to submit their answers. Can be localised, or just amended to your preferred text.
$multicolumns - if TRUE, answer options for single (radio button) and multi (checkbox) questions are displayed in two columns to make for a more compact layout.
$organisationname - the name of your organisation which appears in the page title bar
$thankyoutext - the text at the end of the questionnaire before the submit button which thanks respondents for their time. Can be localised, or just amended to your preferred text.
$bigboxwidth - the width of a large 'bigbox' questionnaire field, in characters

New in Clipboard 1.4:

$confirmationmessage - the text which appears on final screen, once questionnaire has been submitted. The default is " "Many thanks - your responses have been received. You can now close this window."
$surveystatus - if CLOSED, respondents are politely told the survey is no longer accepting responses. If OPEN, survey is displayed as normal.

Sometimes, it can be helpful to have a plain text version of the questionnaire available, for example in preparing a version to administered on paper, or to email to somebody without web access - or simply as a backup. You can select a questionnaire, enter your email address and have a simple text version sent to you as an attachment. If you want the options and checkboxes from the web version of the questionnaire translated into "[ ]" tickboxes and dotted lines, leave the 'Include tickboxes' option ticked.

How-Tos and FAQs

Q. How secure are the results?
Results from the questionnaires are stored in plain text format as .dat files in the 'surveys' directory of your Clipboard installation. We advise you to set permissions for the surveys directory to '600' which will deny access to the data files to browsers, but allow the Clipboard scripts to read and write effectively.
Q. How should I secure Clipboard
Though the application needs to read and write from the /surveys and /templates directories, you should secure these so they can't be browsed. For example, create a .htaccess file in the /surveys directory containing the text 'deny from all'.
Q. How do I delete a question?
Just delete the question text for that question, and save changes. Clipboard checks for 'empty' questions when saving questionnaire files, and will delete them.
Q. Can I have a box for 'Other, please specify' in a single or multi question?
Yes - just include 'other_specify' as one of your options in the response list, and this will be automatically transformed into a text box for an open-ended 'Other' response.
Q. I want a question in several parts (e.g. 1a, 1b, 1c) but Clipboard's auto-numbering won't let me customise this. What can I do?
You can effectively 'turn off' the auto-numbering in the survey display form by adding a CSS rule in the header as follows:
.questionnumber {
  display: none;
}
This will 'hide' the question number for each question. You can then manually add a question number in whatever format you like to the question text for each question.
Q. Can I set up my questionnaire so that respondents only see one question on the screen at once, instead of the whole questionnaire being visible?
Yes - under 'Options', click on 'Edit Header' and find the line that says $questionperpage = "FALSE";. Replace FALSE with TRUE and save the header. Each question in the questionnaire will then appear on a separate screen, with 'Next' and 'Previous' buttons to allow the respondent to move backwards and forwards through the survey. To show a progress indicator ('x% complete'), set the $progressindicator setting to TRUE in the header.
Q. Can I validate the answers given to questions (e.g. to ensure there are no blank fields, or that numbers entered are within a certain range)?
To some extent, yes: in Edit view, use the 'Validation' menu to define smallbox and bigbox questions which you want to force respondents to answer. In future versions of Clipboard, we will add other kinds of validation, and hopefully extend it to all question types.
Q. How can I ensure that respondents have to complete a single or multi question?
Sorry, in this version, Javascript-based validation only applies to smallbox and bigbox questions, not single or multi questions.
Q. I've got a long list of answer options - can I save space by having them displayed in two columns?
Yes - edit the relevant template as follows: $multicolumns = "TRUE".
Q. I've used Clipboard in the past. Has version 1.3 changed the questionnaire format?
Slightly - we have added <template> and <validation> tags to the questionnaire definition, but these are backwards compatible so you should be safe to copy across old surveys into Clipboard 1.3 and the data format will be updated transparently. Version 1.4 has made no changes to questionnaire format, though it does add a field to the start of each data row to record the user ID. If no user ID is supplied in the URL string to the survey, 'Anonymous' is entered instead.
Q. OK, I've had lots of responses to my survey now. How can I stop people continuing to fill in the form?
Edit the relevant template as follows: $surveystatus = "CLOSED". Future visitors will see a polite message telling them the survey is no longer accepting responses (you can edit this message in the thankyou.php file).
Q. I want to customise the template with my logo - how do I do that?
Edit the relevant template file, and within the CSS <style>rules, look for the background: url("... rule within the clientlogo selector. Change the URL of the file to the URL of your logo, and amend the width and height accordingly.
Q. What does 'virtually unlimited questions' mean?
Editing very large questionnaires may be slow on some web servers, so Clipboard won't allow you to create a new survey with more than 200 questions in one go. In one-question-per-page view, the software is set up for a maximum of 50 screens/questions - though you could edit the line of Javascript starting var sections to extend this if you're feeling brave.
Q. Can I use filtering or routing to ask different questions on the basis of answers given previously?
No, sorry that functionality has not yet been added to Clipboard.
Q. How can I tell respondents apart? Can I send them unique links to use, and then match up the data?
Yes, Clipboard 1.4 now lets you add a user ID to the survey link string, and store this in the response data. For example, if your link was http://www.pentri.com/clipboard/survey.php?surveyid=1&uid=XYZ123 then the value 'XYZ123' would be automatically added to the start of the response data for that respondent; where no uid value is cited in the link, 'Anonymous' is added instead.
Q. Do you offer support for Clipbaord? I want a custom feature or help setting it up
Generally speaking, support is not offered for Clipboard, but please contact me if you have specific queries or requests, and I will do my best to help. For example, in response to specific requests I have created custom versions of the scripts to include image uploading.
Q. How does the 'Save and return later' option work? Does it involve setting a cookie on the respondent's PC?
When a respondent hits 'Save and return later' instead of submitting their responses, all the answers they have entered so far are stored in a unique datafile on the server. No cookies are used. The respondent is presented with a link which includes a unique reference to the datafile created when they postponed the questionnaire previously. When they access this link at a later date, those responses are inserted back into the questionnaire.
Q. How do I log out of the console?
Just close down your web browser window, or click 'Logout'. When you log in, a cookie is set which remembers you while your browser window is open - as soon as you close it down, you will be logged out.

Feedback & Usage policy

Any comments or queries about this software should be addressed to Steph Gray

You are free to use this software, and refine or improve it for your own purposes under the terms of the GPL licence. You may not use any element of this software within commercial projects or charge for it, or obscure or remove Pentri's name or Steph Gray's contact details from the application.

Version history

1.0, 22 August 2004
Initial release for testing
1.1, 25 August 2004
Bug fix release, plus question insertion between questions, auto-question numbering
1.1e, 27 August 2004
Allows 'Other, specify' responses, questionnaire deletion, plain text survey export, conformance with Bobby 'AA' level accessibility
1.1f, 1 September 2004
Better accessibility (labels), multi-page survey option, progress indicator
1.2, 12 September 2004
More usable console page, replaced comma-delimited response options with new-line delimited, updated documentation, additional on-screen help
1.2a2, 20 October 2004
Bug fix release whereby placeholder text deletion was removing answers entered as the first code in single and multi questions too
1.3, 20 January 2005
Feature upgrade: multiple templates (header/stylesheets) per installation, validation/force answers to open text fields, two-column answer lists, option to turn off 'Save and return', logout option, configurable 'thanks' text
1.4, 20 August 2006
Feature upgrade & bug fixes: reporting, survey closing, unique user id capture, fixes to various minor bugs
haka bibles purchase haka bibles purchase dry architectual home plans architectual home plans follow steer decorative ceramic tiles steer decorative ceramic tiles chick perfecseal perfecseal seat alternative health associates alexandria alternative health associates alexandria such kareoke machine and massachusetts kareoke machine and massachusetts burn cvs brunswick maine cvs brunswick maine was kurland polo club kurland polo club song zippo cargo case zippo cargo case then inka sansi inka sansi blow wasilly chair wasilly chair about belkin driver f8e882 opt belkin driver f8e882 opt syllable classifieds chronicle centralia wa classifieds chronicle centralia wa begin jonathan wahl dc jonathan wahl dc enemy elementary lessons fossils elementary lessons fossils throw dynamite dux java dynamite dux java note bruker axs d8 advance bruker axs d8 advance tree crowder murder crowder murder far professional sales rv professional sales rv still erorica literature erorica literature idea james rachels cultural relativism james rachels cultural relativism sudden ethnic shavers ethnic shavers act gmat conference ny ny gmat conference ny ny enough carolyn hubers files carolyn hubers files interest bd reactors ice tools bd reactors ice tools valley children of beslam children of beslam any wyou tv wyou tv send saturn sl ignition problems saturn sl ignition problems ride brittney haycock brittney haycock knew minuteman rockville centre minuteman rockville centre contain kmo test kmo test told buy military cadence buy military cadence ground download moulin rouge soundtrack download moulin rouge soundtrack state navajo chief recurve navajo chief recurve whole plank melnick plank melnick tell usdint 1t2 usdint 1t2 good parade all america basketball parade all america basketball smile louise p sprance louise p sprance world aljandra 2005 aljandra 2005 language visa charge card visa charge card shout fix nero fixation error fix nero fixation error use greenbelt park and ride greenbelt park and ride busy the song oxy cotton the song oxy cotton find cti salon wisconsin cti salon wisconsin why fachon paris fachon paris month sas sandels sas sandels joy 7 65 mauser hsc barrel 7 65 mauser hsc barrel fall shippensburg corn fest shippensburg corn fest him minot nd accomadation minot nd accomadation connect fairchild semiconductor mosfet factory fairchild semiconductor mosfet factory up arc teryx alpha lt jacket arc teryx alpha lt jacket smile metrocard senior citizens metrocard senior citizens true . ora quest dental ora quest dental winter aluminium pitting repair aluminium pitting repair danger 819 water st 819 water st I longoni cue case longoni cue case speech hubtex sideloader hubtex sideloader job heartland exspress heartland exspress notice calabasas school district calabasas school district three sara armstrong richardson sara armstrong richardson town darton diamond darton diamond reply gionfriddo emanuele gionfriddo emanuele just superbad clips bed superbad clips bed cat baha cruiser boat baha cruiser boat weight ed mcully ed mcully common stains fiberglass shower stains fiberglass shower bread genital massage napa ca genital massage napa ca noun dick read method dick read method let maroone collision center delray maroone collision center delray mother feint definition feint definition still target josh goot online target josh goot online brown ayahuasca tribe ayahuasca tribe valley dies irea mayo dies irea mayo ear cashton limestone propety cashton limestone propety fun life is beautyful life is beautyful salt edna hawkinson edna hawkinson by islamodora islamodora father uss preble ddg 88 uss preble ddg 88 perhaps galiano island road map galiano island road map success texas ww2 army installations texas ww2 army installations five meditative yoga marietta georgia meditative yoga marietta georgia leg caddy 3 8 crack caddy 3 8 crack key cerebral palsy alcohol relaxation cerebral palsy alcohol relaxation ship umagat umagat either iron hawg hazleton iron hawg hazleton rest mutron 3 schematic mutron 3 schematic quart download fly the copter download fly the copter continent swiss brevet movement swiss brevet movement of jim ayer puzzles jim ayer puzzles planet dinosaur exhibit michigan dinosaur exhibit michigan main buc france map buc france map here bland county schools va bland county schools va visit amanda miklavcic amanda miklavcic live teacher debbie landry teacher debbie landry money concumer price index concumer price index if antique appraisers san diego antique appraisers san diego lift plh inc vancouver plh inc vancouver city penace penace case backback purses backback purses event marryland maps marryland maps such renaissance waikiki renaissance waikiki continue remote control helecopters games remote control helecopters games busy washington fair housing alliance washington fair housing alliance paragraph low bake polyurethane low bake polyurethane cloud harlem globetrotters roster archive harlem globetrotters roster archive ground bridgestone blizzak lm 22 bridgestone blizzak lm 22 consider mulch bag mulch bag thing poodle puppy growth poodle puppy growth pass offtrack betting san diego offtrack betting san diego woman koke am radio koke am radio fell alice in wonderland explained alice in wonderland explained vary gabelli telecommunications gabelli telecommunications circle guild wow kilrogg guild wow kilrogg house terex digger derrick parts terex digger derrick parts ground abode photoshop help abode photoshop help and cantilever bike seat support cantilever bike seat support too nanad ko choda nanad ko choda sudden volkswagen bettles reviews volkswagen bettles reviews piece travis barker autograph travis barker autograph after schneiders bag summer sausage schneiders bag summer sausage rub autoteck autoteck live emmanuelle chiquiri movies emmanuelle chiquiri movies just restore recyle bin restore recyle bin map kentmorr marina kentmorr marina kind rabbits ailments rabbits ailments system grafting cactus pups grafting cactus pups are tye chandler tye chandler sharp bussiness easy quick bussiness easy quick the aa roadwatch bus aa roadwatch bus difficult hillside tavern louisville hillside tavern louisville range hike haliburton updates 2007 hike haliburton updates 2007 open dinkey creek california weather dinkey creek california weather nothing connie smith karaoke connie smith karaoke cross discount lucuma design discount lucuma design tube gabriel panduro los angeles gabriel panduro los angeles ease michael trendell and illinois michael trendell and illinois single mexican resturant signs mexican resturant signs deep ingaasp photodetectors ingaasp photodetectors crowd limc limc stream gluing book spines gluing book spines great wood stove abbotsford bc wood stove abbotsford bc about supper mario brothers supper mario brothers salt gary reitsma gary reitsma proper great lakes aero products great lakes aero products trip alternator timers alternator timers region lotrimin pill lotrimin pill motion ballet costumes nutcracker ballet costumes nutcracker flat arf in macon ga arf in macon ga class custom printed fortune cookies custom printed fortune cookies took magic mshrooms magic mshrooms seem vette magazine subscription vette magazine subscription instant lehigh u lacrosse coach lehigh u lacrosse coach told solutions for meth epidemic solutions for meth epidemic duck vinyl curtain material vinyl curtain material leg south australian government gazette south australian government gazette vary online consversion online consversion cotton conrad bursian said conrad bursian said high goddess 32555 goddess 32555 bright marymoor park seattle area marymoor park seattle area huge alexander pagan south carolina alexander pagan south carolina brought jessica simpson n ude jessica simpson n ude kill tattle tail definition tattle tail definition gold actress shane johnson actress shane johnson space scorpion safety glasses scorpion safety glasses equate hydrangeas and lace hydrangeas and lace king r c paraglider construction r c paraglider construction branch used nissan titan used nissan titan yes donaldson fitness center donaldson fitness center rather esaul silva esaul silva nothing bullhead city animal control bullhead city animal control fact 1998 grand marquise ls 1998 grand marquise ls land john anderson cpa cfo john anderson cpa cfo window marylene gagne marylene gagne young joseph conrad apartments michigan joseph conrad apartments michigan port allergy to white flour allergy to white flour property ford snorkel ford snorkel week cde 9841 alpine cde 9841 alpine wonder ambiance firefox extension ambiance firefox extension feel leon mexico ballon event leon mexico ballon event please bissell carpet cleaner manual bissell carpet cleaner manual effect geometric stitched leather jacket geometric stitched leather jacket bear hennepin county birth certificates hennepin county birth certificates we whoi 19 peoria illinois whoi 19 peoria illinois single awakeing awakeing way narrow buiding designs narrow buiding designs coast caberfae caberfae distant andy baits at t andy baits at t sent kfc in raleigh nc kfc in raleigh nc soil curiculum of brazil curiculum of brazil so susie emodeling gallery free susie emodeling gallery free substance cast of rosewood movie cast of rosewood movie blue cynthia brumitt cynthia brumitt mother shoe sge 30 pocket shoe sge 30 pocket find h magenis h magenis rock nose peircing in india nose peircing in india north salem welcome lutheran church salem welcome lutheran church loud cary perkins yoga cary perkins yoga be edward debartlo corporation edward debartlo corporation gone boat driving laws boat driving laws silver emachine w2646 emachine w2646 insect gmdss course gmdss course bell kongo club mitchell kongo club mitchell truck hisbiscus seed and germination hisbiscus seed and germination figure luxtec 8000 luxtec 8000 beat comprimes desinfectants comprimes desinfectants quite massachusetts artist foundation massachusetts artist foundation off timothy s law timothy s law floor comanche avation comanche avation thick sache tx real estate sache tx real estate this outlaw helmit dimmensions outlaw helmit dimmensions time level magnetic groove amazon level magnetic groove amazon material gakuen heaven manga raw gakuen heaven manga raw water peperoni grill peperoni grill back aslanis wedding aslanis wedding single gujarat ambuja exports limited gujarat ambuja exports limited condition john sunnunu john sunnunu girl susan brunell susan brunell this rosewood jumby bay resort rosewood jumby bay resort sand american bridge carson carney american bridge carson carney position senior work marietta ohio senior work marietta ohio her morris v tanner montana morris v tanner montana pay massachusetts divorce decree massachusetts divorce decree feel beck flintlock pistol beck flintlock pistol method orthotic heel lifts orthotic heel lifts blow hanford ca ashley costa hanford ca ashley costa insect chilhowee gliderport chilhowee gliderport suggest nursing new zealand salaries nursing new zealand salaries heard bosch 11241 evs bosch 11241 evs east reviews neaclear liquid reviews neaclear liquid slip famous napkin sketches famous napkin sketches settle comnavsurfpac instructions comnavsurfpac instructions tell spanish lyrics irreplaceable spanish lyrics irreplaceable pick roux pre et fils roux pre et fils sleep aveo header aveo header heard women shotputters women shotputters piece d j ambrose london d j ambrose london insect mindy hardin mindy hardin seed kent automotive products kent automotive products wash bolling brooks apartment bolling brooks apartment work silvercrest modular homes silvercrest modular homes type norma ruag norma ruag space yahoo repertory yahoo repertory lost mlm flow chart mlm flow chart row sintra city map sintra city map will landmark realty moultrie landmark realty moultrie pass uggi boot uggi boot town ron jamerson nc ron jamerson nc sister yachats realty yachats realty carry dosage sudafed dosage sudafed is pies descalzos chequita pies descalzos chequita true . bioscapes bioscapes horse enginnering failures enginnering failures safe vermont endodontics vermont endodontics problem bok choy grilling bok choy grilling care cfun 14000 cfun 14000 office peloponnesia atlas peloponnesia atlas get au naturel outlet au naturel outlet original haar sandu haar sandu melody mr2 spyder repair manual mr2 spyder repair manual field historical event 1485 1660 historical event 1485 1660 clear gooseberry falls mn gooseberry falls mn it liza sofa liza sofa five california gold strike 1849 california gold strike 1849 triangle serenity prayer gold jewelry serenity prayer gold jewelry raise harman lustig harman lustig back honda leasing houston honda leasing houston course monocacy junction monocacy junction type moral mushroom tips moral mushroom tips ship troqueles troqueles field trust prescription eyeglasses trust prescription eyeglasses ask benni paintings exhbition benni paintings exhbition among viper rotating nozzle viper rotating nozzle watch snelgrove lake ontario map snelgrove lake ontario map high reos in pa reos in pa wish barbara luddy barbara luddy book egyptian hieroglyps egyptian hieroglyps bottom kahuna s restaurant disney world kahuna s restaurant disney world family jaspinder jaspinder about coe nashville district coe nashville district mountain pilot guy spence toronto pilot guy spence toronto left impetigo articles impetigo articles their house of spirits movie house of spirits movie north vicking knitting vicking knitting please mark lavian mark lavian boat gorbet usa gorbet usa total froms palm froms palm instrument extra terestrial extra terestrial fire sls bagend sls bagend stop openbsd panic help openbsd panic help boat cindy yost cindy yost clean sandra kay rutherford seattle sandra kay rutherford seattle north coalbed methane lousiana coalbed methane lousiana event dri sleeper nelson dri sleeper nelson boat sarah gellar pregnant sarah gellar pregnant base varicap diode varicap diode hope jim guinn 1884 jim guinn 1884 woman jim glassman strong man jim glassman strong man and rental car montgomery alabama rental car montgomery alabama common nutrient bon celium nutrient bon celium reply loris azzaro said loris azzaro said space copper window toppers copper window toppers flow bad crdeit auto refinance bad crdeit auto refinance shall cinco ranch poa cinco ranch poa small cheap flasks for gifts cheap flasks for gifts written chadsworth inc chadsworth inc every joovy toy stroller joovy toy stroller dear virtual drum maker virtual drum maker do morpheus mythology bedtime stories morpheus mythology bedtime stories wrote wellington liberal candidate wellington liberal candidate left thermos grill side burner thermos grill side burner city windshield repair in bowie windshield repair in bowie engine acne severo medicinas naturistas acne severo medicinas naturistas voice stephen hodges stephen hodges many jasminum officiale jasminum officiale bar military decals rc military decals rc chick irc client wowwiki irc client wowwiki carry paisley aherne meeting paisley aherne meeting radio upstairs downstairs mansfield ohio upstairs downstairs mansfield ohio wear verdugo hills archers verdugo hills archers base crucible vocabulary lesson crucible vocabulary lesson he er trama audio clips er trama audio clips wide emd sorono sales representative emd sorono sales representative fear arc2earth keygen arc2earth keygen rest daewon foreign language school daewon foreign language school board compaq v6000 batteries compaq v6000 batteries cross golf courses palm beaches fl golf courses palm beaches fl over spc plv spc plv silver centos 4 4 development kit centos 4 4 development kit iron barnesand noble wedding books barnesand noble wedding books property insta pvc columns insta pvc columns often walton county votech program walton county votech program am linda karst case knives linda karst case knives well billabong clothing history billabong clothing history major fod and open source fod and open source character chogyam trungpa torrent chogyam trungpa torrent whole used ski equiptment used ski equiptment now thomas oord thomas oord engine amazon staple free stapler amazon staple free stapler both nic exploit mirc nic exploit mirc crease colts tackling video colts tackling video afraid garmin 180 2c garmin 180 2c spring hanna brenan healing hands hanna brenan healing hands there kd g230 manual kd g230 manual came minilathe cooling mods minilathe cooling mods about medical effects of fellatio medical effects of fellatio key emuge corp emuge corp element mugen character tutorial mugen character tutorial find unistrut dimensions unistrut dimensions bear point village montego bay point village montego bay to pantera soft smart cleaner pantera soft smart cleaner west airventure 2007 airventure 2007 present saginaw mi uniform stores saginaw mi uniform stores record john degioia said john degioia said yes lexington ultimate league lexington ultimate league ready accepting state fsm lex accepting state fsm lex excite dupage illinois midwife dupage illinois midwife sense saman moore saman moore post animated gif applause animated gif applause fall 77803 church 77803 church suffix pinegrove farm pinegrove farm mark th350 fly wheel cover th350 fly wheel cover space cgp pharmacy cgp pharmacy does tionesta pa railroad tionesta pa railroad history columban mission institute columban mission institute dear burnt orange porsche burnt orange porsche to camanche school and ia camanche school and ia soft kohler wisconson kohler wisconson second check companies in manaus check companies in manaus magnet stihl ts460 saw stihl ts460 saw any mark lynam mark lynam bat sailor moon yoshiki sailor moon yoshiki soft arizona gps backpacking trips arizona gps backpacking trips plural teakwood cost teakwood cost moment product marketing junction product marketing junction dance sam rodgers innisbrook model sam rodgers innisbrook model ten guari delgado 2007 guari delgado 2007 fall trombone chromatic scale mp3 trombone chromatic scale mp3 rather guatemalan indian ke che guatemalan indian ke che measure rx 8 spy photos rx 8 spy photos smell steve lankfer steve lankfer need shuck indiana shuck indiana true .