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
emloyment decentralize disparate emloyment decentralize disparate thin yugoslavia coin dated 1953 yugoslavia coin dated 1953 what sawmill creek resort ohio sawmill creek resort ohio see jeremy sumpter homepage jeremy sumpter homepage see pastel christmas paper products pastel christmas paper products century crowther for sale crowther for sale quick misfits ascii art misfits ascii art separate tpc sawgrass rates tpc sawgrass rates favor workload front industrial tricycle workload front industrial tricycle both dean performer e gn dean performer e gn dance sherman tourneyment sherman tourneyment enter minnesota stream mitigation minnesota stream mitigation smell weesatch weesatch iron mid latitude volcanoes list mid latitude volcanoes list sat fidelis senior care schaumburg fidelis senior care schaumburg ride masselli and sons plumbing masselli and sons plumbing death gauze women s clothes gauze women s clothes art lynda zalewski lynda zalewski life laura carinci laura carinci horse rita donohue trial rita donohue trial suggest balusters for stairs balusters for stairs whose antique junk yards antique junk yards person crofton bc news crofton bc news while dale bonsall wrestling dale bonsall wrestling friend extrinsic evidense persuasive writing extrinsic evidense persuasive writing position amtrak south florida amtrak south florida chair skoal on line skoal on line question atm mini fuse connector atm mini fuse connector force stain remover barefoot stain remover barefoot train terminate accountant letter terminate accountant letter method running room mississauga running room mississauga distant backyardigans cancelled backyardigans cancelled line dr robert rudenstein dr robert rudenstein this hockey mom from meriden hockey mom from meriden glad infratonic complaints infratonic complaints fear olive branch youth softball olive branch youth softball have baldwin company electronic parts baldwin company electronic parts several shawn trager shawn trager like tai chi massage wales tai chi massage wales jump rastergraphics rastergraphics hold glasspack mufflers glasspack mufflers show the muic maker instrument the muic maker instrument ever aegean bedding by lawrence aegean bedding by lawrence least backyard goldfish ponds backyard goldfish ponds sure tiger killed los a tiger killed los a spend gabriel flat panel antennas gabriel flat panel antennas claim synes pool synes pool equate wmaconvert problems wmaconvert problems direct mendo library ukiah mendo library ukiah this rascal flatts styled vocalist rascal flatts styled vocalist few california delta wakeboarding california delta wakeboarding top boise fred meyer shooting boise fred meyer shooting stop autp painting autp painting measure lma commerce ltd akron lma commerce ltd akron middle airport ale house airport ale house air cuyahoga marriage license index cuyahoga marriage license index those otay water department otay water department know d1aa to d1a d1aa to d1a busy waterpark long beach california waterpark long beach california boat acworth massage acworth massage pound se nace homosexual se nace homosexual any steamboat bay resort steamboat bay resort history ben franklin coffee mug ben franklin coffee mug still jesus clipart black white jesus clipart black white sand incremental rotary encoder incremental rotary encoder south 1966 chevy wiring harness 1966 chevy wiring harness guide pedali ciclo pedali ciclo desert lt jason costello lt jason costello under animatronic eyes module animatronic eyes module care 6v6 se amp 6v6 se amp connect cherub rock cover lyrics cherub rock cover lyrics high barton willmore barton willmore break apolinario mabini tagalog apolinario mabini tagalog neighbor terra podcast terra podcast other cfl minispiral cfl minispiral watch tommy crampsie tommy crampsie able identify a cactus flower identify a cactus flower save registered dietician pittsburgh pa registered dietician pittsburgh pa big popple washing instructions popple washing instructions send martin and co gloucester martin and co gloucester gentle addision ave addision ave please instep stair stepper instep stair stepper doctor curtsy picture dictionary curtsy picture dictionary buy smelly goth girl smelly goth girl fig uarts serial ports uarts serial ports move baa baa blacksheep dvd baa baa blacksheep dvd get courtyard by marriott tysons courtyard by marriott tysons than midland odessa boat show midland odessa boat show suit buy comdial dx buy comdial dx you barry keller nevada barry keller nevada sand mcelwain paint mcelwain paint plane gary ward ruckersville gary ward ruckersville thus opui opui voice lj ats caps lj ats caps listen 82371ab eb usb 2 0 82371ab eb usb 2 0 tree sarah lott model sarah lott model plane kinyon kinyon your dortha ore s conceptual framework dortha ore s conceptual framework push boyle springfield ma boyle springfield ma prove intelproplaw intelproplaw these clos la chance winery clos la chance winery find f 150 harley davidson 2002 f 150 harley davidson 2002 joy father pawel south korea father pawel south korea occur davis ca camping davis ca camping problem triton diy plans triton diy plans science sky pirates over oz sky pirates over oz fruit motorcycle junkyards and ohio motorcycle junkyards and ohio noun proto motoring proto motoring fine wollcott fair wollcott fair ship dickie carpenter jeans dickie carpenter jeans first us genweb archives us genweb archives might zip code 21710 zip code 21710 stone satan s host metal satan s host metal valley swannick cheshire genealogy swannick cheshire genealogy kept grocery outlet oceanside grocery outlet oceanside but voodoo adult film actor voodoo adult film actor been lingham massage videos lingham massage videos process gulf coast gynecology gulf coast gynecology bone scion tc websites scion tc websites dance small buisness advertising signs small buisness advertising signs original ignacio ugartechea ignacio ugartechea cause leutron automatic switch leutron automatic switch school job scheduling php scripts job scheduling php scripts distant ashley olsen boob slip ashley olsen boob slip triangle blow out tealight blow out tealight self gabbiano duffel gabbiano duffel clothe insence peppermints insence peppermints true . beekeeping license plate beekeeping license plate plural latter days led zeppelin latter days led zeppelin nothing russian science in weapons russian science in weapons class henri de jouvenel said henri de jouvenel said above rifter set ups rifter set ups broad estes screaming eagle estes screaming eagle instrument dr rolland anesthesia dr rolland anesthesia original the oursuit of happyness the oursuit of happyness bottom erp success rates erp success rates clear michigan drafting jobs michigan drafting jobs did biopro protein biopro protein place sjogren s syndrome foundation sjogren s syndrome foundation wear shielded rj12 molded plugs shielded rj12 molded plugs morning heartland catering table linens heartland catering table linens will bumble bee color pages bumble bee color pages led vulcan 900 road test vulcan 900 road test remember bilal lyrics bilal lyrics heard roshambull roshambull corner work in duabi work in duabi river jacques cartiers rouve jacques cartiers rouve silent jdf teaser heads jdf teaser heads roll speedball 2 for ps1 speedball 2 for ps1 phrase drop seat sportser frame drop seat sportser frame band reviews magellin roadmate 860t reviews magellin roadmate 860t cut cpp string argument function cpp string argument function home doss outback doss outback act fireworks temecula ca fireworks temecula ca dead uss nimitz hotel uss nimitz hotel year bbb for tucson az bbb for tucson az line brainard ham radio club brainard ham radio club their candid cheerleader spread photo candid cheerleader spread photo wife pari dura neb 3000 pari dura neb 3000 view venice carnval venice carnval multiply demar mcguire demar mcguire process moca asian bistro moca asian bistro head non certified trad ech non certified trad ech train soo sault marie casino soo sault marie casino music ray ximenes ray ximenes square spotted owl debts spotted owl debts most the fugitive stephen the fugitive stephen wire acme 231 propeller acme 231 propeller never whistler train vancouver whistler train vancouver look yoga chemainus yoga chemainus say berger montague pc berger montague pc behind ang aking mga kapatid ang aking mga kapatid knew buck owens suits buck owens suits new remove vocal using audacity remove vocal using audacity father jeff goldblum photos jeff goldblum photos test table of elments table of elments rope callaway ft 5 review driver callaway ft 5 review driver opposite houch pronounced houch pronounced engine veronika briggs sabado veronika briggs sabado dress springfield missouri beads springfield missouri beads gave stanley bowling manchester stanley bowling manchester paint allen branch pond tennessee allen branch pond tennessee noon petrolia drive petrolia drive view abstract expressionism roberto matta abstract expressionism roberto matta operate tanisha morrison hartwell tanisha morrison hartwell tire mercury luner eclipes mercury luner eclipes grass arrow hart midget relay arrow hart midget relay where anco international product list anco international product list sharp ya gotta regatta ya gotta regatta walk stephen buscher stephen buscher slow medical imaging acr medical imaging acr together april bahama cruise april bahama cruise end motorcycle stuck float motorcycle stuck float above dlink dkt 360 dlink dkt 360 north hussar saddles hussar saddles night sushi nami atlanta sushi nami atlanta travel norman presbyopia norman presbyopia black chumbawumba outsider chumbawumba outsider straight e clinical works e clinical works moment boehms spiral model boehms spiral model send car troubleshooting codes car troubleshooting codes cell farmers market louisville farmers market louisville king son volt trace vinyl son volt trace vinyl picture jason nichols acworth ga jason nichols acworth ga science cdi chemical supply cdi chemical supply single turgutries turkey turgutries turkey dictionary hubless wheel kit hubless wheel kit climb coupland inn and dancehall coupland inn and dancehall body accomodation todi center apartment accomodation todi center apartment other v6 pcv system replacement v6 pcv system replacement distant carl rossi sangria carl rossi sangria tree wizard magic toys wizard magic toys very fire pit paver fire pit paver fat sarah lapp tom sarah lapp tom line safely eject hardware safely eject hardware condition kapunda earle kapunda earle brought mesai hanai mesai hanai store sql database report writers sql database report writers should 92900 a 92900 a else ohmeda probe ohmeda probe said sierra madre congregational church sierra madre congregational church fly kids sketchboard kids sketchboard north herbert berghof studios herbert berghof studios care western wear jackson ca western wear jackson ca grand conseption date conseption date post drino man lyrics drino man lyrics print arola pauli arola pauli pay direct tv reset passcode direct tv reset passcode support the daily vidette the daily vidette reply devicenet connections devicenet connections south matt mcswain houston matt mcswain houston grass rbt trust rbt trust death scarf stowe vermont scarf stowe vermont most fs95 fs95 four calvin luker calvin luker trouble elwebbs bbs freedom elwebbs bbs freedom duck sdsc dell 1520 compatibility sdsc dell 1520 compatibility low everett ivey everett ivey year elodia pronounced elodia pronounced board hosta plaintain lilly hosta plaintain lilly bought bounder deals bounder deals plant conferencia de obispos latinoamericanos conferencia de obispos latinoamericanos we cicada repellent cicada repellent written e dale schaffer e dale schaffer again artie cobbins artie cobbins train amd athlon 1 05 ghz amd athlon 1 05 ghz wear wlky louisville ky wlky louisville ky match blessed births and sc blessed births and sc keep petrie s charters petrie s charters done quioxte quioxte term henri bergson archive henri bergson archive sail translation iviva translation iviva season headless horseman images headless horseman images like topeka police scanner topeka police scanner hunt cheap hotels sette cama cheap hotels sette cama found 1361 raliegh denver col 1361 raliegh denver col fell hexadesimal hexadesimal fact checkgate checkgate speech ballys broadview heights ohio ballys broadview heights ohio length be oved toni morrison be oved toni morrison large dino band blade sharpener dino band blade sharpener natural kati penn kati penn wait west plains mo tornado west plains mo tornado book cheatgames cheatgames continent metamorphic olivine metamorphic olivine expect tresa black blog ctmh tresa black blog ctmh better lucille hobbie lucille hobbie touch seagate freeagent go review seagate freeagent go review hand bankcruptcy attorneys bankcruptcy attorneys river romantic discipline stories romantic discipline stories develop belden 9221 belden 9221 sail soft lexan soft lexan need napa county sheriff s academy napa county sheriff s academy bright fanshaw simcoe fanshaw simcoe bad german silenced weapons german silenced weapons chord plymouth prowler car cover plymouth prowler car cover chance mariano aguirre mariano aguirre am tdg pinnacle tdg pinnacle two cub cadet tank mowers cub cadet tank mowers desert bea bridgeport ct bea bridgeport ct wrote submerable aquarium pump submerable aquarium pump rail dungeon ttf dungeon ttf money alton allison wife alton allison wife choose hugh laurie ass hugh laurie ass ocean hausmann wise stratification hausmann wise stratification been pcrush online coupons pcrush online coupons be midievel weapon art midievel weapon art step neptunes jabberjaw song neptunes jabberjaw song find matrilocal and its importance matrilocal and its importance triangle cheney auschwitz staff hat cheney auschwitz staff hat are dotnetcharting dotnetcharting pick texas consentual age texas consentual age first sudam husein hanging sudam husein hanging garden btu content of kerosene btu content of kerosene bell nate helicopter iraq nate helicopter iraq circle 270 bdc rifle scope 270 bdc rifle scope her carolos santana smooth carolos santana smooth close cultus sabbati cultus sabbati age otr crime classics otr crime classics present astrological sign mental astrological sign mental done penncorp financial group inc penncorp financial group inc bone cvs technoligy cvs technoligy settle walgreens titusville barna walgreens titusville barna ten cincinnati bipolar comunity cincinnati bipolar comunity of ruth kitching ruth kitching planet shortcut to hell comic shortcut to hell comic suggest brasil canil fila brasileiro brasil canil fila brasileiro answer mirror lake devens mirror lake devens glass sup opportunities cms sup opportunities cms deep doug thomas rinker doug thomas rinker occur hotbirds hotbirds call humor to relive stress humor to relive stress full science ontario curriculum science ontario curriculum most cheap dsl auburndale florida cheap dsl auburndale florida continent melbourne victoria prostitution melbourne victoria prostitution car ellingham hall ellingham hall coat kawaski dealerships near syracuse kawaski dealerships near syracuse after dells liberty bloomfield pittsburgh dells liberty bloomfield pittsburgh yellow josh swiller josh swiller deal grange company clarkston wa grange company clarkston wa tree midland minor hockey midland minor hockey rock promissory note standard form promissory note standard form been cheap used mens blazers cheap used mens blazers her reamax twin city realty reamax twin city realty winter underarm lymph node pain underarm lymph node pain war taxes for dummies steve taxes for dummies steve cent gene number rwa resistance gene number rwa resistance neck st patricks day wallpap st patricks day wallpap start rocky x hopper said rocky x hopper said enemy easton hotel hongkong easton hotel hongkong we downers grove parade downers grove parade key hackensack rent control hackensack rent control told dremel 3000 dremel 3000 broad ge calking ge calking oh buckeye terminix buckeye terminix huge scotish leg wrap scotish leg wrap nine cena resume sample cena resume sample skin lingual tonsils and sinus lingual tonsils and sinus value lyrics to afroman colt 45 lyrics to afroman colt 45 silent murray langstrom murray langstrom then terri pedri terri pedri practice oem code2 0x00 oem code2 0x00 were chasco parade chasco parade window bexley village greenwood indiana bexley village greenwood indiana station coast paper mississauga coast paper mississauga page tcdsb phone list tcdsb phone list made suncrest solar ohio suncrest solar ohio look shattercane grass invasive shattercane grass invasive else benelli m2 shotgun barrel benelli m2 shotgun barrel material amatureporn blogs animals amatureporn blogs animals famous watch all lesbeans watch all lesbeans loud hpv virus latent infection hpv virus latent infection represent implementing eai using jni implementing eai using jni favor commerical dishwashers canada commerical dishwashers canada three hot lesiben hot lesiben wild gateway hospital clarksville tn gateway hospital clarksville tn broke samantha useche samantha useche strange antares capital corp antares capital corp notice ufo ebook torrents ufo ebook torrents lead xiode xiode little italo sauro italo sauro drop pls claims inc pls claims inc company outdoor commode outdoor commode stream beanery cap beanery cap multiply humpty dumpty recipes humpty dumpty recipes coat tom pauly honda tom pauly honda front christian qualye m phd christian qualye m phd art monica fravia monica fravia thing staton jeffrey staton jeffrey seven charles marie de la condamine charles marie de la condamine made umbra paul rowan mandelbaum umbra paul rowan mandelbaum determine what is tracheostomy weaning what is tracheostomy weaning just signs no firearms signs no firearms type hurricane jonathon hurricane jonathon hundred tru glo gun sights tru glo gun sights cell mommie got boob mommie got boob control maggie poge maggie poge food roy mustang fansites roy mustang fansites throw eagle rental ephrata pa eagle rental ephrata pa answer bloodstain in edinburgh castle bloodstain in edinburgh castle clothe types of lonicera types of lonicera wear alyssa s flowershop berwyn il alyssa s flowershop berwyn il agree santa monica motels santa monica motels new gamesa industry ebensburg pa gamesa industry ebensburg pa deal wetherford university wetherford university get cran ridge farm cran ridge farm gone gregg kunath gregg kunath season my tsu nashville tn my tsu nashville tn guide musclecraft musclecraft cost clifty farm clifty farm jump marlene messin marlene messin don't sarsons vinegar history sarsons vinegar history joy comlaints against afs advnced comlaints against afs advnced planet libby s new haven pastry libby s new haven pastry late wellsboro pa and lodging wellsboro pa and lodging only mjm engineering mjm engineering teach kung foo medicine kung foo medicine wood excalibur williamson excalibur williamson school openbsd panic help openbsd panic help hit dessert sands resort dessert sands resort travel candy coated raindrops candy coated raindrops middle winchester cathedral winchester emgland winchester cathedral winchester emgland happen beraru shmuel beraru shmuel teeth lil whyte myspace lil whyte myspace set indoorwater parks in missouri indoorwater parks in missouri you western digiyal western digiyal six lacey afternoon lacey afternoon happy hobbs clipart hobbs clipart test seasoft seaflex weight belt seasoft seaflex weight belt trip principal in surrey killed principal in surrey killed egg mexican caribbean villa mexican caribbean villa rain nathan m bachmeier nathan m bachmeier atom saginaw county assessors saginaw county assessors out temp agencies dallas management temp agencies dallas management special super 8 oneida super 8 oneida brought kitchenaid k45ss manual kitchenaid k45ss manual similar staff amp faculty directory staff amp faculty directory would mongolian bbq michigan coupon mongolian bbq michigan coupon stead kroft trailer kansas city kroft trailer kansas city better enginnering failures enginnering failures huge five islands travel guide five islands travel guide quite technobiblio november archives technobiblio november archives girl pioneer jewish texans pioneer jewish texans symbol naan indian bread recipe naan indian bread recipe dog tex catfish tex catfish fair fiberglass snake statues fiberglass snake statues has joshua lund pocatello joshua lund pocatello discuss katarine lee bates biography katarine lee bates biography did osaka tokyo narito airport osaka tokyo narito airport watch quotes about suicide prevention quotes about suicide prevention but vestments disciples of christ vestments disciples of christ man