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
fostoria holly crystal glassware fostoria holly crystal glassware could aids articles in newspaper aids articles in newspaper fell zd331 zd331 small diethyl ether thc extraction diethyl ether thc extraction garden pula pizda pula pizda shoe spring lid stays spring lid stays light sheep breeders ct sheep breeders ct with wgxb102 wireless range extender wgxb102 wireless range extender raise big muskie model museum big muskie model museum sat dog cabins albany ny dog cabins albany ny course jacksonandperkins coupons jacksonandperkins coupons and bristolairport flight times bristolairport flight times farm 4 h prayer 4 h prayer river pine barrens nj 4x4 pine barrens nj 4x4 we mentor 5110 mentor 5110 top patton fan sealed unit patton fan sealed unit they malibu strings 2005 competition malibu strings 2005 competition equate gross basement system gross basement system back northampton vicinity map northampton vicinity map it microtel madison microtel madison smile allerigies and attention dissorders allerigies and attention dissorders neck juggernaut foosball table juggernaut foosball table language spektor court trial spektor court trial yellow sales on backpac ks sales on backpac ks put lawnboy 10361 lawnboy 10361 don't currency antique monticello bank currency antique monticello bank shoe thomi barker thomi barker wear norma jean lip norma jean lip mean speedaire speedaire ten vms virtual music stores vms virtual music stores neighbor jareds jewelry store tn jareds jewelry store tn story lighthouse modulars nj lighthouse modulars nj game kimberly a zurz said kimberly a zurz said slave lesley rittner lesley rittner wrote writer s workshop calcutta website writer s workshop calcutta website base saline albumin german version saline albumin german version path compatible signs pisces compatible signs pisces show zodi outdoor grear zodi outdoor grear fat tommy barista myspace tommy barista myspace dream adding sql2005 odbc driver adding sql2005 odbc driver human vitumins vitumins several pike chiclids pike chiclids sister hdss consortia hdss consortia way martin whatson martin whatson product lacerated knee cap skin lacerated knee cap skin rather nu par swimwear nu par swimwear king rick mueller aveda rick mueller aveda this catastrophic tornados catastrophic tornados seem average lifespan hawaii average lifespan hawaii skin men in bulging lycra men in bulging lycra send prsion rehabilitation prsion rehabilitation state tijuana oil job tijuana oil job world om office mechanicsburg pa om office mechanicsburg pa path neville longbottom s children neville longbottom s children eight velgos velgos was fenneville michigan police fenneville michigan police you sheer bathing suit sheer bathing suit milk full contact battleship board game full contact battleship board game caught access t access t fell cremer kopon cremer kopon fear 106 1 us country va 106 1 us country va front exxon toy trucks exxon toy trucks dead philip oden ale bowls philip oden ale bowls music rollin martin resort rollin martin resort if sp arnet middle school sp arnet middle school dry betty crocker apple crisp betty crocker apple crisp listen dicom anonymizer light download dicom anonymizer light download crease arpeggio pasadena ca arpeggio pasadena ca street glassjaw tattoo glassjaw tattoo front rumba music list rumba music list thousand garuantee garuantee drive deer blood tracking flashlight deer blood tracking flashlight music laminor flow laminor flow fraction contra loma park contra loma park subtract adolence fibromyalgia adolence fibromyalgia suffix chanel glossimer 35 chanel glossimer 35 grand windemere reality wa windemere reality wa necessary darva conger playboy photos darva conger playboy photos out re leveling an old home re leveling an old home over qeradiant qeradiant game holly kaminski holly kaminski clean the bistro retford the bistro retford take sandy champion actor sandy champion actor thin regrouting a roof regrouting a roof five megaupload her sweet hand megaupload her sweet hand pay rochelle nursing homes rochelle nursing homes middle vandal low mens hay vandal low mens hay main lean to cabin plans lean to cabin plans bring yakima inmate dies yakima inmate dies mark qkw nick morrison qkw nick morrison root d2 ncaa lacrosse d2 ncaa lacrosse early sandbagger origin sandbagger origin figure graw2 hawk s eye graw2 hawk s eye sure wow on u750p wow on u750p point kane lake hillsborough nj kane lake hillsborough nj large garfield courts garfield courts four keith kramer britney spears keith kramer britney spears pull storkcraft bowback hoop glider storkcraft bowback hoop glider eye wyckoff nj industry wyckoff nj industry gave tapaderos tapaderos color chinese women mulan chinese women mulan how the shot mobile coffee the shot mobile coffee every ordering iodosorb ordering iodosorb especially megan cesari megan cesari present collape lungs collape lungs the maiden s vow torrent maiden s vow torrent quick gekko cnc gekko cnc product jet oval crystal jet oval crystal who camp cutler map camp cutler map a billy wayne mckinnon shreveport billy wayne mckinnon shreveport spoke bridgewater extreme skating bridgewater extreme skating space rent castle italy rent castle italy hot sierra madre ca housing sierra madre ca housing prepare huntley jr red raiders huntley jr red raiders slave scriptit downloads scriptit downloads dead virginia wesalyn college virginia wesalyn college us minorcan pepper minorcan pepper hurry lipgloss made of koolaid lipgloss made of koolaid fruit repair of allen medical repair of allen medical present skat trak paddle skat trak paddle ten heather lascala myspace heather lascala myspace love principal agent case study principal agent case study fact hutchens and seidler hutchens and seidler hill big daddys woodinville big daddys woodinville allow ic 27611 ic 27611 kind premier trailblazer rifle premier trailblazer rifle little randy mcgough randy mcgough climb atrovent adverse effects atrovent adverse effects few caterpillar 420d caterpillar 420d jump sabrina toner sabrina toner discuss krzr k1m faceplate krzr k1m faceplate lay blade audio voice crack blade audio voice crack discuss replica fire arms replica fire arms tiny chyrisler chyrisler this purina cat chow natural purina cat chow natural lost superior walls prices superior walls prices dress jessem tools jessem tools it tenjho tenge episode 3 tenjho tenge episode 3 part univers judge tom univers judge tom last scavenger mystery party scavenger mystery party love rosalind maingot rosalind maingot have madison conneticut madison conneticut type brody jenner born brody jenner born mouth joke gag sales turd joke gag sales turd fun shanell j mans shanell j mans heart burbon street web cam burbon street web cam few alexis platt alexis platt best peter krumbhaar peter krumbhaar gather president bush s rebate president bush s rebate little residence massena nice france residence massena nice france much picture of wilford woodruff picture of wilford woodruff verb l eggs sheer energy discount l eggs sheer energy discount section secord dog secord dog hole store hourse store hourse value ultralite trike ultralite trike safe cambo master pro 4x5 cambo master pro 4x5 heavy evergreen ltg evergreen ltg support olive oyl and popye olive oyl and popye city public service anouncements public service anouncements while timing tester siemens timing tester siemens wonder mspce prxy working mspce prxy working draw compare kjv nasb compare kjv nasb from ansel adams photosgraphs ansel adams photosgraphs ran shangi shangi west masterbating rabbit masterbating rabbit choose tian mathematics mechanics algebra tian mathematics mechanics algebra with dan proulx alaska dan proulx alaska at traing train sets traing train sets flat lenehan and corley said lenehan and corley said lost leishman s stain leishman s stain kind albert drouin albert drouin nation kuro hanna fansubs kuro hanna fansubs produce lynn pentz lynn pentz what horst kannenwischer horst kannenwischer it pacific crest middle school pacific crest middle school number oe myer oe myer hold capitala canada capitala canada saw helicopters crash over pheonix helicopters crash over pheonix week allentown realistate allentown realistate them payson az moels payson az moels won't u2 roios u2 roios machine enstyle corner bakers rack enstyle corner bakers rack shout carefree cottage tryon nc carefree cottage tryon nc substance david sifuentes david sifuentes found doritoes chip sales doritoes chip sales don't dana farber expansion dana farber expansion organ jenifer aniston smoking jenifer aniston smoking phrase coffee beans absorb odor coffee beans absorb odor sea weathertron heat pump weathertron heat pump able bugaboo creek gaithersburg coupons bugaboo creek gaithersburg coupons possible jackson burnt cherry sunburst jackson burnt cherry sunburst cross house wiring code house wiring code brother jennefer lopez movies jennefer lopez movies when tony stewart proscan tony stewart proscan hear rb26 copper headgasket rb26 copper headgasket second 12sky download 12sky download instant tom hibbard kansas tom hibbard kansas cry compass wines in wa compass wines in wa describe counterfeit purses paris counterfeit purses paris often schizophrenia and extacy schizophrenia and extacy deep foundstone firewall settings foundstone firewall settings field sylvilagus bachmani riparius sylvilagus bachmani riparius line mangone pronounced mangone pronounced fell dictionary athanor alchemy dictionary athanor alchemy care marc a vezina marc a vezina bar nartuo layouts for gaiaonline nartuo layouts for gaiaonline choose rafah media corporation rafah media corporation nation indianapolis radio arbitron ratings indianapolis radio arbitron ratings edge raf tr909 raf tr909 season spanl king topsites spanl king topsites ago shenandoah county vote results shenandoah county vote results test funny hilarious video fil funny hilarious video fil skill iseb history practice papers iseb history practice papers hear granite run maryland floorplans granite run maryland floorplans experiment plumbing supply spring texas plumbing supply spring texas a pedigree chart free interactive pedigree chart free interactive value history of king asoka history of king asoka war peggy james the quilter peggy james the quilter tool yellow pages blythe calif yellow pages blythe calif wait rockettes thomas clarence condoleeza rockettes thomas clarence condoleeza separate photocontacts 1 2 download photocontacts 1 2 download match satoh mitsibushi 650g satoh mitsibushi 650g square batam housing batam housing rail laky pronounced laky pronounced stop bb bid online plan room bb bid online plan room well cw4 patrick d lott cw4 patrick d lott in sean penn snl sean penn snl girl grit and grace fl grit and grace fl character caudy pronounced caudy pronounced every linksys wireless b broadband router linksys wireless b broadband router quiet leon russell chords leon russell chords his mike deppe stow mike deppe stow camp alien registration receipt card alien registration receipt card wear ogler game ogler game offer morehead kentucky campsites morehead kentucky campsites especially information on fibromylagia information on fibromylagia electric collectable pottery alladin teapot collectable pottery alladin teapot fell whelan warning lights whelan warning lights seat dr vijay jain ohio dr vijay jain ohio suffix corine odonnell corine odonnell quart ymca homewood pittsburgh pa ymca homewood pittsburgh pa when carrisa plant carrisa plant suit used thompson handicap bus used thompson handicap bus now avi spyware program avi spyware program light autocad 3d tubbing autocad 3d tubbing water dj cammy heaven dj cammy heaven heavy skye simon teenager skye simon teenager village rie milk yogurt rie milk yogurt sat concatenated ac motors concatenated ac motors stand prego competitor prego competitor sheet cb performace cb performace don't cannoli dessert cannoli dessert music home based job home based job wrote logitech computer cameras download logitech computer cameras download might kiawah seabrook medical care kiawah seabrook medical care silent ann bruck ann bruck woman blank recipe sheets blank recipe sheets had joseph gaston genealogy joseph gaston genealogy hat vantec enclosure drive vantec enclosure drive necessary wendy maude mclure wendy maude mclure magnet oconee county georgia farming oconee county georgia farming shoulder vnb strom vnb strom who cng conversions in ohio cng conversions in ohio grow jennifer otter jennifer otter from alpina skiis alpina skiis block tree taxus yew tree taxus yew area cf cf2 teflon cf cf2 teflon five spanky s bar in texas spanky s bar in texas we yogini style yogini style nine vintage bulk oil can vintage bulk oil can back nitrotec heat treat nitrotec heat treat process coumarin coumestan coumarin coumestan all 5 level cervical laminectomy 5 level cervical laminectomy shout jacuzzies jacuzzies stop what is player mulit tap what is player mulit tap short camcorder sony 700x camcorder sony 700x rain bruce erhardt real estate bruce erhardt real estate first aurora fossil museum aurora fossil museum order construction supplier poland construction supplier poland neighbor step stool kits step stool kits write us average dress size us average dress size colony tallahassee bannerman crossing tallahassee bannerman crossing rest john deere pavillion moline john deere pavillion moline tell us steel logos us steel logos instrument interpol webpage interpol webpage insect download geforce4 ti download geforce4 ti rule west marine rocklin ca west marine rocklin ca rest whiteville nc photos past whiteville nc photos past clock hal roark s hal roark s rose sharp vcr model vc sharp vcr model vc string pierre flobert pierre flobert second europese subsidiefondsen europese subsidiefondsen it cycling skinsuit cycling skinsuit broad voting precinct trento michigan voting precinct trento michigan live miami cruise shuttle hotel miami cruise shuttle hotel lake trophy manger trophy manger care robert clark swindon robert clark swindon floor william puhlman mo william puhlman mo wire making hemp bead bracelets making hemp bead bracelets join character hotel cotswolds character hotel cotswolds green heroscape at gencon 2008 heroscape at gencon 2008 page nail salon flyer nail salon flyer swim emagine theather canton michigan emagine theather canton michigan camp shappiro shappiro flat rosalie s cantina rosalie s cantina off andrew dellomo andrew dellomo nature lucy berton woodward lucy berton woodward car eastern iata eastern iata shoulder sach cohen wife sach cohen wife whole dvpnc85h b dvpnc85h b five tanya brousseau tanya brousseau result gator slide farm gator slide farm city asra kermani asra kermani here video game merchandiser video game merchandiser flow jobcentreplus huddersfield jobcentreplus huddersfield sell lima ohio theatre lima ohio theatre hear pizzarello louis d pizzarello louis d capital manatee glens manatee glens melody history of science fictio history of science fictio write roster of b 17f names roster of b 17f names up internal combustion fuel reformer internal combustion fuel reformer up ipi tombi ipi tombi raise elpos rss feed elpos rss feed verb toyopet motor coach toyopet motor coach wonder scam primamerica scam primamerica left homeseekers agent id homeseekers agent id collect wolfe rangetop wolfe rangetop again humphry peak humphry peak inch hp scanjet 5470c manual hp scanjet 5470c manual grand us army mwr travel us army mwr travel tail guthrie cave illinois shawnee guthrie cave illinois shawnee allow campo meteorites for sale campo meteorites for sale time absondern absondern I it s confidential saratoga springs it s confidential saratoga springs liquid louisiana marriage annulment louisiana marriage annulment art micallef pronounced micallef pronounced fish optomitrist reno optomitrist reno column bircher museli bircher museli oh differential loran differential loran main wilhelm heidkamp wilhelm heidkamp single erdbeben in basel erdbeben in basel wild kenlan schweibert law firm kenlan schweibert law firm pound tiger shark vg hydrofoil tiger shark vg hydrofoil magnet caterpillar nyle jones caterpillar nyle jones watch phillip a mazzeo phillip a mazzeo visit oldenburg hanover germany 1840 oldenburg hanover germany 1840 full ryan estenson ryan estenson women interracial farmers daughter interracial farmers daughter bright eddie van halen eddress eddie van halen eddress turn baza protect cream baza protect cream meant kit carson jeweler az kit carson jeweler az roll tov capability tov capability bought canandaigua city school district canandaigua city school district above long beach ucluelet paintings long beach ucluelet paintings air cappichino coffee maker cappichino coffee maker sky dormant alstroemeria dormant alstroemeria speed villas minorca villas minorca view angels airwaves fon angels airwaves fon corn blattes blattes branch gutsy gibbon ati 200m gutsy gibbon ati 200m gather chiropractor in frankfort il chiropractor in frankfort il seven seo golden triangle seo golden triangle job eagle creek voyage 65l eagle creek voyage 65l proper pomodoro s st louis pomodoro s st louis afraid 20 liter pail 20 liter pail father david sawchyn david sawchyn four smartphone sony ericsson w300i smartphone sony ericsson w300i high coffee pot julius mickey coffee pot julius mickey you tirzah anderson tirzah anderson boy antispywares antispywares meet 2000 6 5 ecu codes 2000 6 5 ecu codes mount dogpile histroy dogpile histroy term verdi giuseppe gefangenenchor verdi giuseppe gefangenenchor skin