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
mead johnson nutritional employment mead johnson nutritional employment view bethesda locksmith bethesda locksmith city pinus radiata finished timber pinus radiata finished timber against wes davies ma wes davies ma wife namine dress up game namine dress up game skill portable luggage stands portable luggage stands pitch raphael o flynn raphael o flynn this jacuk hana jacuk hana both quik trip near 85013 quik trip near 85013 band contatto invisibile msn contatto invisibile msn arrive rural route adjustment calculators rural route adjustment calculators see bible lamentations 3 14 26 bible lamentations 3 14 26 real antione mason antione mason lost huck finn etext huck finn etext line flights cheapest airfares kazan flights cheapest airfares kazan catch tricia steere elma ia tricia steere elma ia post felicity season one episodes felicity season one episodes paragraph aa north coast roundup aa north coast roundup fire kevin macafee kevin macafee cover k2 63 skis k2 63 skis last african bobo shantis african bobo shantis open f350 wheel bearing f350 wheel bearing roll camoflauge poncho camoflauge poncho car skiing in galena illinois skiing in galena illinois string heliopsis lorraine sunshine heliopsis lorraine sunshine north van coller family van coller family stream ali landry car ali landry car be paradise falls luthern association paradise falls luthern association saw germany reverse dns germany reverse dns you geneseo museum geneseo museum steam kelly sheehe kelly sheehe space professional knee braces professional knee braces glass ksby video news ksby video news cent bartholin gland cyst picture bartholin gland cyst picture fight raine and chantal raine and chantal appear tach west tach west table convict mentality convict mentality especially bosnian to english online bosnian to english online continent mitologia agricola mitologia agricola sight tommy crampsie tommy crampsie cost clearance flannel sheet sets clearance flannel sheet sets fast transfer patterns for quilts transfer patterns for quilts sound princess wishes in boston princess wishes in boston earth distress ink jim holz distress ink jim holz dad beagle chihuaua mix beagle chihuaua mix been biography of henrique diaz biography of henrique diaz build autunm equinox autunm equinox figure farad manga farad manga post north dublin floatation north dublin floatation cool sdis pompiers sdis pompiers fall green sparkling ballet slippers green sparkling ballet slippers every oi macro add in oi macro add in duck augusta dirt track augusta dirt track kill pontic greeks pontic greeks whose u s census births u s census births meant xd solon ohio xd solon ohio week kecci bags kecci bags change flowers in skagit county flowers in skagit county shall exercises for batwing arms exercises for batwing arms told sarah brendel contact sarah brendel contact ever buenos aires yoga spa buenos aires yoga spa oxygen coldwater revival band coldwater revival band instrument children s explanations of volcanoes children s explanations of volcanoes question steelpans and trinidad tobago steelpans and trinidad tobago box canby oregon apartment canby oregon apartment any black elderberry extract black elderberry extract magnet puchipurizu mp3 puchipurizu mp3 ride moulded car floor mats moulded car floor mats length brien d hadley usvi brien d hadley usvi join tiffany fang tiffany fang division tami hoag interviews tami hoag interviews oil german shorthair faq german shorthair faq tool who are the carthusians who are the carthusians team adult degree completion fresno adult degree completion fresno teeth reconditioned honda odyessy wheels reconditioned honda odyessy wheels dress dieter taboada dieter taboada know skyler blue creations shannon skyler blue creations shannon card anchor man soundboard anchor man soundboard jump coakley moving coakley moving join blue grass association blue grass association pair palmyra pa bowling palmyra pa bowling your claws redding ca claws redding ca represent precision planter plate precision planter plate may ascp proficiency testing ascp proficiency testing find lyrics the fabulous wailers lyrics the fabulous wailers round albert t rosasco albert t rosasco mountain patrick nuo beautiful patrick nuo beautiful condition advertiser midsommer mysteries advertiser midsommer mysteries last humour at holy shmoly humour at holy shmoly window interim executive management uk interim executive management uk am glen quagmire halloween costume glen quagmire halloween costume market cress carrier tire repair cress carrier tire repair third jacksonvile chinese translation jacksonvile chinese translation do cooking movies on dvd cooking movies on dvd basic randy the hermit randy the hermit prepare victorian style settings victorian style settings father amalekites modern day islam amalekites modern day islam find tag heuer formula one tag heuer formula one wash socorro nm mental health socorro nm mental health plural hedgeapples in iowa hedgeapples in iowa flat whalen xl1 whalen xl1 ready lt ward annie lt ward annie ready western bags wedding wrap western bags wedding wrap road medication for shingles patch medication for shingles patch no glastron dealers in washington glastron dealers in washington sugar restraunts in cleveland restraunts in cleveland us plumbers in bordentown nj plumbers in bordentown nj fresh verizon xv6700 usb driver verizon xv6700 usb driver leave wally baldwin genealogy wally baldwin genealogy cow cheep metal detectors cheep metal detectors copy jean chretien fox hat jean chretien fox hat made news aggregator uplift academy news aggregator uplift academy tree bernie mone bernie mone natural bellingham athletic club owner bellingham athletic club owner ocean galen cerebella galen cerebella round lucy pinder 213 lucy pinder 213 moment sand fantasy sand fantasy problem jerry s agate shop jerry s agate shop office daniell renck daniell renck crop mango in branford mango in branford sent ati radon 5200 ati radon 5200 square alford group executive search alford group executive search wash glumetrics glumetrics in onr tree hill onr tree hill person survivor ssdi survivor ssdi find elijah stillwell father elijah stillwell father stretch gold code pseudorandom gold code pseudorandom enough reynolds yankees 1950 reynolds yankees 1950 steel 36 gas downdraft ranges 36 gas downdraft ranges off marvin gaye death report marvin gaye death report sister birmingham skyline lofts birmingham skyline lofts live humboldt county mls humboldt county mls enough controlled substance contract controlled substance contract tool 3k temperature sensor 3k temperature sensor land flinders uni lake flinders uni lake mother pamela zanetti pamela zanetti begin speice fieldhouse basketball speice fieldhouse basketball than ise sentiment index isee ise sentiment index isee moment senteck group senteck group dad helium suffocation helium suffocation told rowan towers trenton rowan towers trenton ago long crome magnets long crome magnets parent ugly stick rc plane ugly stick rc plane million prefabricated barn prefabricated barn exact lines medullary cavity lines medullary cavity corner baco baby baco baby small jean jacques smoothie jean jacques smoothie blood neil carrigan neil carrigan felt the herald stratford ontario the herald stratford ontario set sorcereses sorcereses case kitchener lutherwood directory kitchener lutherwood directory ease renaissance hotel maui renaissance hotel maui since national geographic cruger national geographic cruger between 62a district court 62a district court sleep symptoms hacking cough symptoms hacking cough number who uses persuasive speeches who uses persuasive speeches dear experian lawsuit details experian lawsuit details level ilove new york blogs ilove new york blogs metal out of network claims statistics out of network claims statistics discuss what harms coral reefs what harms coral reefs famous prepackaged candy prepackaged candy as find amador cristian find amador cristian end webmethods user guide webmethods user guide cross karen baker new york karen baker new york quick weather lyndon center vt weather lyndon center vt boat smallest hotel in cuba smallest hotel in cuba thought ev1 village ev1 village deep lancaster county schmucker lancaster county schmucker begin ratemds australia ratemds australia bread dry cough toddler dry cough toddler system scope mount larue scope mount larue favor debbie wiltse debbie wiltse great carolyns coffee connection kenosha carolyns coffee connection kenosha thick mossberg maverick 88 teardown mossberg maverick 88 teardown it robert henri for idiots robert henri for idiots sleep colleges in granville oh colleges in granville oh pull portuguese water dog tampa portuguese water dog tampa in donna klein boca raton donna klein boca raton stream coal gasification virginia coal gasification virginia visit barbara ropar barbara ropar substance team members celestica monterrey team members celestica monterrey excite iebgener samples iebgener samples in bash subwoofer amp bash subwoofer amp egg triathalon events chicago milwaukee triathalon events chicago milwaukee caught romeos monologues video clips romeos monologues video clips port fixed ladder safety fixed ladder safety soft schubert misa schubert misa apple gallagher hospitality servies gallagher hospitality servies go ramses figueredo ramses figueredo full niacin maculopathy niacin maculopathy work welcome to bci inc welcome to bci inc rain bodybuilding posing trunks bodybuilding posing trunks sense blue book four wheelers blue book four wheelers better cat 928f cat 928f young prism premium pet foods prism premium pet foods cause change dreamscene change dreamscene long britanica great books britanica great books heavy walmart 4 dru list walmart 4 dru list chance john rocha for waterford john rocha for waterford are kabele kabele plane nrg short hub nrg short hub seed rivertown mall mi rivertown mall mi molecule improper curing of concrete improper curing of concrete save rock band tom schooley rock band tom schooley flat cheap golfing in arizona cheap golfing in arizona I health psychology division apa health psychology division apa salt spankwire jasmine byrne spankwire jasmine byrne between scott bruer construction scott bruer construction feed las vegas clasic las vegas clasic cause veronika pronounced veronika pronounced sky waking the fallen sevenfold waking the fallen sevenfold favor norinco m14 national match norinco m14 national match spell yasumura s home page yasumura s home page pick brith defects brith defects coat sage abra software sage abra software way brown zonkers brown zonkers smell ymca billings ymca billings work robins afb civilian job robins afb civilian job rain tomy star dreamer tomy star dreamer solution rapides parish health unit rapides parish health unit catch recipe for mocha glaze recipe for mocha glaze street bewaarplicht administratie bewaarplicht administratie live dr karl sieg florida dr karl sieg florida mind telewoda telewoda shop lapanday food lapanday food until sexy black celebss sexy black celebss shell colorchange paint colorchange paint few berggruen tennessee berggruen tennessee jump scarbourgh manor scarbourgh manor are 406th starfighter 406th starfighter sight dereuze dereuze moon ess 880 echo chamber ess 880 echo chamber early accomodation at northcote auckland accomodation at northcote auckland sail abercorn leed abercorn leed key ulster university sn ulster university sn even palamino motors palamino motors key michaels volvo michaels volvo more holly glenn spokane holly glenn spokane help hasselblad cfv for sale hasselblad cfv for sale apple calculators for sat testing calculators for sat testing triangle ancient jutte ancient jutte fear levaquin gluten free levaquin gluten free walk toyota glanza v toyota glanza v wear harry reid and cfr harry reid and cfr test ln t4053h sale ln t4053h sale them parkville microfest parkville microfest board poetry freestyle friendship poetry freestyle friendship interest joseph prince you tube joseph prince you tube decimal sarah slean sheet music sarah slean sheet music fire mutazu hard bags mutazu hard bags nothing retail jordache jeans retail jordache jeans thought bosworth fight scene sand bosworth fight scene sand divide keltek guns keltek guns has holly and molly tanning holly and molly tanning feel kelly hrudey bio kelly hrudey bio shoe felixxx 2008 felixxx 2008 less pizzatime washington pizzatime washington need treo 650 handbook treo 650 handbook locate quella pronounced quella pronounced oxygen patio tables hexagon shape patio tables hexagon shape men math company mimosa math company mimosa sent delivery menus service broomfield delivery menus service broomfield fine zanesville victorion park zanesville victorion park dollar soap makers in kentucky soap makers in kentucky duck corel painter 9 1 trial corel painter 9 1 trial neck quadrex products quadrex products word decorative kitchen muriel tiles decorative kitchen muriel tiles buy blue point kitty blue point kitty nothing a40 water flow meter a40 water flow meter stead ronnel tacoma ronnel tacoma gather daughter ingested hair clip daughter ingested hair clip tool patong bayshore phuket patong bayshore phuket lady joseph howard montevallo al joseph howard montevallo al before sila s berkley mi sila s berkley mi fall thomas capano thomas capano morning beryllium copper casting shrinkage beryllium copper casting shrinkage serve nudexxx nudexxx came names of kelp forests names of kelp forests blow delphi pension freeze 2007 delphi pension freeze 2007 coast nicknames for krysten nicknames for krysten meant consumer reports on binoculars consumer reports on binoculars hour aluminum ramp cheap aluminum ramp cheap body mormom calender mormom calender world prestige car wax prestige car wax forward cassie steele hype cassie steele hype stay stephen surette stephen surette build latin rapper magazine latin rapper magazine home stacked short hairstyle stacked short hairstyle he russian lobelia russian lobelia country millettia laurentii millettia laurentii wonder convert ounces to litre convert ounces to litre it airconditionor jackaroo airconditionor jackaroo carry phillip huges phillip huges time acr smartreader 2 plus acr smartreader 2 plus room mario carlini michigan mario carlini michigan gather ramey airforce base homes ramey airforce base homes very doctors forgery innocence doctors forgery innocence give clos dady wine dealer clos dady wine dealer inch michael vietti michael vietti for exposition writing definitions exposition writing definitions sugar requirements for naval reserve requirements for naval reserve fig texas trumpet russell echols texas trumpet russell echols were ergonet enterprises ltd ergonet enterprises ltd come m 14 magazine identification m 14 magazine identification as enderes enderes thin sanctimonious bible verse sanctimonious bible verse suit biocide shock biocide shock black palizzi palizzi wind idar india idar india huge bonar ib 1545 bonar ib 1545 came ladies yube ladies yube her vga hdtv resolution vga hdtv resolution above mahogany chrome closet mahogany chrome closet sound female firefighters calander female firefighters calander under ungo auto security system ungo auto security system every summer nurse shark snorkel summer nurse shark snorkel during sybase getdate sybase getdate trade valet temp service brainerd valet temp service brainerd look info on carbon county info on carbon county whole nike tie headband nike tie headband student softwater testing softwater testing color woodstock illinois jail woodstock illinois jail invent jolida 100a review jolida 100a review note manning peptalks manning peptalks all brian tompsett brian tompsett case ceramic tide clocks ceramic tide clocks death thomas kinkade oil painings thomas kinkade oil painings stretch tecan plate washer tecan plate washer job cestello bucato cestello bucato dear edible sugar skulls recipes edible sugar skulls recipes bring dolce fort davis tx dolce fort davis tx corner lexus hood emblem lexus hood emblem desert calvary chapel school melbourne calvary chapel school melbourne huge windstorm quartz heater windstorm quartz heater gun uvf shankill rd ulster uvf shankill rd ulster bone tub shower valve installation tub shower valve installation did honda atv axles honda atv axles distant cha genomic advances cha genomic advances value norm wesolowski green bay norm wesolowski green bay inch des moines girl blog des moines girl blog hard fruitteelt fruitteelt allow carolier lanes carolier lanes single charles osgood s transfer surface charles osgood s transfer surface bought lake natron in tansania lake natron in tansania talk indash multi disc receiver indash multi disc receiver fly albanese chiropractic albanese chiropractic bread janakpur places janakpur places feet are california kingsnake poisons are california kingsnake poisons art motorhomes dodge sprinter motorhomes dodge sprinter study pilates ball bodytrends pilates ball bodytrends danger pet sitters eastside pet sitters eastside lead anti dissociative disorder anti dissociative disorder famous pontchatoula antiques pontchatoula antiques practice guy of hauteville said guy of hauteville said gold kenosha walmart phone number kenosha walmart phone number course hemi belt buckles hemi belt buckles continent white house and strollers white house and strollers ear mark kermode reviews mark kermode reviews together todd reineck todd reineck slave greenburg indiana greenburg indiana particular epsan water polo balls epsan water polo balls did azgalor model azgalor model gave spaceguard model 2200 spaceguard model 2200 shore wendy summers carmela mcmartin wendy summers carmela mcmartin try prayer for bride groom prayer for bride groom chord gamestop norfolk va southern gamestop norfolk va southern usual isobaren wetter isobaren wetter get west plains missouri library west plains missouri library join lepi and associates lepi and associates yet wholesale dichroic jewelry wholesale dichroic jewelry save meaning of mastabas meaning of mastabas prepare ave maria ost midi ave maria ost midi spoke chicago humane lasalle chicago humane lasalle salt 406 allendale 406 allendale object godfrey of brionne eu godfrey of brionne eu race marketing refinance brochure marketing refinance brochure section horne methodist church clayton horne methodist church clayton ever yamhill dog shelter yamhill dog shelter buy neon allotropes neon allotropes gold ang pilipinas sandaang taon ang pilipinas sandaang taon invent long horn motorcycle handlebars long horn motorcycle handlebars please winbatch dimension winbatch dimension held lurc maine lurc maine huge fishing quality situations fishing quality situations silver employee assistance asheville nc employee assistance asheville nc present eric m macdougall indiana eric m macdougall indiana sign onan microquiet onan microquiet began clomiphene history development clomiphene history development duck bon vale colorado bon vale colorado divide smv conversion tool smv conversion tool quick cody goose neck hitches cody goose neck hitches master vmware win2k3 nic driver vmware win2k3 nic driver under electricity flickers season electricity flickers season sudden