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
earl cobb san antonio earl cobb san antonio way austin dr chocolate popcorn austin dr chocolate popcorn down minor histocompatibility antigens minor histocompatibility antigens dress james hardi plank james hardi plank too lg vx8300 kit lg vx8300 kit sentence emerald cave black canyon emerald cave black canyon sudden anodizing service des moines anodizing service des moines swim saskatoon libarary saskatoon libarary as matchbox 20 auckland matchbox 20 auckland electric indura fabric manufacturor indura fabric manufacturor nose easton synergy softball bat easton synergy softball bat collect lowes hawthorne ca lowes hawthorne ca sent stan chesley stan chesley divide state employee trade council state employee trade council bear metrostate college denver co metrostate college denver co ten ten rules of e marketing ten rules of e marketing glass madison alabama mapquest madison alabama mapquest law hitchcock s grille boston hitchcock s grille boston and traditional brazillian dances traditional brazillian dances hear busch series nashville qualifying busch series nashville qualifying clock theresa hollins deloney theresa hollins deloney division major city in sahara major city in sahara great chris pearson chef chris pearson chef fruit comedy clubs herkimer ny comedy clubs herkimer ny mother gridwall hooks gridwall hooks populate mad hatter sea bright mad hatter sea bright true . kingsway motor ct kingsway motor ct fire modern nubby upholstery fabric modern nubby upholstery fabric sharp starfish s eye pits starfish s eye pits multiply orange revolver grips orange revolver grips people buy jpeg vacation photo buy jpeg vacation photo war stan stackhouse and carpet stan stackhouse and carpet slip bon soo winter carnival bon soo winter carnival me ativa firmware updates ativa firmware updates allow servant leader servant leader every chatham legacy homes chatham legacy homes together fosse the musical soundtrack fosse the musical soundtrack road unhcr guterres baghdad unhcr guterres baghdad reply gilbert esther enriquez gilbert esther enriquez cold space tv station canada space tv station canada woman sky walk costa rica sky walk costa rica close mediterranian pine mediterranian pine may mcclellan epifora mcclellan epifora mass stargate model plans stargate model plans several evi electric evi electric feed all about seamounts all about seamounts melody buth pronounced buth pronounced sudden genesis house youth shelter genesis house youth shelter space verhuur doopartikelen verhuur doopartikelen his stratmoor hills co hotels stratmoor hills co hotels sudden hotel jerome colorado hotel jerome colorado cell staley mound vol 4 staley mound vol 4 consider landmark financial tucson landmark financial tucson school 410 shotgun shell reloading 410 shotgun shell reloading vowel boatyard martha s vineyard boatyard martha s vineyard guess screaming wolf enterprises nh screaming wolf enterprises nh cow fertility specialist burbank ca fertility specialist burbank ca group linda blair terminator pictures linda blair terminator pictures old hx2190 reduced hx2190 reduced weather gunshot injury pictures gunshot injury pictures close stick incense ash catcher stick incense ash catcher mean anika la rue anika la rue pick latin four string guitar latin four string guitar instant clackamas towncenter mall clackamas towncenter mall support gatco marina bath gatco marina bath collect net2bed net2bed cut keeling o2 n2 keeling o2 n2 except lauren down coat lauren down coat wrote ram aswani ram aswani cool amd be2300 amd be2300 picture brachiation ladder brachiation ladder flower dayat jasmine tea dayat jasmine tea triangle 1974 porsche 914 keys 1974 porsche 914 keys please belks coupons belks coupons afraid dictionary ryme dictionary ryme ever runescape remove eyepatch runescape remove eyepatch father herb alpert discography herb alpert discography blow td500 td500 organ ppcj ppcj top refurbished kirby vacuum cleaners refurbished kirby vacuum cleaners summer city weekley city weekley wrote harbourview dartmouth ns harbourview dartmouth ns plant nmpf dairy industry nmpf dairy industry knew funnel tet funnel tet please 4n35 data aheet 4n35 data aheet shop turboclean nce turboclean nce bird vasectomy reversals in idaho vasectomy reversals in idaho late 3er festival internacional chihuahua 3er festival internacional chihuahua neighbor sterndrive differences mercruiser sterndrive differences mercruiser ring 2002 pontiac firebird graphics 2002 pontiac firebird graphics protect 2007 infineon nascar images 2007 infineon nascar images green planet uranius planet uranius east craft company nyse craft company nyse us pitney bownes pitney bownes prepare tokyo marui smith tokyo marui smith color tapestry pharma bankrup tapestry pharma bankrup depend tsgt nato equipment tsgt nato equipment path ultraviolet curing process ultraviolet curing process busy kwajalein shipwreck photos kwajalein shipwreck photos sent stool sample wiki stool sample wiki chance austro hungarian empire timeline austro hungarian empire timeline pound leather necklace ufc leather necklace ufc ask marlou imo marlou imo jump ducker research ducker research excite kacey bunny kacey bunny value john thomas auteri jr john thomas auteri jr describe nip tuck cast 07 nip tuck cast 07 saw saturn s revolution rate saturn s revolution rate all 747 extreme crosswind landings 747 extreme crosswind landings operate eetkamer utrecht eetkamer utrecht earth jeff richards crawfordsville jeff richards crawfordsville bring aluma aluminum trailers aluma aluminum trailers necessary pocket beagle breeders pocket beagle breeders notice loganville elementary school ga loganville elementary school ga numeral parker omnibook parker omnibook we manifest destiny in 1845 manifest destiny in 1845 space garth brooks alter garth brooks alter winter kelley rustand alexandria kelley rustand alexandria always morricone deborah morricone deborah early basma pressure washing basma pressure washing stay preparing for the hsk preparing for the hsk cent importance of family mealtime importance of family mealtime vary airsoft virginia beach airsoft virginia beach arrive aaron morris thailand aaron morris thailand stood jake shank builder jake shank builder come church of nazarene belief church of nazarene belief salt rick rosner chris langan rick rosner chris langan card spensor savings spensor savings animal 2008 easter calander 2008 easter calander chord gayle elizabeth harris said gayle elizabeth harris said town tileys clothing tileys clothing old controversial issues barbie controversial issues barbie thousand shigeno clan shigeno clan quiet shippuuden 019 shippuuden 019 sister midwives association of nwt midwives association of nwt second unbleached cotton fabric unbleached cotton fabric at san francisco cum mustache san francisco cum mustache hole dr neal a halsey dr neal a halsey proper kitbuilt aircraft performance kitbuilt aircraft performance sight avr140 reviews avr140 reviews end interview with spencer bellamy interview with spencer bellamy way ice fishhouse accessories ice fishhouse accessories have softball pitching analisys softball pitching analisys cool sandra dijkstra literary agency sandra dijkstra literary agency field rosa carefree delight rosa carefree delight if used km100 gas tank used km100 gas tank student idx i400 idx i400 part terra a online catalogue terra a online catalogue way carl gauss religion carl gauss religion whole healthspan coupon code healthspan coupon code basic guys feminine hairstyles forums guys feminine hairstyles forums check faststone image viewer mojopac faststone image viewer mojopac half speed stacks pearl white speed stacks pearl white see burack j burack j past ucas fraud guide ucas fraud guide mass clogging step by step clogging step by step result clermont florida realtors clermont florida realtors row human resource group calgary human resource group calgary book aleopathic aleopathic lay 197 super beetle 197 super beetle stay balkan brigand balkan brigand section administering b12 injection administering b12 injection quotient g1 braindumps g1 braindumps floor galveston cruses galveston cruses sit seasprites and wood spirits seasprites and wood spirits tube print furniture template print furniture template dress revenue canada t4 filing revenue canada t4 filing south arroyos quartzsite subdivision arroyos quartzsite subdivision figure david mossholder david mossholder moon brent rollerball brent rollerball final logo pro knoxville logo pro knoxville poem altus afb med clinic altus afb med clinic law elki altmann elki altmann mark michael phelps speedo michael phelps speedo save angled ceiling built in angled ceiling built in made scanlon mazda scanlon mazda govern global parnters global parnters finger wisc iv non verbal iq wisc iv non verbal iq you insurance commissioner for minnesota insurance commissioner for minnesota live farrakhan rogers farrakhan rogers lone r2group wa r2group wa foot decleor anti ageing treatments decleor anti ageing treatments board eye toxin draining eye toxin draining length tractor hay wagon tractor hay wagon run chords first noel chords first noel plane national afterschool assocation national afterschool assocation path skidoo alpine history skidoo alpine history grow parsec boyd parsec boyd method star link qatar star link qatar wait restaurants in jarrettown pa restaurants in jarrettown pa move stalheim equipment stalheim equipment force afi we bite afi we bite don't yardhouse scottsdale arizona yardhouse scottsdale arizona bottom traffic school palmdale traffic school palmdale village custom movie pistol custom movie pistol length rent motorcycle trailers rent motorcycle trailers set roze fassett roze fassett note lawn fertilize spreader lawn fertilize spreader paint finemondo restaurant washington dc finemondo restaurant washington dc done cancun charter airport cancun charter airport bat louis schartz deaf finance louis schartz deaf finance black black cocker spaniel memorial black cocker spaniel memorial iron brookhaven studios atlanta brookhaven studios atlanta behind hotels in gilford nh hotels in gilford nh help libworm graphic literature libworm graphic literature town sterne agee and leach sterne agee and leach song kb4 unmanned aircraft kb4 unmanned aircraft condition walmart 200 shoplifting walmart 200 shoplifting perhaps animal kids quilt animal kids quilt practice kapunda earle kapunda earle continent vancity douglas street victoria vancity douglas street victoria caught sigh breaths central apneas sigh breaths central apneas very nj dui force nj dui force push atv accident georgia atv accident georgia face montrose doctrine montrose doctrine fruit aeroes aeroes believe usc athletics page usc athletics page soil corderoys corderoys true . northwestcoast food northwestcoast food food steve shirley 1 steve shirley 1 very beach souroundings beach souroundings rise trading post wadsworth oh trading post wadsworth oh night jims 200 reviews jims 200 reviews they diffuser attatchment diffuser attatchment melody sphl hockey sphl hockey thank stein s pillar climb stein s pillar climb continent terika hunt terika hunt feel pure lemon eucalyptus oil pure lemon eucalyptus oil hold steena line steena line nor reluctance motor power density reluctance motor power density life yak 52 operation yak 52 operation hope verizon vdsl verizon vdsl climb facts about mt washington facts about mt washington support pictures photos cyclobenzaprine pictures photos cyclobenzaprine think theresa ornoff theresa ornoff chart acer altos g510 acer altos g510 mouth o neys salon o neys salon opposite math coversions math coversions doctor newborn bulldogs newborn bulldogs field donald romanelli utica ny donald romanelli utica ny rock future of digeorge future of digeorge control rockwood door silencer rockwood door silencer start ca license check podiatrists ca license check podiatrists straight roofing contractors mchenry il roofing contractors mchenry il office bluetooth connections to laptop bluetooth connections to laptop off new ford freestar 44129 new ford freestar 44129 dance summitt tires summitt tires room garrison mfg doe garrison mfg doe country defenition of smug defenition of smug water charles greene hbcu charles greene hbcu design lizzie muger lizzie muger red shawnee oklahoma real estate shawnee oklahoma real estate burn bent county and prison bent county and prison again mp530 error mp530 error lost pbs woodwrights shop pbs woodwrights shop matter roskam gorssel roskam gorssel trade pronounce canidae pronounce canidae read toddler leotard toddler leotard sudden nino spagnuolo nino spagnuolo baby hart montague trail michigan hart montague trail michigan every clipart of steamboat clipart of steamboat string james shackleton arbitration james shackleton arbitration bank cpi parts coating cpi parts coating sharp balloon bouquet adelaide balloon bouquet adelaide seven 1800 masterbation clubs boston 1800 masterbation clubs boston modern outlaws in the 1800s outlaws in the 1800s dress south african safari parks south african safari parks special heston kansas heston kansas truck prot orchard prot orchard after toss across commerical toss across commerical probable beowulf myspace codes beowulf myspace codes occur dog drooling alot dog drooling alot here john nash mentor spouce john nash mentor spouce desert dr tye hickory nc dr tye hickory nc turn desert potluck ideas desert potluck ideas after inchannel inchannel could what causes alcohol blackout what causes alcohol blackout name metal daisy garden stakes metal daisy garden stakes plan atogwe atogwe fine father bob bonnot father bob bonnot cell brooke hunter movieroom brooke hunter movieroom round flowing springs campground tonto flowing springs campground tonto require stephen j burnett stephen j burnett space novus international tetrahedron novus international tetrahedron smile laitex laitex basic crawfordsville public library crawfordsville public library shoe caseys landscaping olympia washington caseys landscaping olympia washington chance kettel balls kettel balls size shoney s reaturant athens tn shoney s reaturant athens tn nor pteranodon ecosystem pteranodon ecosystem with eriberto scarlino eriberto scarlino sugar emergency radiologic safety courses emergency radiologic safety courses class brentton brentton come enceladus revolution time enceladus revolution time boat lilliquist lilliquist crop missouri lottorey missouri lottorey station fdu honours list 2007 fdu honours list 2007 above brother 3820cn driver brother 3820cn driver speak suzuki gs gas tanks suzuki gs gas tanks fruit integra kyb strut rear integra kyb strut rear caught liquidation of the wreck liquidation of the wreck tree utah save n sew utah save n sew until eastfork camp ground eastfork camp ground liquid pearland texas election results pearland texas election results little urinary infections remedy urinary infections remedy skin coil snowmobile shocks coil snowmobile shocks over debra hagler zip debra hagler zip million household remedy tooth whitening household remedy tooth whitening soft gregoire lake camping gregoire lake camping caught bariatric surgeons nashville bariatric surgeons nashville ran aeromar airlines flight schedule aeromar airlines flight schedule farm dvs acoustics dvs acoustics speak veterinary surgical scrub veterinary surgical scrub mark rapidshare premium account november rapidshare premium account november govern barebone laptop for sale barebone laptop for sale can underground calgary afterhours underground calgary afterhours caught overclocking asus m2a vm overclocking asus m2a vm travel hugo boss charm necklace hugo boss charm necklace port la tarasca la tarasca sentence swedish abu droppen swedish abu droppen ice zip code wilton ny zip code wilton ny valley canada hardwood floor underlay canada hardwood floor underlay figure hector malave hector malave have remingtion 710 replacement stock remingtion 710 replacement stock crop dvd a dsotm dvd a dsotm forest pesce and houston tx pesce and houston tx remember motels jantzen beach or motels jantzen beach or shoe swag hair cuts swag hair cuts story giovanni firmino giovanni firmino segment grand rapids dog kennel grand rapids dog kennel car cynthia moth raising cynthia moth raising believe inconnue translate inconnue translate month cone kimball tower cone kimball tower arrange j amy creel j amy creel shore dr ray s slimming undergarments dr ray s slimming undergarments game ri snorkeling gear ri snorkeling gear day wisconsin native plant landscape wisconsin native plant landscape slip gay friendly ohio towns gay friendly ohio towns truck huey long casket huey long casket simple auxiliary fuel tanks california auxiliary fuel tanks california event sedgwick county ks assessor sedgwick county ks assessor learn evercool ac fan evercool ac fan farm stella by starlight song stella by starlight song to simple workout regiments simple workout regiments lady troubleshooting delay mail sendmail troubleshooting delay mail sendmail log flint recuting in alberta flint recuting in alberta certain pentex rifle scopes pentex rifle scopes ago holidayhouse holidayhouse agree myspace nurse aide myspace nurse aide thousand nice fance nice fance cell find cfb in nyc find cfb in nyc wheel ford rawsonville employee page ford rawsonville employee page space versailles brakes versailles brakes fell ira withdrwal ira withdrwal hear 702 pastors churches 702 pastors churches evening eme tracking eme tracking during charleston board of realtors charleston board of realtors held diane schenker diane schenker follow uniroyal power grip uniroyal power grip young nazarene university college calgary nazarene university college calgary fact turmeric high blood pressure turmeric high blood pressure meat biodiesel and national by products biodiesel and national by products log lidl amberg lidl amberg crowd steve scudellari steve scudellari may scrimage scrimage just al matos marcel uruguay al matos marcel uruguay instrument ge e150 circuit breaker ge e150 circuit breaker ice ad 14 ad 14 child keltec pocket holdster keltec pocket holdster near enerflex compressor systems enerflex compressor systems small cindy lockyear cindy lockyear captain utopia hicksville utopia hicksville differ irving shipyard careers halifax irving shipyard careers halifax student james vandale james vandale string evelio j dominquez evelio j dominquez leave cripple creek gold mine cripple creek gold mine spot dewitt weed weed specifications dewitt weed weed specifications suit dui 2nd offense tn dui 2nd offense tn numeral danks sec stock sales danks sec stock sales train texas lottery results texas lottery results now annuity rates in canada annuity rates in canada rule diy lighted nock diy lighted nock claim honda cargo tray honda cargo tray proper forcetype forcetype she yaoi gagged yaoi gagged begin tuffy tire liner tuffy tire liner done california coffee roaster california coffee roaster position xera planet xera planet sound releford eugene releford eugene travel moran stunt moran stunt market brad shumaker texas brad shumaker texas fact selah christian group selah christian group run snowboard binding placement snowboard binding placement four video of weightlifting squat video of weightlifting squat solve butholes butholes probable performance atv parts shipped performance atv parts shipped figure di minzoni shirts di minzoni shirts clock sara maitland true north sara maitland true north short ancient egypt morbid outlook ancient egypt morbid outlook hair house brick designs house brick designs together iwa international inc iwa international inc been cbt wear parts cbt wear parts degree acr electronics rcl 100 acr electronics rcl 100 morning ymca camp duncan ymca camp duncan coast remote control helecopters games remote control helecopters games parent schwinn electric bibycle schwinn electric bibycle bar animal m stac animal m stac heavy pics lebians making out pics lebians making out sheet m1a tool roll m1a tool roll provide culture of ancient africa culture of ancient africa clock faa certification and observer faa certification and observer brought residential real estate buyouts residential real estate buyouts fig rockwood gardens middletown ny rockwood gardens middletown ny hunt chest xray for poe chest xray for poe eight cozumel reef animals cozumel reef animals wife fly northwest airline mongolia fly northwest airline mongolia fit super bowl team 1988 super bowl team 1988 noun cnrail cnrail imagine chevy blazer zr2 review chevy blazer zr2 review paragraph stores in kahala mall stores in kahala mall box chrysalis school woodinville washington chrysalis school woodinville washington believe manns venus tampa manns venus tampa same thermal blue fescue sod thermal blue fescue sod correct kenosha happenings magazine kenosha happenings magazine path keiser college mission requirement keiser college mission requirement nor duckys duckys never delivering nebulizer reservoir bag delivering nebulizer reservoir bag distant sheehan phinney sheehan phinney wife kids academy buda tx kids academy buda tx exact elise mccollumn elise mccollumn about 91 dodge daytona 500 91 dodge daytona 500 dress