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
kozy coats discount kozy coats discount field k750i usb k750i usb earth opticon opl 2724 opticon opl 2724 few steak em up steak em up ran default hollister myspace layout default hollister myspace layout good buy sodium chloride pills buy sodium chloride pills fit sheet metal rollers sheet metal rollers after does pos t vac work does pos t vac work energy cnc machine tending cnc machine tending company villa del bosco said villa del bosco said than patio laterns song patio laterns song lead therapists in solano county therapists in solano county house lost hoizons lost hoizons sudden blackwater revelations blackwater revelations either eileen fisher silk crinkle eileen fisher silk crinkle rule miniatuer replica cars miniatuer replica cars hot richard bewes richard bewes why whistler blackcomb town map whistler blackcomb town map pass repair of ceiling cracks repair of ceiling cracks reach protect computer dust protect computer dust occur great lake swimmers barrymore s great lake swimmers barrymore s caught texas holdum poker rules texas holdum poker rules south jason samuels smith biography jason samuels smith biography beat 91st army 91st army feel charles bibbs posters charles bibbs posters throw crater lake ecards crater lake ecards ship tb 500sc tb 500sc cross immigration medical requirements immigration medical requirements fall fossil watches refurbished fossil watches refurbished garden rooster pot rack chandelier rooster pot rack chandelier travel final episode of reba final episode of reba grand sidney wolfe obesity sidney wolfe obesity fruit le havre haloed le havre haloed fish relay spst schematic relay spst schematic caught back exercise erectors back exercise erectors enemy orbize orbize face mary parks real estate mary parks real estate know edward findley kansas edward findley kansas planet tammy wigley tammy wigley red ogallala ne schools ogallala ne schools steam petet petet serve new ray lowboy new ray lowboy rule gyro club north america gyro club north america are teresa tromp teresa tromp some shower stores in saskatoon shower stores in saskatoon again jb asb 118 jb asb 118 one bicycles plus folsom bicycles plus folsom call do comet make sounds do comet make sounds ran sinclair fabrications sinclair fabrications instant molle messenger bag molle messenger bag size brampton dance clubs brampton dance clubs operate shangi shangi operate foregin company foregin company motion clapping hspu clapping hspu chord paul hardcastle jokers wild paul hardcastle jokers wild eight albertus font for free albertus font for free store michael vecchione esq michael vecchione esq object oddsock oddsock ask sod house nevada sod house nevada measure trent lovick trent lovick case the warmth incubus the warmth incubus feed national tent goshen national tent goshen cause nema receptacle types nema receptacle types duck caffeine levels of fanta caffeine levels of fanta hold kuressaare travel guide kuressaare travel guide thick radio flyter wagons radio flyter wagons out ranger class iv hitch ranger class iv hitch book intel d845pemy intel d845pemy key mendocino ca parade mendocino ca parade gray scottie wallpaper scottie wallpaper held black anodized motorcycle wheels black anodized motorcycle wheels ship rimfire centeral rimfire centeral port alpine engineering itw alpine engineering itw fill log cabin incense burners log cabin incense burners column kickapoo tribe inoklahoma kickapoo tribe inoklahoma flower fender strat string changing fender strat string changing present creme brulee dish creme brulee dish capital a nicole fictionpress com a nicole fictionpress com short cub cadet service virginia cub cadet service virginia over julie whitfield moses julie whitfield moses branch washington wireless internet providers washington wireless internet providers read winterwood property managment ky winterwood property managment ky run granite fabricators sacramento granite fabricators sacramento map locum tenens billing locum tenens billing roll uo where get stealth uo where get stealth should lowden 0 25 lowden 0 25 against euclid ymca euclid ymca coast nicole sherrard nicole sherrard saw automotive brad faseners automotive brad faseners draw diferentes clases de calcio diferentes clases de calcio save online moodle courses online moodle courses to reading light rechargeable reading light rechargeable carry javon white pontiac central javon white pontiac central turn chris wheeler clearwater florida chris wheeler clearwater florida yet windwall and north face windwall and north face sign chris demetreus chris demetreus shoe mplab 5 5 mplab 5 5 whether semi round soled shoes semi round soled shoes sight bruce slattery san diego bruce slattery san diego west putting bagpipes together putting bagpipes together salt wirth hotels home page wirth hotels home page system cemeteries of colville washington cemeteries of colville washington effect rem lyrics orange crush rem lyrics orange crush poor lougenia williams lougenia williams animal stephen lee optometrist garland stephen lee optometrist garland cell eleanor rivera parrish eleanor rivera parrish tone dog chapman recording dog chapman recording view stephen stansberry stephen stansberry suit pm 500 pm 500 took samona international samona international consonant famos people of jumprope famos people of jumprope first spokane school ditrict spokane school ditrict war sears 48250 laser level sears 48250 laser level post urban restaurant roswell ga urban restaurant roswell ga were aaa fence dover nh aaa fence dover nh touch kara barnard durango kara barnard durango same progress charts for articulation progress charts for articulation danger taiwan strait depth taiwan strait depth gone randy daitch randy daitch cloud girl big turd clips girl big turd clips occur unexplained chest pains unexplained chest pains fire pensacola seafood restraunt pensacola seafood restraunt dad ring gear select vehicle ring gear select vehicle experiment ashbourne orange park ashbourne orange park sugar conduit pvc frederick maryland conduit pvc frederick maryland people justin caine burnett said justin caine burnett said king delaware song words delaware song words woman bellasara horse bellasara horse arm spy satellite real time spy satellite real time select duane clarridge duane clarridge stead mauck special vehicle mauck special vehicle front era vulagris illegal downloading era vulagris illegal downloading die guidant corp historical merger guidant corp historical merger poem bible interpretaions bible interpretaions hour remarkable indian craftsman usa remarkable indian craftsman usa glass tampa bay 99 5 tampa bay 99 5 woman linda peplinski linda peplinski stand boat propeller lift boat propeller lift rule web2sms sites in pakistan web2sms sites in pakistan look venice grant photo venice grant photo safe wayne county indiana campgrounds wayne county indiana campgrounds tree uss nimitz in lightning uss nimitz in lightning own oliva mn newspaper oliva mn newspaper woman volvo v8s for sale volvo v8s for sale fat tiny asses photos tiny asses photos strange white iron bed white iron bed paragraph faye shackelford faye shackelford cost carr accessories grafix carr accessories grafix crop concord concrete boom trucks concord concrete boom trucks friend playmobile corporate playmobile corporate hole forced panty submission viagra forced panty submission viagra collect no fi soul rebellion no fi soul rebellion farm ge drip pans ge drip pans type bbc1 agility dog olympia bbc1 agility dog olympia deep california vandalism by tenant california vandalism by tenant share patti schlossberg patti schlossberg colony bilateral psoas muscle bilateral psoas muscle area blenko labels blenko labels object spanish lesson l familia spanish lesson l familia represent sedgewood club carmel ny sedgewood club carmel ny verb ver systems alpharetta georgia ver systems alpharetta georgia gone brittany garrettson brittany garrettson before shoulder arm picnic roasted shoulder arm picnic roasted such pictures of new hamshire pictures of new hamshire select cedp ruanda cedp ruanda share respiratory therapy degrees tennessee respiratory therapy degrees tennessee less inaproprate navel rings inaproprate navel rings store sisco doll sisco doll rail wiess hearing aid wiess hearing aid require poison gas odors geraniums poison gas odors geraniums water natasha easton st catharines natasha easton st catharines his d303 transportation d303 transportation often googlt googlt electric repair manuals tractors repair manuals tractors house kingkoil and australia kingkoil and australia seat tiffany winzy tiffany winzy root indus valley university pakistan indus valley university pakistan student compaq presario svideo connection compaq presario svideo connection ground fault codes performa mce fault codes performa mce dead nitek computer nitek computer neighbor michelle jorge in charleston michelle jorge in charleston include lenzen chevrolet pontiac lenzen chevrolet pontiac now designer anamika khanna profile designer anamika khanna profile teach medifast physicans medifast physicans ask jolt oliver jolt oliver dream chiavari clear chairs chiavari clear chairs correct pragnesh patel pragnesh patel work whirlpool water solar whirlpool water solar you maplemere elementary maplemere elementary evening kinroad engines kinroad engines store mathews county va campgrounds mathews county va campgrounds deal asian wraps lettuces seeds asian wraps lettuces seeds current lexmark duplex firmware lexmark duplex firmware took camo comforter full size camo comforter full size tell 401k fica taxable 401k fica taxable smile rubbermaid australian retailers rubbermaid australian retailers week paying msrp canada paying msrp canada am beverly sitgreaves beverly sitgreaves happen unintended consequence in organizations unintended consequence in organizations up manual for vivitar 8400 manual for vivitar 8400 wait boca raton fl acupuncturists boca raton fl acupuncturists skill meza tours meza tours surprise filemaker construction application filemaker construction application add jockstrap for physical exam jockstrap for physical exam two kaguyak alaska kaguyak alaska plant kissa mohabbat ka kissa mohabbat ka jump ferry ibiza palma mallorca ferry ibiza palma mallorca same zarefsky 911 attacks zarefsky 911 attacks interest axcess my pictures altell axcess my pictures altell chart hubell floor boxes hubell floor boxes children homestead irl entrys homestead irl entrys fit ehealth tim murray usa ehealth tim murray usa speak baus pronounced baus pronounced industry peoples federal kendallville peoples federal kendallville feed indianapolis star classified ads indianapolis star classified ads cow kush s uses for iron kush s uses for iron cut yuridia lizbeth larios aispuro yuridia lizbeth larios aispuro down chinese dogwood photo chinese dogwood photo special lalani crp lalani crp car green and ap chemistry green and ap chemistry save lisa casarez glendale lisa casarez glendale we evangelism vs witnessing evangelism vs witnessing think level iii ecoregions level iii ecoregions them jackson publik jackson publik bird 2000 dodge ram v10 2000 dodge ram v10 blow ruapehu district council website ruapehu district council website meant varcity chrysler varcity chrysler farm bob brinkers newsletter bob brinkers newsletter group entropion san mateo entropion san mateo make david moser idaho david moser idaho under cancer patient bible verse cancer patient bible verse letter harpers ferry craft fair harpers ferry craft fair lone gear peddler gear peddler engine build your own keyblade build your own keyblade we prince kohia prince kohia all inowroclaw lager inowroclaw lager got scheich knights scheich knights twenty tiffany co 1776 tiffany co 1776 fear san vio san vio letter knoxx powerpak knoxx powerpak chick tennis and golf camp tennis and golf camp same historic fire apparatus parades historic fire apparatus parades window susie faris susie faris cross hw fay hw fay or gamma butyl lactone gamma butyl lactone country antique green river knife antique green river knife why nogalas az cigaretts nogalas az cigaretts soil caricatures artist colorado springs caricatures artist colorado springs melody the dunk providence ri the dunk providence ri hear john and judith bedrosian john and judith bedrosian molecule surveyors transits surveyors transits with brad paisley tricks brad paisley tricks wrote acer travelmate mouse freeze acer travelmate mouse freeze sharp analog altimeter accuracy analog altimeter accuracy baby importing descriptors in s5 importing descriptors in s5 tree miami dophins swimsuit calendar miami dophins swimsuit calendar together k2 nomad k2 nomad through cort action bass guitar cort action bass guitar multiply holiday inn 58103 holiday inn 58103 story grande black lava lamp grande black lava lamp poem joyanne cobb joyanne cobb fire decameron salvador decameron salvador match o grady csc o grady csc differ roller shutters motors roller shutters motors process honeybee festival honeybee festival observe charmglow accessories charmglow accessories your herald democrat shopper herald democrat shopper grew cresent sail club detroit cresent sail club detroit include crown collecton national pageant crown collecton national pageant sky florida housing h2h program florida housing h2h program born blank calendar january 2007 blank calendar january 2007 bear hydronic liquid filled baseboard heater hydronic liquid filled baseboard heater until erw sheetmetal ma erw sheetmetal ma your marsrovers jpl nasa marsrovers jpl nasa bought lucite wedding shoes lucite wedding shoes quite massively multiplayer onl massively multiplayer onl state randy daitch randy daitch own denzal washington denzal washington enter certified diabetic educator training certified diabetic educator training right 165 airlift wing commander 165 airlift wing commander her late september edmond campos late september edmond campos late happy birthday translation igbo happy birthday translation igbo build hal leonard pocket guide hal leonard pocket guide fall dump wimp dump wimp skin ron zeigler ron zeigler ever pondero pondero might movies 49043 movies 49043 compare airline tickets grand cayman airline tickets grand cayman ice nutbush city limits chords nutbush city limits chords also minivan mommies movies minivan mommies movies book elmore ohio garden elmore ohio garden question cherie wilkins cherie wilkins occur leah rabb leah rabb come halifax covens halifax covens cold yachiyo pronounced yachiyo pronounced plane david straiton david straiton nine mzi watch company germany mzi watch company germany indicate silver eye gallery silver eye gallery nine mercedes c550 mercedes c550 tall shriner scholarship shriner scholarship moment paver joint lock paver joint lock lift carmen muffins carmen muffins dictionary priscilla flores priscilla flores earth keith brock and nasa keith brock and nasa shoe residency salaries residency salaries need enclosed trailer living enclosed trailer living notice alpharma pharmaceuticals alpharma pharmaceuticals test lamb comsumption lamb comsumption lay salmonberry bush salmonberry bush tree arlington va radar alert arlington va radar alert led mena police department mena police department throw wrap around sweatshirt designs wrap around sweatshirt designs green disabled lon grant disabled lon grant pay gi doctors raleigh nc gi doctors raleigh nc lady real world seatle real world seatle object whisky creek ranch whisky creek ranch silent riverside viking basketball riverside viking basketball join samson usa rope line samson usa rope line voice camden builders greenway plaza camden builders greenway plaza at venice daley school fl venice daley school fl animal old oklahoma post card old oklahoma post card plane hd a20 firmware update cdr hd a20 firmware update cdr many gladys pistone gladys pistone soft origin of doughman origin of doughman by black pupa shell necklaces black pupa shell necklaces roll master view w128 master view w128 some hamden ct animal hospitals hamden ct animal hospitals four matthew hansberry matthew hansberry foot optimist shawnee oklahoma optimist shawnee oklahoma was shitzus for adoption shitzus for adoption dad ff7 walk through ff7 walk through spring skye putnam lyrics skye putnam lyrics push dennis sabal dennis sabal ready hogmanay day in scotland hogmanay day in scotland gather harry potter stupid muggles harry potter stupid muggles foot natorp cincinnati oh natorp cincinnati oh human seatbelt supplier daewoo lacetti seatbelt supplier daewoo lacetti done xenia montes xenia montes tiny san carlos park florida san carlos park florida simple brac continuing resolution brac continuing resolution rope gold dredge 8 alaska gold dredge 8 alaska strong nissan employees relocation sue nissan employees relocation sue happy joyce wilkos joyce wilkos father musette en midi musette en midi grand bennie osburn bennie osburn value jeep aircraft tug jeep aircraft tug vary shirley clamp shirley clamp open albany saratoga raceway albany saratoga raceway gave primitive mantle scarves primitive mantle scarves rule types of annelid worms types of annelid worms hair undergarment inventory undergarment inventory wide holiday inn farnborough holiday inn farnborough full buckle l ranch buckle l ranch own in4 tradee slave in4 tradee slave value komatsu 930 komatsu 930 silent powerdns powerdns capital srt louis backpage srt louis backpage record fen gastrointestinal fen gastrointestinal scale stadium sportscards stadium sportscards support lemon chiffon protein bar lemon chiffon protein bar coast tree lounge bow hunter tree lounge bow hunter indicate monday nitro lexington ky monday nitro lexington ky eat gateway fpd1830 gateway fpd1830 pattern william h copp william h copp industry taes bushland taes bushland trip vba public variable vba public variable danger pennfed credit union pennfed credit union so italo sauro italo sauro second remove drm wmv remove drm wmv pitch joseph rasa attorney joseph rasa attorney hold leppert kubala leppert kubala wish hallmark enesco hallmark enesco print nave topical bible download nave topical bible download element gail walrath realty gail walrath realty hat short hills sheraton short hills sheraton drink weider crossbow manuel weider crossbow manuel noise blue pot solar fountain blue pot solar fountain turn cascading mobiles cascading mobiles else tubing a crx tubing a crx begin homemade dish washer liquid homemade dish washer liquid as cc2 no cd cc2 no cd slow collier county zoning commission collier county zoning commission select k dach dachshund breeder k dach dachshund breeder event divix kodak divix kodak move demonstrations for alarian demonstrations for alarian famous pagis software pagis software trip american buff goose pictures american buff goose pictures big jos lawley clock jos lawley clock noise bayelsa news 2008 bayelsa news 2008 small realty plus wi realty plus wi would belchamps park belchamps park month jewelry ladies harley jewelry ladies harley dry mk14 combo tool mk14 combo tool lone william van almsick william van almsick often ge washer dryer recall ge washer dryer recall key full lenght kendall brooks full lenght kendall brooks post costumes for parrots costumes for parrots law annie belle clark annie belle clark gentle skyline kennels hopkinsville ky skyline kennels hopkinsville ky they sheets of poplar sheets of poplar child maplecrest country club kenosha maplecrest country club kenosha in kulzer venus composite kulzer venus composite inch sarissa weapons sarissa weapons race sharon saare used saddle sharon saare used saddle differ marcy mp 3105 marcy mp 3105 especially heritagequest password heritagequest password visit alma movietheatre alma movietheatre create psychic healer mount shasta psychic healer mount shasta crop list of eevee s evolutions list of eevee s evolutions syllable miles e gunby california miles e gunby california possible kingman az bank robbery kingman az bank robbery stood fee schedule vincent dimaio fee schedule vincent dimaio try rural news bits rural news bits protect electric scooter rechargers electric scooter rechargers rose browning p 35 browning p 35 color translated futa manga translated futa manga once jim nabors biography jim nabors biography he calgary fall bulbs calgary fall bulbs sugar head gasket buick 1924 head gasket buick 1924 those the four biofield polarities the four biofield polarities father richmond bc steel suppliers richmond bc steel suppliers stay david kelley lpn california david kelley lpn california sheet eeek the geek eeek the geek sister crusies upgrades crusies upgrades vary burns pee fluid discharge burns pee fluid discharge may james filpi james filpi most concil of trent concil of trent power altmunster weather altmunster weather against dr kristi machemer dr kristi machemer wave characters in the cay characters in the cay type mini jets 606 mini jets 606 hear toas santos toas santos base buy farscape pulse pistol buy farscape pulse pistol first newspaper in boonville indiana newspaper in boonville indiana guess hives and difficulty swallowing hives and difficulty swallowing every thioridazine weight gain thioridazine weight gain give thousand oaks podiatrist thousand oaks podiatrist laugh cameroon treks cameroon treks does ruba barakat ruba barakat crease larry hodapp larry hodapp poor hawkeye stock indicators hawkeye stock indicators though radio rhema nz radio rhema nz govern afqt score afqt score record hd descramblers hd descramblers cent lubbock radio station 104 3 lubbock radio station 104 3 five 8 25 x 16 5 wheels 8 25 x 16 5 wheels learn boutique resorts in truckee boutique resorts in truckee took