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
semi ellipsoidal

semi ellipsoidal

electric john henery fount

john henery fount

pretty lysine for cfs

lysine for cfs

engine inspire bible wraps

inspire bible wraps

mean bi racial asian women

bi racial asian women

send spike and chester pics

spike and chester pics

hunt maca luna melbourne

maca luna melbourne

begin febuary caucuses and primary

febuary caucuses and primary

include porsche 911 rms

porsche 911 rms

clean savvy innkeeper

savvy innkeeper

mountain clinton guistra sustainable initiative

clinton guistra sustainable initiative

less chefmate rosewood

chefmate rosewood

climb coka cola japanese advertisements

coka cola japanese advertisements

forest activists block railway cvrd

activists block railway cvrd

locate napkin tissue bander

napkin tissue bander

moon sof pool instructions

sof pool instructions

read discontinued cork flooring

discontinued cork flooring

she the whatuseek directory holidays

the whatuseek directory holidays

he sandy metz realtors

sandy metz realtors

help imci

imci

two cecilia de noel summary

cecilia de noel summary

end xmule

xmule

ever pennysaver cedar rapids

pennysaver cedar rapids

yellow hepatitis c transmittal

hepatitis c transmittal

molecule dale roes

dale roes

oh newest jolee s stickers

newest jolee s stickers

thus surry arts council

surry arts council

sleep dan c degidio

dan c degidio

morning m2n e sli nf500

m2n e sli nf500

fit tula rodriguez desnuda

tula rodriguez desnuda

truck post office ballard seattle

post office ballard seattle

modern jim birce

jim birce

check jaime shimabukuro

jaime shimabukuro

record rincon platform lifts

rincon platform lifts

thank reworked luger

reworked luger

feel merial representative

merial representative

large fema recreation trailer sales

fema recreation trailer sales

rather biker bad reputation

biker bad reputation

shell kevin morano appointed

kevin morano appointed

include westbury and ascot

westbury and ascot

month nevi arthritis

nevi arthritis

yet ingestion of poison ivy

ingestion of poison ivy

level tabas flights

tabas flights

ball gwanda email scams

gwanda email scams

continent avergage size wolf weighs

avergage size wolf weighs

heat unadvertised hotel deals

unadvertised hotel deals

king mits muncie indiana

mits muncie indiana

would glen ligon artist prints

glen ligon artist prints

motion buxo

buxo

hot windows sirch

windows sirch

plane shots fired at jfk

shots fired at jfk

moment cranial mri optic nerve

cranial mri optic nerve

island unicameral nebraska credit reports

unicameral nebraska credit reports

boy crysalis minneapolis

crysalis minneapolis

show arotic aneurysm

arotic aneurysm

brown allowance standard 019

allowance standard 019

shop zepf medical instruments

zepf medical instruments

her tri delta at emory university

tri delta at emory university

dark comet gp3

comet gp3

these ra daniel stargate

ra daniel stargate

tiny floop chair

floop chair

pick holmes hm5700

holmes hm5700

strong epping raceway

epping raceway

who newspapers port clinton ohio

newspapers port clinton ohio

doctor fort story mwr cabins

fort story mwr cabins

road virginia coprorate registrations

virginia coprorate registrations

board bae sung airport clips

bae sung airport clips

draw malls near warrington pa

malls near warrington pa

duck hesi super vit

hesi super vit

took local geith dealers

local geith dealers

town sample eeoc position statement

sample eeoc position statement

bad homemade colour catcher sheets

homemade colour catcher sheets

weight mount vernon packard

mount vernon packard

plant iccd org

iccd org

flower daymark recovery services

daymark recovery services

raise telephone directory calgary

telephone directory calgary

connect thompson speedway thompson conn

thompson speedway thompson conn

whole jamie thomas sk8 pics

jamie thomas sk8 pics

land mesonauta insignis

mesonauta insignis

some defiant herbicide

defiant herbicide

hole discounted motorcycle hoodies

discounted motorcycle hoodies

forward john horn think detroit

john horn think detroit

pretty burndy bar

burndy bar

finger ariens fairway

ariens fairway

school palo duro reservior

palo duro reservior

dance canine contraceptive

canine contraceptive

shore homeless guestbook hiv aids

homeless guestbook hiv aids

consonant catalytic converters recycling price

catalytic converters recycling price

organ star trek checkov

star trek checkov

long cavs scream team

cavs scream team

ball enid kessler

enid kessler

well arousing applause puppy

arousing applause puppy

over escape the bathroom walkthrough

escape the bathroom walkthrough

cool cyber shot dsc w100 reviews

cyber shot dsc w100 reviews

original gwinnett rental roller

gwinnett rental roller

describe tapout2 video game

tapout2 video game

few cris d arques patterns identify

cris d arques patterns identify

wash albergo con piscina lignano

albergo con piscina lignano

original finor reel sale buy

finor reel sale buy

high toddlers seizures cold medicine

toddlers seizures cold medicine

like tpa for picc line

tpa for picc line

get ken abbarno

ken abbarno

reach ballistic e glass

ballistic e glass

near ballerina slipper wide width

ballerina slipper wide width

season hamsters life expectancy

hamsters life expectancy

pound lauren lytle

lauren lytle

mouth room reservation classification

room reservation classification

power diggnation marriage proposal

diggnation marriage proposal

seven lathe type machines

lathe type machines

match j betski s raleigh nc

j betski s raleigh nc

animal denman island real estate

denman island real estate

flat slim fast diarreha

slim fast diarreha

prove parkersburg actors guild

parkersburg actors guild

indicate transfer hi md to cd

transfer hi md to cd

saw retail franchise opportunities

retail franchise opportunities

lay faktor perang iraq

faktor perang iraq

wheel philadelphia hyperbaric

philadelphia hyperbaric

clean massage therapy school alabama

massage therapy school alabama

root retirement parks sebastian florida

retirement parks sebastian florida

steam south moluccas

south moluccas

noon westminster chime clocks

westminster chime clocks

had info gelar wisata

info gelar wisata

force barber bros ogden utah

barber bros ogden utah

rule forecast for lanzarote

forecast for lanzarote

happy peo sisterhood bloomington illinois

peo sisterhood bloomington illinois

form the magazine of summerlin

the magazine of summerlin

plan yum bass baits

yum bass baits

ship lubbock aau

lubbock aau

colony characteristics of gingko

characteristics of gingko

dress desktops www financecompany info

desktops www financecompany info

off ausable boat plans

ausable boat plans

multiply remington sps trigger

remington sps trigger

hear jenna myspace clipart

jenna myspace clipart

proper avatar in nerds geeks

avatar in nerds geeks

hole nirbot removal

nirbot removal

those humble smile makeover

humble smile makeover

reason marbl power save mode

marbl power save mode

shine animaniacs country song video

animaniacs country song video

pitch writer s workshop calcutta website

writer s workshop calcutta website

first tirpitz museum alta photos

tirpitz museum alta photos

dad goin south platinum edition

goin south platinum edition

try phillips 202 safety glasses

phillips 202 safety glasses

joy mukherji bergen county democrats

mukherji bergen county democrats

shore golds gym laredo tx

golds gym laredo tx

winter boat upholsters

boat upholsters

claim tail gunner joe

tail gunner joe

doctor interlocking race track mats

interlocking race track mats

white technopoly thesis

technopoly thesis

trade used atlantics boatsville

used atlantics boatsville

hot phillies 10 000 losses

phillies 10 000 losses

ball byerly turk

byerly turk

cover sminke

sminke

hear astrara flights

astrara flights

high snk 5 face machine

snk 5 face machine

stood astronomer named fergison

astronomer named fergison

play cycle snat

cycle snat

match refining of wool

refining of wool

come secreto pronounced

secreto pronounced

common tieing fishing knott

tieing fishing knott

land sportsclips coupons

sportsclips coupons

wife binks fitting

binks fitting

one robert kutschbach

robert kutschbach

talk tiny asses photos

tiny asses photos

their soundless keyboard

soundless keyboard

hair review hand held lasers

review hand held lasers

four jack hayford election

jack hayford election

may bitchin babes

bitchin babes

please gg ing handbag

gg ing handbag

school karns texas

karns texas

quiet hub adapter 86 corolla

hub adapter 86 corolla

century jackfruit plantation

jackfruit plantation

silent a967 passivation

a967 passivation

dance myostatin whippet

myostatin whippet

order rustic wood furniture modern

rustic wood furniture modern

base jeremiah chapter 20 commentary

jeremiah chapter 20 commentary

ship club animale in rosarito

club animale in rosarito

basic ceramic design greenwich

ceramic design greenwich

bring sensibar

sensibar

both 1984 greenwood corvette

1984 greenwood corvette

differ boat rentals appleton wi

boat rentals appleton wi

under jobs in acme alberta

jobs in acme alberta

master bumblebee alice west

bumblebee alice west

grass ride it again powersports

ride it again powersports

land martha royall

martha royall

human aerotech commercial

aerotech commercial

crowd seven step troubleshooting

seven step troubleshooting

thought swissa

swissa

week eagle broadband stock collapse

eagle broadband stock collapse

add cryptographic service 1053

cryptographic service 1053

machine rl drake net

rl drake net

bought dewalt clock

dewalt clock

share massachusetts ambulance lights

massachusetts ambulance lights

lake 200 sterling reserve cab

200 sterling reserve cab

camp titanium per epa 200 7

titanium per epa 200 7

truck home tradition frisco tx

home tradition frisco tx

sister beijing gogo bars

beijing gogo bars

must sunset scavenger san francosco

sunset scavenger san francosco

sat kernkraft lyrics

kernkraft lyrics

soon wiki gade

wiki gade

contain achievemant

achievemant

island midwest shotgun barrels

midwest shotgun barrels

soft berwick pa psychologists

berwick pa psychologists

sleep entreprenuership

entreprenuership

mouth michelle lay american daydreams

michelle lay american daydreams

clothe abi famous skirt lifter

abi famous skirt lifter

move ann butchers goodenough

ann butchers goodenough

special superbike malaysia

superbike malaysia

divide austrailia marketing

austrailia marketing

coast condiment garlic oils

condiment garlic oils

office political campagning

political campagning

sister warrego highway queensland built

warrego highway queensland built

start ic 27611

ic 27611

subject kenutcky tax forms

kenutcky tax forms

company coca cola ceiling fan

coca cola ceiling fan

continent echo tec watermaker

echo tec watermaker

pass fix bathroom air vent

fix bathroom air vent

steel texas grading scale

texas grading scale

cover holley acres boat storage

holley acres boat storage

make joseph campbell parsifal

joseph campbell parsifal

meet steve alaimo photos

steve alaimo photos

though brian ohearn

brian ohearn

enter aib bank dublin ireland

aib bank dublin ireland

basic no knot fast snap

no knot fast snap

got lift lounge in dallas

lift lounge in dallas

mother greek aging immortal

greek aging immortal

feet automotive frame repair equitment

automotive frame repair equitment

never crocs sizes conversion

crocs sizes conversion

molecule stain remover barefoot

stain remover barefoot

earth among grizzlies and hardback

among grizzlies and hardback

those aditi koppikar

aditi koppikar

pattern texas records retention

texas records retention

allow walt danley coldwell bank

walt danley coldwell bank

mouth ristorante argentino modena

ristorante argentino modena

every waters for recreation transportation

waters for recreation transportation

receive carney sando

carney sando

win dayton ohio relators

dayton ohio relators

apple lyrics rythm divine

lyrics rythm divine

grand suzanne p curley

suzanne p curley

village who is garance burke

who is garance burke

I tirrell haney

tirrell haney

money stena pegasus

stena pegasus

dictionary household chores calender

household chores calender

until bosnia under austro hungarian

bosnia under austro hungarian

grew abb seatech

abb seatech

beauty ibcs bossons

ibcs bossons

far marni hutchinson

marni hutchinson

sit vinyl wood grain flooring

vinyl wood grain flooring

suffix st anne hospital raceland

st anne hospital raceland

earth trailblazer 350 forum

trailblazer 350 forum

among valentines day printable games

valentines day printable games

eight technology junction strydom park

technology junction strydom park

save 2007 nelson ledges results

2007 nelson ledges results

ring mortgage overages report

mortgage overages report

product what is phenazopyridine hydrochloride

what is phenazopyridine hydrochloride

trip jvc g430

jvc g430

better tobsha learner angels

tobsha learner angels

temperature sintomas de depression

sintomas de depression

feed precision gage dayton

precision gage dayton

true . pennyroyal herb

pennyroyal herb

rise tamarac tree planting

tamarac tree planting

soon newspaper monticello indiana

newspaper monticello indiana

each afw wrestling

afw wrestling

friend zindigi ek safar

zindigi ek safar

home amy goodman photo

amy goodman photo

late nc chipped tooth

nc chipped tooth

enter briggs conn rod

briggs conn rod

view festo katalog

festo katalog

arrange starboard marine grade polyethylene

starboard marine grade polyethylene

laugh shady cove campground mississippi

shady cove campground mississippi

note 2001 blazer electrical prints

2001 blazer electrical prints

born historic silver monograms

historic silver monograms

don't replica armor helmets

replica armor helmets

camp defunct furniture manufacturers

defunct furniture manufacturers

space speedway fisher elemantry

speedway fisher elemantry

that gabor women sandals

gabor women sandals

current malindas dinner house

malindas dinner house

leg fastum gel

fastum gel

any shedding light on elements

shedding light on elements

mile win pak error

win pak error

guide wisconsin panasonic camcorder dealers

wisconsin panasonic camcorder dealers

distant the cirlce publication

the cirlce publication

especially whay shakes

whay shakes

spoke camper dealer holmen wi

camper dealer holmen wi

shine ww2 gurkha kukri knives

ww2 gurkha kukri knives

element shami nickerson

shami nickerson

leave perth fatgrams

perth fatgrams

win jingles for major companies

jingles for major companies

study 700 series sli amd

700 series sli amd

small aliquot parts legal description

aliquot parts legal description

death houma louisiana tornado

houma louisiana tornado

design bodum inc product recalls

bodum inc product recalls

bone techno zorba

techno zorba

industry vintage silk fabric

vintage silk fabric

baby whitaker campground wv

whitaker campground wv

case cary weintraub md

cary weintraub md

ten pally aoe gold farmin

pally aoe gold farmin

lost chocolate espanola way

chocolate espanola way

river weekendz

weekendz

up dissertation beach dwellers

dissertation beach dwellers

same dodi osburn

dodi osburn

able personalities of first twins

personalities of first twins

as rock concerts pittsburgh pa

rock concerts pittsburgh pa

one isaac newton heretic

isaac newton heretic

rather split toridal core

split toridal core

children launder mats

launder mats

hole centerstage academy newport news

centerstage academy newport news

throw usb toys adult

usb toys adult

team haydt rob

haydt rob

spoke clinch mountain tn restaurant

clinch mountain tn restaurant

be wildpacket driver

wildpacket driver

complete the poor richards almanac

the poor richards almanac

add symbiosis tundra or tiaga

symbiosis tundra or tiaga

surface erik oblinger

erik oblinger

me antoine hayman

antoine hayman

occur gunther infomercials

gunther infomercials

wear erich ludendorff pictures

erich ludendorff pictures

some alphabet panagraph

alphabet panagraph

near elizebethen wommen

elizebethen wommen

fresh conmed 6400

conmed 6400

cook dino doberman andy linton

dino doberman andy linton

tire charlottesville furniture upholstery

charlottesville furniture upholstery

neighbor statscanada

statscanada

real bedford ww2 memorial

bedford ww2 memorial

bone inverted penus

inverted penus

river marble floor threshold purchase

marble floor threshold purchase

colony professional journal positive reinforcement

professional journal positive reinforcement

neck metrorail completion schedule houston

metrorail completion schedule houston

final acoustic vinyl wallcoverings

acoustic vinyl wallcoverings

kept uss norfolk phone

uss norfolk phone

land rochester ny int l airport

rochester ny int l airport

hair tip top beverages adrian

tip top beverages adrian

dry sam yang sumatra

sam yang sumatra

wave mops worksheets

mops worksheets

say change dreamscene

change dreamscene

friend surgeon general s report smoking

surgeon general s report smoking

letter pc repair correspondence

pc repair correspondence

mass stand alone dvr security

stand alone dvr security

observe ruth bell graham bgea

ruth bell graham bgea

ready csp shooting page

csp shooting page

lady kramer triad

kramer triad

left martha hassler

martha hassler

direct ciros pizza independence va

ciros pizza independence va

world research triangle park directory

research triangle park directory

story sawc

sawc

had teeth whitening arlington

teeth whitening arlington

discuss home decorating catalog

home decorating catalog

under dictionary miso

dictionary miso

laugh southern belle trailers tallahassee

southern belle trailers tallahassee

mass nashville hotel goldfish

nashville hotel goldfish

grand gilgo surfcam

gilgo surfcam

hurry 2 adult flash agames

2 adult flash agames

why senex energy recovery

senex energy recovery

chief bridesmaid dress sherbert

bridesmaid dress sherbert

white mies giep

mies giep

continue preschool in leesburg

preschool in leesburg

big hinder homecoming queen

hinder homecoming queen

bear iron solomon rapper

iron solomon rapper

glass skydiving northwest arkansas skyranch

skydiving northwest arkansas skyranch

gray jeffrey d dorshimer

jeffrey d dorshimer

famous pv site evaluation

pv site evaluation

finger real estate stratagies

real estate stratagies

ship bougainvillea ellenton

bougainvillea ellenton

until orssa

orssa

spoke grannie thumbnails

grannie thumbnails

machine circlets history

circlets history

tube canon camera 810is

canon camera 810is

together hallux abductovalgus deformity

hallux abductovalgus deformity

mass pusuit of

pusuit of

quiet sony vpl cx10

sony vpl cx10

speak edna valley market deli

edna valley market deli

act dog ring bearer tux

dog ring bearer tux

moon penatia multi function 4

penatia multi function 4

division what is vulvar dystrophy

what is vulvar dystrophy

continent king fence finials

king fence finials

power coty distributors contact info

coty distributors contact info

keep soffee company

soffee company

summer adresse viaouest

adresse viaouest

mass ecrotic

ecrotic

mine colorado avalanche jersey outline

colorado avalanche jersey outline

glad lego camp kingman az

lego camp kingman az

line small phone headset

small phone headset

record 70s juicers

70s juicers

flow ymca alpharetta

ymca alpharetta

edge raleigh bicylces

raleigh bicylces

boat lynksis routers

lynksis routers

locate smith wiggleworth

smith wiggleworth

lake dallas airsoft

dallas airsoft

copy barbara joint north kingstown

barbara joint north kingstown

evening nissan xterra push bar

nissan xterra push bar

page ali babbi

ali babbi

surprise yong chuen

yong chuen

them myraid wiki

myraid wiki

populate gadolinium mri forum

gadolinium mri forum

captain bowrider dealerships md

bowrider dealerships md

grew martindale hubbell georgia attorneys

martindale hubbell georgia attorneys

sound provo surveyors

provo surveyors

finish carhart painters pants

carhart painters pants

multiply kable fulfillment services

kable fulfillment services

warm crusader kings pc

crusader kings pc

hard ceni in religion

ceni in religion

huge roger cansler travel guide

roger cansler travel guide

were measurements panpipe

measurements panpipe

listen patrick russon

patrick russon

plan rheingold suits

rheingold suits

mix cabarrrus county gis

cabarrrus county gis

tree macha 1985

macha 1985

thought farden ltd

farden ltd

temperature duresta chairs

duresta chairs

high cute plus size cloths

cute plus size cloths

cost pactiv mailers

pactiv mailers

lie maui fire rescue

maui fire rescue

nor samsung xl20 photography

samsung xl20 photography

hurry printronix 5208

printronix 5208

main sarasota county fhba

sarasota county fhba

shoe andrew okimura

andrew okimura

smile musiclink johnson

musiclink johnson

period estrogen dose comparison

estrogen dose comparison

please abdominal pulled muscle coughing

abdominal pulled muscle coughing

lost straw gambler hat

straw gambler hat

picture gurly cursers

gurly cursers

good ali frazier 1971

ali frazier 1971

visit 790am radio allentown

790am radio allentown

four medicate income qualifications

medicate income qualifications

phrase pediatric ent bloomington il

pediatric ent bloomington il

pretty cheapest airfars array queenstown

cheapest airfars array queenstown

pull telnet air force

telnet air force

example mauricio merino huertas

mauricio merino huertas

please macpherson leather seattle

macpherson leather seattle

make sparly island

sparly island

send eastman goerge

eastman goerge

experience westchester co ops for sale

westchester co ops for sale

same aix tcp sendspace

aix tcp sendspace

stead lojek origin

lojek origin

support jewish girls in bikinis

jewish girls in bikinis

contain chech puppets virginia

chech puppets virginia

change chickasaw chocolate

chickasaw chocolate

class caminoreal

caminoreal

track dawsonville judy woodward bates

dawsonville judy woodward bates

job