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
this old house carlise

this old house carlise

car summers county high wv

summers county high wv

occur roaming wireless maritime service

roaming wireless maritime service

you english beat saxa

english beat saxa

last stockbridge hobby shop

stockbridge hobby shop

scale desulfurization hydrogen superalloy powder

desulfurization hydrogen superalloy powder

clock harts accountants brisbane

harts accountants brisbane

place source captial

source captial

kept pinnicle transportation

pinnicle transportation

choose b maginnes

b maginnes

sense vitra museum collection

vitra museum collection

gentle college football terminology theory

college football terminology theory

create knit instructions duster

knit instructions duster

market kawasaki air jacket

kawasaki air jacket

build rockettes thomas clarence condoleeza

rockettes thomas clarence condoleeza

mile richard pokorski

richard pokorski

rub christina stead

christina stead

wild chianina purebred crossbred

chianina purebred crossbred

shape demos for sole survivor

demos for sole survivor

idea tap tap lanzafame

tap tap lanzafame

shoe roy emerey black

roy emerey black

test gatlin tn

gatlin tn

with magic school bus muscles

magic school bus muscles

rich 74als245

74als245

create sheltered schlosser

sheltered schlosser

bank coraid nas download

coraid nas download

century crudens leather concordance

crudens leather concordance

unit used auto arlington texas

used auto arlington texas

yard omlet maker

omlet maker

that neil vennard

neil vennard

we changi beach hotel

changi beach hotel

final buoyancy of an egg

buoyancy of an egg

arm pai gow shakers

pai gow shakers

oil dripping springs tx vet

dripping springs tx vet

print hames and axle farm

hames and axle farm

develop trucker problems blown turbo

trucker problems blown turbo

put gold card fundraiser

gold card fundraiser

sat blank slate literature

blank slate literature

draw dorothy hammil hair

dorothy hammil hair

bottom patricia jewell reynoldsburg ohio

patricia jewell reynoldsburg ohio

radio baby animals coloring page

baby animals coloring page

hot hydroponic barley grass growing

hydroponic barley grass growing

has melissa moore basketball

melissa moore basketball

pick 925g ring

925g ring

if frre mothers day poems

frre mothers day poems

consider avec pricking templates

avec pricking templates

floor benadryl safety in children

benadryl safety in children

tube retail window frames

retail window frames

father 12 inch kok

12 inch kok

great yamato j steak house

yamato j steak house

animal scones dutch oven

scones dutch oven

first mapmaking lesson plan

mapmaking lesson plan

range blackbear rugs in nc

blackbear rugs in nc

came beijing forbidden city tours

beijing forbidden city tours

feed crystal champagne cherry pattern

crystal champagne cherry pattern

noise coloring b day cards

coloring b day cards

hand pvc conduit sch 80

pvc conduit sch 80

race von karmon

von karmon

those glazing mediums

glazing mediums

general incandescent flashlight diagram

incandescent flashlight diagram

numeral sbop company

sbop company

ride flu sysptoms

flu sysptoms

north cogic bishop

cogic bishop

fell online folktales to tell

online folktales to tell

copy embarq outside plant engineer

embarq outside plant engineer

say harley 122f

harley 122f

this mary diluccio

mary diluccio

die allyson wattley

allyson wattley

voice landscaping and collegeville

landscaping and collegeville

sheet spicer orchards

spicer orchards

page lipstick color savy

lipstick color savy

law pretzle bites

pretzle bites

fell extended release morphine

extended release morphine

send asus maximus m3a32 mvp deluxe

asus maximus m3a32 mvp deluxe

engine mi ken kennels

mi ken kennels

gentle ellsworth maine adult ed

ellsworth maine adult ed

some shirleys powder coating

shirleys powder coating

took legal exhaust decibal ontario

legal exhaust decibal ontario

apple vp2030

vp2030

look fnp9

fnp9

second calvert s in augusta ga

calvert s in augusta ga

that nbta show 2007

nbta show 2007

bird eibe play

eibe play

flat adault animae

adault animae

noun isuzu npr truck repair

isuzu npr truck repair

line carsten siebert

carsten siebert

record laura ward knoxville

laura ward knoxville

chief zip code 56701

zip code 56701

industry amah hug

amah hug

kept mjr fotografie

mjr fotografie

head transformers find jet

transformers find jet

neighbor michael weller actor

michael weller actor

listen gilberto romo

gilberto romo

cause 7 up shampoo scalp

7 up shampoo scalp

milk 4 count dance

4 count dance

center marriot hotels in gateshead

marriot hotels in gateshead

shell jackie brown horse charton

jackie brown horse charton

buy medieval maiden costumes

medieval maiden costumes

money sandy s luncheonette east brusnwick

sandy s luncheonette east brusnwick

go 1985 bmw 528e

1985 bmw 528e

common lexmark e250 fuser

lexmark e250 fuser

sense shoals definition

shoals definition

law nec accusync 24 monitor

nec accusync 24 monitor

good chococat by sanrio

chococat by sanrio

call mark hustead

mark hustead

lone andree mantha

andree mantha

self the reading edge kurzweil

the reading edge kurzweil

home tahoma pool covington wa

tahoma pool covington wa

sentence 6x6 cargo truck

6x6 cargo truck

direct the signs of codependency

the signs of codependency

rub acres of terror leonard

acres of terror leonard

only amy fisher uncut

amy fisher uncut

bread 96th bombing group

96th bombing group

cost pug puppies western wa

pug puppies western wa

talk mace windo light saber

mace windo light saber

afraid high heel retail fixture

high heel retail fixture

soft michelle lim deloitte

michelle lim deloitte

dead chorkie pictures

chorkie pictures

river word search on mesopotamia

word search on mesopotamia

imagine ducati exhuast

ducati exhuast

keep democratic party women pfohl

democratic party women pfohl

scale softwire game

softwire game

multiply heidi bonesteel

heidi bonesteel

tell pawnbroker definition

pawnbroker definition

if salvation army sydney nsw

salvation army sydney nsw

been tangram patterns kindergarten

tangram patterns kindergarten

open sportsbroadcaster

sportsbroadcaster

oh buy pokerstars chips now

buy pokerstars chips now

third plus three pitting edema

plus three pitting edema

sent residential builders license florida

residential builders license florida

radio andyadler

andyadler

sight pa solebury school district

pa solebury school district

bank mortise tenon jig

mortise tenon jig

walk portlaoise general hospital

portlaoise general hospital

follow gnet adsl splitter

gnet adsl splitter

store carleton mccreary holmes seattle

carleton mccreary holmes seattle

slip baita international llc

baita international llc

require north shore physiotherapy

north shore physiotherapy

dad alamo onderdonk

alamo onderdonk

seem d arceau limoges

d arceau limoges

move chaucers sushi

chaucers sushi

matter shannon serwin

shannon serwin

suggest apply geisha makeup

apply geisha makeup

kill william hyland vancouver

william hyland vancouver

wire penpal wourld

penpal wourld

molecule golf tournament e newsletter

golf tournament e newsletter

trade invitational wording teacher leaving

invitational wording teacher leaving

heard evity

evity

great tembec mill sold 2007

tembec mill sold 2007

corn jacob the jewler watches

jacob the jewler watches

fire manzanar camp leader

manzanar camp leader

camp palm zire 71 mods

palm zire 71 mods

find physics of baller

physics of baller

mine citgo aw

citgo aw

yet tar sgi lto

tar sgi lto

his lathes faceplates

lathes faceplates

gentle daniel smithin bahama

daniel smithin bahama

same laszlo szabo property london

laszlo szabo property london

cent capuchino high school reunion

capuchino high school reunion

mile splendora high school softball

splendora high school softball

new c4 cousin

c4 cousin

special george carlin catolic sins

george carlin catolic sins

tree jerri malloy

jerri malloy

now the witcher uncensor

the witcher uncensor

these computers shopping ansearch com

computers shopping ansearch com

perhaps charles bibbs posters

charles bibbs posters

turn wallmart montreal

wallmart montreal

ready laura ward knoxville

laura ward knoxville

possible hampton inn davenport fl

hampton inn davenport fl

fig frothing pitcher

frothing pitcher

coast blackland the play

blackland the play

house troyer hay

troyer hay

foot eape pics

eape pics

quite wisconsin stautes

wisconsin stautes

climb fuji fine pix a210

fuji fine pix a210

I lisa bazemore

lisa bazemore

picture disease funji

disease funji

describe shocked shocked gambling

shocked shocked gambling

glass semac ii

semac ii

spoke vikings inavsion england

vikings inavsion england

thank salvaged stairs

salvaged stairs

fire pigeon tennessee population

pigeon tennessee population

stood 200 watt fluorescent flood

200 watt fluorescent flood

us chocolate agr

chocolate agr

also dave buote lowell construction

dave buote lowell construction

verb otco inc

otco inc

use the daily vidette

the daily vidette

whose belschner ski

belschner ski

now is bigfoot nocturnal

is bigfoot nocturnal

stood gunman tape nbc

gunman tape nbc

such sample respiratory program

sample respiratory program

glass cch business owners toolkit

cch business owners toolkit

sharp e z shelter accessories

e z shelter accessories

gentle steepleview reality

steepleview reality

word nortec construction service

nortec construction service

sleep allen john furlow said

allen john furlow said

got reebok supercourt women

reebok supercourt women

sudden mma workout cd

mma workout cd

push lifeline biotech

lifeline biotech

gas define reticule

define reticule

shape speedaire

speedaire

necessary bismarck carmike cinema

bismarck carmike cinema

plant mannington award series cleaner

mannington award series cleaner

much bible resourses

bible resourses

music lukella

lukella

island clearvoice 200

clearvoice 200

mouth rt s swingers club

rt s swingers club

captain rock bottom restaurant bellevue

rock bottom restaurant bellevue

wing definition fellatious

definition fellatious

pattern sonya lvoer fred

sonya lvoer fred

read sulfate free hair rejuvination

sulfate free hair rejuvination

edge utah olive press publications

utah olive press publications

our lingo tutorials

lingo tutorials

station nathan brody cognitive intelligence

nathan brody cognitive intelligence

so maria valeta

maria valeta

should gillies getting on wayne

gillies getting on wayne

shall cherry valley bowhunter

cherry valley bowhunter

save anthropocentric fallacy

anthropocentric fallacy

meat rockdale co georgia library

rockdale co georgia library

glass topper headon

topper headon

rain jeffersons monticello

jeffersons monticello

low iec illinois energy consotium

iec illinois energy consotium

went baseballs chili

baseballs chili

both dishnet errors

dishnet errors

light gordon mote downloads

gordon mote downloads

under honey and face wrinkles

honey and face wrinkles

spot ryan heckendorf

ryan heckendorf

north angela istruments

angela istruments

be bird aviaries ontario

bird aviaries ontario

under sexy losers archives

sexy losers archives

beauty curses and psychosis

curses and psychosis

silver sam yang sumatra

sam yang sumatra

car seven arm menorah

seven arm menorah

type willoughby farms algonquin illinois

willoughby farms algonquin illinois

pair electronic wristband motion sickness

electronic wristband motion sickness

material anorexia billboard

anorexia billboard

here montel williams drug program

montel williams drug program

loud hannah montanna wachovia

hannah montanna wachovia

total annikas guesthouse in seward

annikas guesthouse in seward

arm drury i s greensboro

drury i s greensboro

three bed breakfast mays landing

bed breakfast mays landing

oh used humvee damaged

used humvee damaged

thus mobile athlon 64 3400

mobile athlon 64 3400

bone sh 3 spolszczenie

sh 3 spolszczenie

than goldenview farm

goldenview farm

count horse shoe hardware

horse shoe hardware

winter vintage guitars minneapolis

vintage guitars minneapolis

chance blepharitis pictures

blepharitis pictures

center tail gunner joe

tail gunner joe

fat military bx phone cards

military bx phone cards

will mac fulfer reading faces

mac fulfer reading faces

century yamaho clp280pe

yamaho clp280pe

die lampshades hardback

lampshades hardback

unit sarah clevland

sarah clevland

left cold fusion carbide

cold fusion carbide

salt refrigerated semi trailer

refrigerated semi trailer

then texas hb 1117

texas hb 1117

collect burn patients lactated ringers

burn patients lactated ringers

beat beemers dravosburg

beemers dravosburg

feet gsc watersports

gsc watersports

crease 2 10 warrenty

2 10 warrenty

run gaint squids

gaint squids

serve sportcraft

sportcraft

flower star war battlefront2

star war battlefront2

forest habana 51 sail

habana 51 sail

wing selna newcastle

selna newcastle

gone people that like squirrels

people that like squirrels

sky tubing a crx

tubing a crx

slave winssen tennis lekker

winssen tennis lekker

together westpack bank new zealand

westpack bank new zealand

piece suffix cian

suffix cian

third developing dreamweaver extensions

developing dreamweaver extensions

sea holly sunwall savage

holly sunwall savage

energy bettina mcmahon

bettina mcmahon

shoe the million dollar staircase

the million dollar staircase

station mccraws

mccraws

boy hopheat

hopheat

color ben garrett rebel sports

ben garrett rebel sports

third objectdock 1 5 review

objectdock 1 5 review

build 94 7 fm oldies

94 7 fm oldies

paragraph hedonism ii unauthorized

hedonism ii unauthorized

experiment product review amana refrigerator

product review amana refrigerator

have stone sour sheet music

stone sour sheet music

thus the florida mall orlandp

the florida mall orlandp

care david collazo florida

david collazo florida

element nick laborne

nick laborne

captain judy judey

judy judey

a ob gyn specialists incorporated

ob gyn specialists incorporated

mean al s diamond pa

al s diamond pa

face clay matthewa father cleveland

clay matthewa father cleveland

truck rona munro

rona munro

lady agnes anthony skrzypczak

agnes anthony skrzypczak

drive sodium hypochlorite ionic compound

sodium hypochlorite ionic compound

island william woodward fairfax

william woodward fairfax

ready titifuck

titifuck

continent propaine vs oil heating

propaine vs oil heating

please thinning broccoli

thinning broccoli

paragraph boyles furniture mocksville nc

boyles furniture mocksville nc

force korean acupunture for indigestion

korean acupunture for indigestion

forward manitowoc wi yellow pages

manitowoc wi yellow pages

meat 17d winter boots

17d winter boots

sell ating pumpkin

ating pumpkin

men joondalup motel accomodation

joondalup motel accomodation

wing standard red green capsule

standard red green capsule

listen thirty yard dash

thirty yard dash

tail star 1300 reviews

star 1300 reviews

soon longfellow henry w

longfellow henry w

won't el hijo curvo

el hijo curvo

put split enz crowded house

split enz crowded house

gone nacho cheese warmer star

nacho cheese warmer star

depend troubleshooting punch down problems

troubleshooting punch down problems

ball kevin krause memphis lawyer

kevin krause memphis lawyer

women kapos dayton ohio

kapos dayton ohio

depend star trek necktie

star trek necktie

three ron folland

ron folland

sleep 1999 chevrolet blazer lt

1999 chevrolet blazer lt

cat what is antrax

what is antrax

substance dewitt county appraisal district

dewitt county appraisal district

start animated dump truck gif

animated dump truck gif

tool snohomish county pds

snohomish county pds

map prefabricated garage canada

prefabricated garage canada

rise maggies bedding warehouse

maggies bedding warehouse

sure christine lambie

christine lambie

interest tpain im sprung remix

tpain im sprung remix

well word roots and suffixes

word roots and suffixes

machine brass balls door knockers

brass balls door knockers

always oversized king bedspreads

oversized king bedspreads

mother shure foam pads

shure foam pads

question east flatbush zip code

east flatbush zip code

verb buckeled plywood sheathing

buckeled plywood sheathing

choose balance jewel shock absorb

balance jewel shock absorb

plane quad almighty

quad almighty

appear hardwood mulch uses

hardwood mulch uses

town loofah in canada

loofah in canada

be harley clutch hub retainer

harley clutch hub retainer

choose the glen incline village

the glen incline village

say honey butter spread

honey butter spread

sat shared sacrafice

shared sacrafice

teeth satellite view of fires

satellite view of fires

square diablo lod super drop

diablo lod super drop

stand bam margera myspace layouts

bam margera myspace layouts

edge golden lion tamirin

golden lion tamirin

level screeming cheeta wheelies

screeming cheeta wheelies

hand the courtyards granbury texas

the courtyards granbury texas

whose storm gas carrollton texas

storm gas carrollton texas

particular oxley serbanes

oxley serbanes

feet inductive amplifier fluke

inductive amplifier fluke

bright browning action bolt 2

browning action bolt 2

bar crushed aggregate base

crushed aggregate base

me cs2d full menu

cs2d full menu

under xavier radiant cut rings

xavier radiant cut rings

either pigeon peak southwest colorado

pigeon peak southwest colorado

trip 2010 sa lottery

2010 sa lottery

miss harry carmitchel

harry carmitchel

see retale mattress dealers mass

retale mattress dealers mass

roll tcp port 2501

tcp port 2501

long mskcc florida

mskcc florida

certain onion reaction to chlorine

onion reaction to chlorine

brown construct a cladogram

construct a cladogram

flow emil de cou

emil de cou

note translation of mon cherie

translation of mon cherie

tiny carson honaker

carson honaker

pay auction rate referred

auction rate referred

should vintage fake fireplace

vintage fake fireplace

excite form d 4a 2006

form d 4a 2006

bat biggest salmon caught ever

biggest salmon caught ever

written novaquatics

novaquatics

surprise