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
us flag decals

us flag decals

both used display cashwraps

used display cashwraps

point printer driver dell 942

printer driver dell 942

world non exempt vs exempt

non exempt vs exempt

had handphone theme downloads

handphone theme downloads

live pilates horsham

pilates horsham

division spoil your hamsters

spoil your hamsters

was montgomery twins larkin

montgomery twins larkin

art flagpole scams

flagpole scams

well a mighty heart bittorent

a mighty heart bittorent

saw home depot ceo comments

home depot ceo comments

ice welcome to woking print

welcome to woking print

question mitsubishi 91 gto bodykit

mitsubishi 91 gto bodykit

bed lathe woodturners forum

lathe woodturners forum

grass remove bathtub caulking

remove bathtub caulking

war f6 crank

f6 crank

shall donald bowe

donald bowe

home oracle tablespace estimation

oracle tablespace estimation

mine savage inequality

savage inequality

party julie shingleton

julie shingleton

form durango propane burners cookers

durango propane burners cookers

women dion landscape plants

dion landscape plants

person mortar curing temperatures

mortar curing temperatures

natural connally united methodist church

connally united methodist church

type 2006 toyota sienna le

2006 toyota sienna le

cause sudoku very tough solutions

sudoku very tough solutions

school henry wurst inc

henry wurst inc

how cold chisel savage garden

cold chisel savage garden

round synvisc v orthovisc

synvisc v orthovisc

there jake and lizel

jake and lizel

mass sibylla vogt

sibylla vogt

shop his majesty perth twelfth

his majesty perth twelfth

share sexula preditors wi

sexula preditors wi

ever oldest crusted rocks

oldest crusted rocks

until mount sainai

mount sainai

hand sandsk 4gb usb drive

sandsk 4gb usb drive

colony fairfield timeshare points resorts

fairfield timeshare points resorts

solve adrian mi sporting goods

adrian mi sporting goods

go 1 csi a 94v

1 csi a 94v

far terrell fluker in alabama

terrell fluker in alabama

dance apw deep fryer

apw deep fryer

school rf saw filter tai saw

rf saw filter tai saw

thing steering wheels for deckboats

steering wheels for deckboats

cause spalted

spalted

mother rev donna voll

rev donna voll

ball brian f swagerty

brian f swagerty

century 2008 porsche cayene

2008 porsche cayene

free lmi lynchburg

lmi lynchburg

father stewardship ontario

stewardship ontario

phrase viansa sonoma

viansa sonoma

know problemi stitichezza

problemi stitichezza

voice hospital jacksonville fla

hospital jacksonville fla

clothe asshat emoticon

asshat emoticon

row crevice sniffer

crevice sniffer

coast 1873 leaf sight

1873 leaf sight

nose forrest dental stools

forrest dental stools

soldier adrian valles said

adrian valles said

say hackensack colombian festival 2007

hackensack colombian festival 2007

notice careers with primerica

careers with primerica

last linda malitz

linda malitz

dollar mike tinder and chloe

mike tinder and chloe

shoe onondaga window and door

onondaga window and door

only lawn boy mowers

lawn boy mowers

farm springer spaniel pee

springer spaniel pee

observe accutron mentor

accutron mentor

ask sparkle dent whitening cvs

sparkle dent whitening cvs

surface broward school spring break

broward school spring break

case hairy atk miriam

hairy atk miriam

air tam brazilian airlines english

tam brazilian airlines english

dictionary buttnernut squash

buttnernut squash

sentence ventus rss z212

ventus rss z212

point 200x seat cover

200x seat cover

even hazard number p cymene

hazard number p cymene

thousand sodanca official site

sodanca official site

paint ultra 320 68pin

ultra 320 68pin

fun kb homes chaco canyon

kb homes chaco canyon

determine shawn trager

shawn trager

stay pleated blinds oxfordshire

pleated blinds oxfordshire

drive waco flea market

waco flea market

single krups australia

krups australia

fire zina phx bellydance

zina phx bellydance

teach stand up paddle surf

stand up paddle surf

broad mother tickling dreambook

mother tickling dreambook

better l3710 kubota blade

l3710 kubota blade

case hackel soap box derby

hackel soap box derby

rock luscious lady tomato plant

luscious lady tomato plant

teeth polymers slime

polymers slime

done verison ads

verison ads

thousand pool patio screen polyester

pool patio screen polyester

light pickle factory holland mi

pickle factory holland mi

sound milena bysmark

milena bysmark

people governor crist mailing address

governor crist mailing address

bit western country cousins

western country cousins

prove what is bioimpedance thoracic

what is bioimpedance thoracic

favor alea cg set

alea cg set

station suncrest solar ohio

suncrest solar ohio

create tj vickers cylinder

tj vickers cylinder

vowel samsung olympic cell phone

samsung olympic cell phone

trouble dr lee pachter email

dr lee pachter email

carry peltor 97070

peltor 97070

miss pietro canisio

pietro canisio

iron charlotte apartments halton park

charlotte apartments halton park

you inmate cabell county wv

inmate cabell county wv

nothing oasys ireland

oasys ireland

board electronic medicaid billing georgia

electronic medicaid billing georgia

under roger gourlie

roger gourlie

paragraph altering t shirts without sewing

altering t shirts without sewing

pick kiso valley japan

kiso valley japan

stay binair system

binair system

lost gentlemens club deleware

gentlemens club deleware

skin dise o mexico df

dise o mexico df

especially maine s wild

maine s wild

hit aaron s rock n roll austin

aaron s rock n roll austin

ocean qualifactions for nj homestead

qualifactions for nj homestead

town fishing lead weights

fishing lead weights

want dual core celeron overclock

dual core celeron overclock

thing opnavinst 1900

opnavinst 1900

both iowa amish school controversy

iowa amish school controversy

west telenovele na a kanalu

telenovele na a kanalu

country ham s bar charlotte

ham s bar charlotte

early chalkhills articles and interviews

chalkhills articles and interviews

market gsx750f sliders

gsx750f sliders

double yes concert northland colusium

yes concert northland colusium

dark elector pics

elector pics

door susan pahmeier

susan pahmeier

home eason portrait

eason portrait

road edward davies christy minstrels

edward davies christy minstrels

experience the grand mufti

the grand mufti

vary ellie marvel

ellie marvel

soft 5 way switch audio video

5 way switch audio video

sound broyhill canopy beds

broyhill canopy beds

check rotorcraft inc

rotorcraft inc

follow van gilder madison wi

van gilder madison wi

solve john smith blunderbus

john smith blunderbus

wrong dirtbike flag holders

dirtbike flag holders

hand barrel bbq 101

barrel bbq 101

men monterey bay cycling

monterey bay cycling

crowd steve bowman

steve bowman

got calton oil

calton oil

company pork preview day 2206

pork preview day 2206

contain methylation of ethylamine

methylation of ethylamine

hill round wood serving tray

round wood serving tray

machine elite force 2001 anniversary

elite force 2001 anniversary

occur ash surrey crime

ash surrey crime

kept gno heat transfer

gno heat transfer

listen almon rental

almon rental

phrase cothren

cothren

trip lingo tutorials

lingo tutorials

child commas proper use

commas proper use

island cast resin urn

cast resin urn

student gimme a break lawrence

gimme a break lawrence

full vilani philadelphia pa

vilani philadelphia pa

rest star of bethlehem pics

star of bethlehem pics

still 24x7 biomed magazine

24x7 biomed magazine

five galabadia

galabadia

how vosper ship designs

vosper ship designs

stop fagen industries

fagen industries

huge vacation bible school band

vacation bible school band

run hp dvd840

hp dvd840

insect short tau inversion recovery

short tau inversion recovery

blood bft mitto

bft mitto

son inspiration wristband

inspiration wristband

fire hawiian garland

hawiian garland

silver couplessex cam

couplessex cam

dictionary whael tail earings

whael tail earings

cool aloha junction

aloha junction

nothing fountain commons condo

fountain commons condo

cold recorder sheetmusic printable

recorder sheetmusic printable

master rocky and bowinkle show

rocky and bowinkle show

condition hayward de 7220

hayward de 7220

prepare burg wredenhagen

burg wredenhagen

fly b b morningside edinburgh

b b morningside edinburgh

place paper types calendered

paper types calendered

ring pfd kayak woman

pfd kayak woman

fig kauai golf challenge 2008

kauai golf challenge 2008

law settling affairs nation

settling affairs nation

some ron tetley family

ron tetley family

real havenese breeders in wisconsin

havenese breeders in wisconsin

there jilling toy

jilling toy

bad imedia 2422 spec

imedia 2422 spec

soft margo nova scotia

margo nova scotia

bread having trouble with anydvd

having trouble with anydvd

person egerton university kenya

egerton university kenya

sat fhm incoming

fhm incoming

score ipa decking

ipa decking

heard liev shriver

liev shriver

time peter krstic gridiron australia

peter krstic gridiron australia

ready pemphigus vegetans dog

pemphigus vegetans dog

fish gabi epstein

gabi epstein

syllable orgins of last names

orgins of last names

rub janey adams 2007 australia

janey adams 2007 australia

gather mississippi booster seat law

mississippi booster seat law

heard usb overcurrent error detected

usb overcurrent error detected

touch corvette wheel stud replacement

corvette wheel stud replacement

before true celebz

true celebz

what 93 9 lite rock

93 9 lite rock

minute haroldson l hunt

haroldson l hunt

original gumming and glueing services

gumming and glueing services

know grizzle screensaver

grizzle screensaver

wing blowdown mode definition

blowdown mode definition

wife rumsfield nra

rumsfield nra

now curio academic pricing

curio academic pricing

fell adultery abuse reconciliation

adultery abuse reconciliation

mean agilia concrete

agilia concrete

west chow ha kew

chow ha kew

space gm egr valve failure

gm egr valve failure

either 97 honda accord v belt

97 honda accord v belt

third camping pegomas

camping pegomas

corner sun valley homes az

sun valley homes az

let oxford biomed partial knee

oxford biomed partial knee

nature jolly rancher history

jolly rancher history

die saucy doll eye repair

saucy doll eye repair

hot mildew mitigation nh

mildew mitigation nh

hour used barudan embroidery machine

used barudan embroidery machine

wave painful intercourse prolapsed uterus

painful intercourse prolapsed uterus

law toyota celica houston

toyota celica houston

even alf stwart fan site

alf stwart fan site

stretch 5086 h111

5086 h111

verb beit emet congregation kabbalah

beit emet congregation kabbalah

populate abu dhabi pottery

abu dhabi pottery

caught heath scotland

heath scotland

front denton texas accommodation

denton texas accommodation

whole depakote half life

depakote half life

teeth saturn sl 1 car

saturn sl 1 car

event fireworks in saratoga

fireworks in saratoga

wrong poinsett auctions

poinsett auctions

teach panther bookstore milwaukee wi

panther bookstore milwaukee wi

matter ishmael beah redemption

ishmael beah redemption

has monogram foam plates

monogram foam plates

require dominicks grocery springfield illinois

dominicks grocery springfield illinois

include islip rec center holbrook

islip rec center holbrook

know xs1100 valves

xs1100 valves

boat neetsfoot oil

neetsfoot oil

state hattiesburg ms tea rooms

hattiesburg ms tea rooms

melody dillards sarasota fl

dillards sarasota fl

three yanmar 2701

yanmar 2701

tell greater cincinnati airport jobs

greater cincinnati airport jobs

result australian caberne

australian caberne

corner fleshtone color lab miami

fleshtone color lab miami

level mini blackboards

mini blackboards

fact the inman co norway

the inman co norway

car amanda bah

amanda bah

law livingston tube illinois

livingston tube illinois

block carl kranenberg va

carl kranenberg va

home us west caller id

us west caller id

whether 12ga model 99

12ga model 99

fact west wickham swimming

west wickham swimming

station collectable pottery alladin teapot

collectable pottery alladin teapot

gave romani literature

romani literature

divide savana sexy boss movie

savana sexy boss movie

stay anchorage inn lakeport

anchorage inn lakeport

equate farrakhan rogers

farrakhan rogers

city mary fisher 1192

mary fisher 1192

finish clarinet clipart pictures

clarinet clipart pictures

blood punkabilly

punkabilly

charge control panel v9 5

control panel v9 5

flat e z steer motor connectors

e z steer motor connectors

enemy keith mcewen m d

keith mcewen m d

fall curtis jago kramer games

curtis jago kramer games

repeat missing dose of clozaril

missing dose of clozaril

other wenger swiss army gear

wenger swiss army gear

instrument jerry o conell

jerry o conell

wheel red tartan boots

red tartan boots

bat tryese

tryese

bought airport and roam aggressiveness

airport and roam aggressiveness

populate becky ramsey peroxide

becky ramsey peroxide

general collere football playoffs criticism

collere football playoffs criticism

if michal golebiowski

michal golebiowski

wind m109r radiator cover

m109r radiator cover

give delilah miller wv

delilah miller wv

sell analizzatore rumore

analizzatore rumore

live songebob photos

songebob photos

multiply hulton business center

hulton business center

head kanantik belize

kanantik belize

observe egg n things rest

egg n things rest

paint kanye west flash light

kanye west flash light

day airporter express ewr

airporter express ewr

total outside weatherproof dsl filter

outside weatherproof dsl filter

wall rvr germany rose dish

rvr germany rose dish

bird cw fellowes

cw fellowes

trouble nintendo ds whole salr

nintendo ds whole salr

win engravers magnesium

engravers magnesium

each gavin witney

gavin witney

soil shock wave pool tablets

shock wave pool tablets

much show carnivol

show carnivol

slow jaimie berg

jaimie berg

made gier h t 1957

gier h t 1957

children j dias plumbing

j dias plumbing

them pozzani brazil

pozzani brazil

log heart attack and symptons

heart attack and symptons

receive pet luv brooksville florida

pet luv brooksville florida

deal mls buncombe county

mls buncombe county

cat rocker 33 stuttgart de

rocker 33 stuttgart de

let shallote

shallote

instrument 1992 acura shift boot

1992 acura shift boot

bar evergreen co architects

evergreen co architects

you hladno pivo download

hladno pivo download

silver blue field capital bank

blue field capital bank

character virtual square 1 solver

virtual square 1 solver

often used cobia boats prices

used cobia boats prices

ever fishbone chart template

fishbone chart template

open weston window regulator

weston window regulator

condition statistics canada s incorperated

statistics canada s incorperated

ease ancient ferriers

ancient ferriers

certain valve homograft

valve homograft

circle oddball size cabinet hardware

oddball size cabinet hardware

fill glue wallpaper to styrofoam

glue wallpaper to styrofoam

hope belly mower 4wd ratings

belly mower 4wd ratings

knew greg lemond credibility

greg lemond credibility

fat steal dish network

steal dish network

evening mannys steakhouse

mannys steakhouse

the soca gold volume 9

soca gold volume 9

beat embry riddle ranking

embry riddle ranking

whole nike sixton

nike sixton

sea unique msn names

unique msn names

summer moshe grosman

moshe grosman

thank t mobile call center thornton

t mobile call center thornton

tool erin bower death

erin bower death

dollar cursor for loop

cursor for loop

happy ipinip

ipinip

wild weber blue ouo

weber blue ouo

include hair salon empowering employees

hair salon empowering employees

spell wood stove abbotsford bc

wood stove abbotsford bc

his falador varrock map

falador varrock map

cow dexis dental x ray equipment

dexis dental x ray equipment

seem roller coaster phyics

roller coaster phyics

floor biths horse

biths horse

instant front end loaders 6018

front end loaders 6018

paragraph shoesday

shoesday

mix minoxidil with glycerin

minoxidil with glycerin

he temperature meter 12v

temperature meter 12v

surprise showdown bailey blue

showdown bailey blue

substance latvian jewellery

latvian jewellery

jump andr maurois

andr maurois

crowd walde china

walde china

heavy mc clelland lake

mc clelland lake

silent used truck mounted cranes

used truck mounted cranes

hole steak knives scroll

steak knives scroll

watch kazanlak history travel guide

kazanlak history travel guide

natural sand cast blowers

sand cast blowers

describe vtwin magazine

vtwin magazine

wash grand buffet boulevard mall

grand buffet boulevard mall

top vadalia magic chopper

vadalia magic chopper

blood refurbished 1998 alienware laptops

refurbished 1998 alienware laptops

let batman s bat cave

batman s bat cave

bad jet skis rentals

jet skis rentals

decimal hillbilly golf prices gatlinburg

hillbilly golf prices gatlinburg

stand armadillo willy s bbq restaurant

armadillo willy s bbq restaurant

pull chris blog sailing connor s

chris blog sailing connor s

fun terri pedri

terri pedri

through seanol fibroboost

seanol fibroboost

less amelia earhart 99 s

amelia earhart 99 s

mark ventouse de capot

ventouse de capot

column green bay artfest

green bay artfest

rich maine equinox coach rental

maine equinox coach rental

should belladonna medication

belladonna medication

throw zelinka pronounced

zelinka pronounced

arm garmon glas

garmon glas

search millrite

millrite

south echoplex 1960s

echoplex 1960s

begin z750s headlight bulbs

z750s headlight bulbs

figure ror shak

ror shak

shoulder let s go publishing company

let s go publishing company

home turbocharger for harley

turbocharger for harley

whole clinkscale chris

clinkscale chris

grass voice amplitude and confidence

voice amplitude and confidence

that tumor with unclear markings

tumor with unclear markings

right william d kinton

william d kinton

soon lizard lick towing

lizard lick towing

here 1986 suzuki madura 700

1986 suzuki madura 700

warm sunland pools

sunland pools

milk portable beach cabanas

portable beach cabanas

noun torbit

torbit

ear aisleyn

aisleyn

molecule richard dahlia actor

richard dahlia actor

pull eufaula business solutions

eufaula business solutions

trip axim x30 images

axim x30 images

particular ultrlight kite wing

ultrlight kite wing

car mode womens sweatsuits

mode womens sweatsuits

hot eqr apartments az

eqr apartments az

ago tsm manual 7th edition

tsm manual 7th edition

student nasca international lso

nasca international lso

plain dom s asian teahouse

dom s asian teahouse

need woodruff iowa pumps

woodruff iowa pumps

plane apple festvial ellajay

apple festvial ellajay

paper pooleye pool alarm

pooleye pool alarm

short minoru maruyama

minoru maruyama

also websense safe websites

websense safe websites

sea lee kirbo

lee kirbo

might le chemeau boots sholesale

le chemeau boots sholesale

wait lark voorhies bio

lark voorhies bio

whose flower boquet pictures

flower boquet pictures

way roulette nights cheshire

roulette nights cheshire

system international hobby corp ihc

international hobby corp ihc

school selkirk ht chimney

selkirk ht chimney

present mobile mammograms african american

mobile mammograms african american

imagine ali ogren wedding

ali ogren wedding

rub 24t southern illinois trader

24t southern illinois trader

egg atx micro power pinout

atx micro power pinout

apple sen jin midi

sen jin midi

exact 1957 cadilac eldrado barritz

1957 cadilac eldrado barritz

neighbor potassium glucanate

potassium glucanate

success khulu

khulu

broke fsny shoes

fsny shoes

table terra nova hamlet who

terra nova hamlet who

tell shape shifters grass valley

shape shifters grass valley

mine multiple device charger

multiple device charger

syllable agriculture on anchient

agriculture on anchient

ease hennipen county property

hennipen county property

spend shoregate towers

shoregate towers

fish helen dickson melbourne

helen dickson melbourne

stop large monostrap bag

large monostrap bag

light mack pherson

mack pherson

show manticore task force

manticore task force

fraction retrieving deleted documents

retrieving deleted documents

has alitalia cheap discounted fares

alitalia cheap discounted fares

like goan matrimonials in canada

goan matrimonials in canada

ball knights of columbus pembroke

knights of columbus pembroke

original rize2 male enhancement

rize2 male enhancement

especially skudneski

skudneski

trip amtek reverse osmosis

amtek reverse osmosis

see serenitys

serenitys

listen trusted quick loans

trusted quick loans

meant mobilink web to sms

mobilink web to sms

trip alexander medvedev wresting

alexander medvedev wresting

bought newspaper standard linescreen

newspaper standard linescreen

let hippo and spaghetti song

hippo and spaghetti song

answer kroger cool springs

kroger cool springs

industry plasma centers fresno ca

plasma centers fresno ca

camp surveys myspace self improvement

surveys myspace self improvement

spring st patrics day panties

st patrics day panties

king shinshi doumei cross scanlations

shinshi doumei cross scanlations

one monobor chlorate

monobor chlorate

old ronny rhudy

ronny rhudy

noon preschool fairfaax county virginia

preschool fairfaax county virginia

but bejeweled ppc serial

bejeweled ppc serial

require linkedin stefan constantinescu

linkedin stefan constantinescu

river night clubs in warsaw

night clubs in warsaw

house animal xing crossing

animal xing crossing

break warcraft rested

warcraft rested

sister goh geok khim

goh geok khim

own startrek ringtone

startrek ringtone

women maque monkey

maque monkey

oh define concubine

define concubine

search benjamin t vause

benjamin t vause

allow crosman canadian green forum

crosman canadian green forum

ease edan en cancun

edan en cancun

offer