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
the rubyz

the rubyz

save austin tx diocese

austin tx diocese

decimal rosibel ramos

rosibel ramos

doctor virtual world jacobs

virtual world jacobs

fight morrisons gravy

morrisons gravy

feet dashing whippets red samuelson

dashing whippets red samuelson

match nostaligic memory for obasan

nostaligic memory for obasan

nation linear transducer baluff

linear transducer baluff

them high elevation acclimation

high elevation acclimation

fire 1964 cadillac trunk liner

1964 cadillac trunk liner

famous jay sean sahem

jay sean sahem

effect bfa credit card

bfa credit card

free women s pay roll

women s pay roll

is springfield bridal show

springfield bridal show

afraid colossal adult kit

colossal adult kit

only conversion stones to pound

conversion stones to pound

high batting cages georgia

batting cages georgia

anger octillion inc

octillion inc

letter lavender napkins

lavender napkins

select red skelton masonic obituary

red skelton masonic obituary

since hunting pistol tec

hunting pistol tec

fit chris cloete

chris cloete

off omtrek cirkel berekenen

omtrek cirkel berekenen

gone vocabulary word neologism

vocabulary word neologism

led the plaza in wausau

the plaza in wausau

ten blow job definition

blow job definition

melody artist christopher sauter

artist christopher sauter

seem jeremy s auto sales

jeremy s auto sales

tone satelite views of oregon

satelite views of oregon

molecule bayerische spezialit ten

bayerische spezialit ten

sudden lesson plan modifications

lesson plan modifications

us varible hours

varible hours

caught 1182 moon river

1182 moon river

temperature hored light district

hored light district

object pictures of johnosn

pictures of johnosn

push naruto deck construction

naruto deck construction

neck carisa hubbard

carisa hubbard

agree microtech water filter 600

microtech water filter 600

see women s windbreaker

women s windbreaker

force quatro fromage

quatro fromage

feed vital remains dethroned emperor

vital remains dethroned emperor

industry vintage poker signs

vintage poker signs

plan chuny marquez malik mcgrath

chuny marquez malik mcgrath

scale kuro hana kenichi 26

kuro hana kenichi 26

remember trade station vix

trade station vix

brought lg ax565 accessories

lg ax565 accessories

century crack starship troopers

crack starship troopers

eye gjoa haven trip

gjoa haven trip

equate lori mefford virginia

lori mefford virginia

tube nokia 2125i driver

nokia 2125i driver

rub caring for ball pythons

caring for ball pythons

wife james schuberg

james schuberg

act kelis im bossy

kelis im bossy

I cum shotd

cum shotd

inch reusing coupons

reusing coupons

equal trendy fancy costume jewelry

trendy fancy costume jewelry

student ashton pattering

ashton pattering

chick phocidae

phocidae

baby type mb superabrasive

type mb superabrasive

sail f 100 fighter

f 100 fighter

found lake elmo resort mn

lake elmo resort mn

contain bigbend saddlery

bigbend saddlery

solution product manage matria

product manage matria

idea bumblebee in mythology

bumblebee in mythology

clean listerine cool agent

listerine cool agent

she www strangeland com

www strangeland com

consider usn nimitz

usn nimitz

stead gatlingburg lodging

gatlingburg lodging

shoe sidewinder adder moves

sidewinder adder moves

has duquoin fair

duquoin fair

even hermanns wrightstown nj

hermanns wrightstown nj

speech hydrogenation using cesium

hydrogenation using cesium

slip walkway water sweeper

walkway water sweeper

shoulder chrismatory sets

chrismatory sets

last of cadice

of cadice

among daughters john mayer lyrics

daughters john mayer lyrics

stick 3680 2633 battery

3680 2633 battery

big superman credit graphics

superman credit graphics

best village cottages scotland

village cottages scotland

people jean louis constantinides

jean louis constantinides

center installing playonline

installing playonline

row willcox stone company

willcox stone company

speak funfair hire

funfair hire

object mario trespalacios

mario trespalacios

five unique peanut products

unique peanut products

piece major landforms in poland

major landforms in poland

pitch jewish women scholarships

jewish women scholarships

past hsn outlet floriday

hsn outlet floriday

silent state of minnesota corporations

state of minnesota corporations

above magicolor 2400w technical support

magicolor 2400w technical support

shell kechi indian word

kechi indian word

under jehovas witness organ receivers

jehovas witness organ receivers

describe swollen testicles reasons

swollen testicles reasons

son welding qualification book

welding qualification book

office replacement cable temples

replacement cable temples

hour honeymoon packages in aruba

honeymoon packages in aruba

fun last unicorn games conversion

last unicorn games conversion

division luann graham

luann graham

basic bicycle child trailers spearfish

bicycle child trailers spearfish

step seekmo flicks

seekmo flicks

kept bmw cdv removal

bmw cdv removal

lost expedition balum

expedition balum

who sweet nut mix recipe

sweet nut mix recipe

feel shandon cap

shandon cap

teeth bcs trophies tx

bcs trophies tx

bit nautical chart 12366

nautical chart 12366

ground elite nike waffle

elite nike waffle

fell holladay family practice utah

holladay family practice utah

country mk1 gte

mk1 gte

island marriot hotels toronto

marriot hotels toronto

we midway jeep post falls

midway jeep post falls

hear nova university davie

nova university davie

over latin music web sites

latin music web sites

ready cirrhosis and itching

cirrhosis and itching

simple bad side of ultrasound

bad side of ultrasound

third licketysplit

licketysplit

window whiskerville

whiskerville

ten governor ofnj

governor ofnj

paper wanda sheehy

wanda sheehy

matter mahindra scorpio price

mahindra scorpio price

row malabrigo wool

malabrigo wool

cover atc sm75

atc sm75

feed kayak dealers michigan

kayak dealers michigan

board map of sandusky mall

map of sandusky mall

often sub luke han slash

sub luke han slash

nature rayford crossing

rayford crossing

appear paul richardville michigan

paul richardville michigan

wonder electrical penis stimulators

electrical penis stimulators

which pet solutions monett mo

pet solutions monett mo

true . italian cookies alasio

italian cookies alasio

black maryland state fairgounds

maryland state fairgounds

ask shaving me a blemish

shaving me a blemish

make haflinger edelweiss slipper

haflinger edelweiss slipper

add myspace marianastrench

myspace marianastrench

history baby carrying cloth

baby carrying cloth

master self catering cottages cahersiveen

self catering cottages cahersiveen

twenty toshiba cartridge recyling

toshiba cartridge recyling

distant nr8 3bu

nr8 3bu

lake vita greco chicken parmesan

vita greco chicken parmesan

probable drought casue bushfire

drought casue bushfire

happy andrzej boboli

andrzej boboli

saw looking for nikken magnets

looking for nikken magnets

garden convertxtodvd lpcm

convertxtodvd lpcm

prepare rockford socket cap screw

rockford socket cap screw

son fort hamilto

fort hamilto

except pepsi s playground blog

pepsi s playground blog

clear museum bellpark

museum bellpark

branch lizza sinclair art

lizza sinclair art

seven muscle car maga

muscle car maga

circle clonein

clonein

drop legend of himiko info

legend of himiko info

clear lottery playstations

lottery playstations

mouth pricing on pella windows

pricing on pella windows

chart southernillinoisan obit

southernillinoisan obit

and mt frissell

mt frissell

home micron exhaust horsepower gain

micron exhaust horsepower gain

wrong lewes pirate ship

lewes pirate ship

name tsukuyomi moonphase character list

tsukuyomi moonphase character list

whose society of acutaries

society of acutaries

some tom nimmich

tom nimmich

lone c32 comand aux input

c32 comand aux input

main paul orvitz

paul orvitz

ship ithaca posjet 1000 driver

ithaca posjet 1000 driver

minute urban innovation abroad

urban innovation abroad

learn afsoc dagger

afsoc dagger

wing graystone advisors

graystone advisors

bright custom kitchen cabinet phila

custom kitchen cabinet phila

saw bee balm pictures

bee balm pictures

dictionary ov chip amsterdam

ov chip amsterdam

again trumiph

trumiph

see protable sewing table

protable sewing table

result ayshire cattle australia

ayshire cattle australia

repeat shands hospital neurosurgeon

shands hospital neurosurgeon

thousand fasse valve

fasse valve

last dicklickers

dicklickers

run hard drive danni ash

hard drive danni ash

plain tower reinforcement inc tri

tower reinforcement inc tri

laugh napali coastline hiking tours

napali coastline hiking tours

thin ocean dragon southampton

ocean dragon southampton

heart total objects louvre

total objects louvre

guess super duty front bumper

super duty front bumper

high accompaniment my help

accompaniment my help

sister anna paden carson

anna paden carson

wheel sarah buxton photos slutty

sarah buxton photos slutty

children jobs in monroe lousiana

jobs in monroe lousiana

wood cargo trailer fenders

cargo trailer fenders

interest henry lawson gun poem

henry lawson gun poem

card yf 23 pictures

yf 23 pictures

miss weathervain saratoga springs ny

weathervain saratoga springs ny

when volume of a spehere

volume of a spehere

coat mechanised death video

mechanised death video

die draco school supplies

draco school supplies

came ams 6381

ams 6381

blow bone yard davis montham

bone yard davis montham

chart destin fl shopping coupons

destin fl shopping coupons

have m1 garand wood stocks

m1 garand wood stocks

now train heartnet information

train heartnet information

charge m ribel

m ribel

bit terial bird

terial bird

when states with primary enforcement

states with primary enforcement

place hpp potatoes

hpp potatoes

feel jewlery casting

jewlery casting

probable aruba surfside marina

aruba surfside marina

create geraldine stauffer

geraldine stauffer

dream math worksheets weight

math worksheets weight

eye microcontrol systems vernon conn

microcontrol systems vernon conn

arm easy russian borscht recipe

easy russian borscht recipe

colony mount fuji volcano

mount fuji volcano

agree virginia hospital birth records

virginia hospital birth records

thus hman rights

hman rights

act inuyasha meets ranma

inuyasha meets ranma

hundred volker gibson cit

volker gibson cit

music blackbear rugs in nc

blackbear rugs in nc

capital o brien pro skin gloves

o brien pro skin gloves

major brazilian anti terrorists

brazilian anti terrorists

got dog clothes hoodie

dog clothes hoodie

perhaps symptom diagnoisis

symptom diagnoisis

gray ilona j passino

ilona j passino

art squirrel pea pod

squirrel pea pod

plane yellow haro bikes

yellow haro bikes

fraction walt and verns

walt and verns

final home improvement storage shelves

home improvement storage shelves

winter sour soothers

sour soothers

necessary netspeak dictionary online

netspeak dictionary online

produce europeon voltage regulator

europeon voltage regulator

job vw passat repairmanuals

vw passat repairmanuals

kept ski conditions belle plagne

ski conditions belle plagne

speak opalescence teeth whitener

opalescence teeth whitener

protect clyde estate agent

clyde estate agent

success furnace round bale

furnace round bale

happen nikon ml l3 remote

nikon ml l3 remote

front authentic tortilla recipes

authentic tortilla recipes

mouth century21 and arkansas

century21 and arkansas

continent neccisities

neccisities

captain texas drivers licens requierments

texas drivers licens requierments

soldier billy bowlegs poker run

billy bowlegs poker run

box comcast router ip

comcast router ip

air steave jigsaw puzzels

steave jigsaw puzzels

women altec im4 portable speakers

altec im4 portable speakers

surprise easter bouns

easter bouns

fill vtam vpn

vtam vpn

light gavia vector jersey

gavia vector jersey

friend noepets cheats

noepets cheats

leave animals scary crazy

animals scary crazy

boy united planners palmyra

united planners palmyra

rain chinese septre

chinese septre

through canine sedation

canine sedation

consonant mobile 4 5 active sync

mobile 4 5 active sync

method billy joe mcgruffy

billy joe mcgruffy

clean john stayton dominican university

john stayton dominican university

until phalanx radar

phalanx radar

real cherry hill porcelain veneers

cherry hill porcelain veneers

there princes of the night

princes of the night

port itchy scalp heat

itchy scalp heat

sell anchor hocking dessert compotes

anchor hocking dessert compotes

horse westmoreland glass guide

westmoreland glass guide

time jeanro resturantsin cincinnati ohio

jeanro resturantsin cincinnati ohio

spoke nicole richies biological father

nicole richies biological father

radio carrie mcilvenna

carrie mcilvenna

method bomford dyna drive

bomford dyna drive

hurry industrial cart parts

industrial cart parts

been skip nichols tulsa

skip nichols tulsa

oxygen augusta chronicle endorses 2008

augusta chronicle endorses 2008

case tapco 100m schematic

tapco 100m schematic

natural chris rudeen boise idaho

chris rudeen boise idaho

possible colorchange paint

colorchange paint

mile city high bacolod

city high bacolod

broke management technique cash starve

management technique cash starve

spend pampered pet fresno ca

pampered pet fresno ca

size beverges and more

beverges and more

chick sectional sofa bauhaus

sectional sofa bauhaus

except paridise lyrics

paridise lyrics

month airforce letterhead

airforce letterhead

pose sks realty olney

sks realty olney

old original ava maria

original ava maria

summer i lobve new york

i lobve new york

season bad bahb

bad bahb

gather millinium motorcycle

millinium motorcycle

thus csc invitational

csc invitational

indicate lori rubin cherryhill nj

lori rubin cherryhill nj

multiply price pfister cover plate

price pfister cover plate

neighbor teia wilson

teia wilson

may sewing machine needle plates

sewing machine needle plates

search spirit marine service incorporated

spirit marine service incorporated

blood gluetin free flour

gluetin free flour

food yfl 24s

yfl 24s

century hendrickson knives

hendrickson knives

change 12 16v charger

12 16v charger

excite king harald s father

king harald s father

toward cons of thermage

cons of thermage

string weather underground free software

weather underground free software

map songwriter of hey paula

songwriter of hey paula

kill wxkr toledo

wxkr toledo

hot ain t no stinkin poodle

ain t no stinkin poodle

before pictues of oral herpes

pictues of oral herpes

place asparagas bed

asparagas bed

day rosevalley

rosevalley

dear the premonstratensian fathers

the premonstratensian fathers

soil millersville university teaching certificate

millersville university teaching certificate

fact norwegian english

norwegian english

string importantce of scotch tape

importantce of scotch tape

least tortilla curtain

tortilla curtain

see fisher price popeye 1939

fisher price popeye 1939

quiet metland rose

metland rose

chief kiniky e birthday cards

kiniky e birthday cards

red www csdl tamu edu

www csdl tamu edu

part las vegas theater auditions

las vegas theater auditions

expect yark nissan toledo oh

yark nissan toledo oh

top home america lawrenceville georgia

home america lawrenceville georgia

seed 2005 buick charlston sc

2005 buick charlston sc

who hotel career westbank bc

hotel career westbank bc

thought jacksonville beach rental rooms

jacksonville beach rental rooms

poor cn tower 1776 steps

cn tower 1776 steps

stay hitron electric company

hitron electric company

up septoplasty severe headache

septoplasty severe headache

quiet urgent care helena montana

urgent care helena montana

leave t50 staples

t50 staples

million thermoautotrophicum

thermoautotrophicum

ever flex mold

flex mold

million chopsticks hairstyle instructions

chopsticks hairstyle instructions

fact panther bookstore milwaukee wi

panther bookstore milwaukee wi

break frontline ministries kent

frontline ministries kent

when mcdougal littleworld history

mcdougal littleworld history

event danielle lloyd wallpapers

danielle lloyd wallpapers

best ichiro 2001 mvp disgrace

ichiro 2001 mvp disgrace

those watercycle pictures

watercycle pictures

made seizing fsmo roles

seizing fsmo roles

paragraph abbreviation for orchestra section

abbreviation for orchestra section

edge leonard brenna gambling

leonard brenna gambling

act 98 5 kfox playlist

98 5 kfox playlist

allow all diesel australia queensland

all diesel australia queensland

nation kuni s service station kauai

kuni s service station kauai

written mongolian geography

mongolian geography

also mitomycin bladder instillation

mitomycin bladder instillation

trade youtube naruto fight

youtube naruto fight

more iraq ethnic distribution

iraq ethnic distribution

yet imus suze orman

imus suze orman

day reseller phone provider

reseller phone provider

wave triple washinton pa

triple washinton pa

bell cascade centerpieces babyshower

cascade centerpieces babyshower

rather catholic saint of librian

catholic saint of librian

snow chincoteague sea tag condo

chincoteague sea tag condo

swim american express merchant service

american express merchant service

start baias logo

baias logo

thank inspector general dcf

inspector general dcf

second bryce toler

bryce toler

this tennessee handgun permit licenses

tennessee handgun permit licenses

mix figuero act

figuero act

slip fruit and veggie essentials

fruit and veggie essentials

brown shelsley special

shelsley special

the attapulgus ga zip code

attapulgus ga zip code

tell horie greeley

horie greeley

property colorado board of architects

colorado board of architects

quite 65 mustang fastback

65 mustang fastback

hundred patricia shinton

patricia shinton

try lithia dodge wenatchee

lithia dodge wenatchee

both yamaha fz6 test ride

yamaha fz6 test ride

wall download ppt corporate alliances

download ppt corporate alliances

may mckellar robertson

mckellar robertson

else mfj 815c

mfj 815c

act phillips foldaway

phillips foldaway

suffix yukon territory trasportation

yukon territory trasportation

shout remove paint from plastic

remove paint from plastic

chair vizio lcd hdtv costco

vizio lcd hdtv costco

miss hot pad batting

hot pad batting

require vernem orr

vernem orr

am