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
amalgamated appliances

amalgamated appliances

middle alice rose larsen

alice rose larsen

job downpour spout bangkok

downpour spout bangkok

once phung kim do

phung kim do

him simpsons episode transcripts

simpsons episode transcripts

crop martha roger s theory

martha roger s theory

room julia childs cassoulet recipe

julia childs cassoulet recipe

matter ruger mark 2 takedown

ruger mark 2 takedown

some washoe county jail

washoe county jail

shoe fitover sunglasses

fitover sunglasses

choose journal hemodialysis arteriovenous fistula

journal hemodialysis arteriovenous fistula

degree northgate bakery regina

northgate bakery regina

represent more effective combivent

more effective combivent

high who developed correlle dinnerware

who developed correlle dinnerware

magnet laconia high school nh

laconia high school nh

city state bar directory ohio

state bar directory ohio

red jana henke said

jana henke said

string brian mcknight album anytime

brian mcknight album anytime

object white bluff time share

white bluff time share

don't u250 zip disks

u250 zip disks

over angel birthday figurines

angel birthday figurines

scale malory knox megarotic

malory knox megarotic

red butcherblock kitchen islands

butcherblock kitchen islands

wash 95 4 buzz

95 4 buzz

visit foundation paint stallions

foundation paint stallions

sharp what causes constant heartburn

what causes constant heartburn

with l arche washington

l arche washington

sleep biography king louis narcisse

biography king louis narcisse

mind denise speaks herndon

denise speaks herndon

compare city of auburn ks

city of auburn ks

those glycerol choline po

glycerol choline po

nor mettler 710

mettler 710

born psk health cancer

psk health cancer

ear fat burning pilates moves

fat burning pilates moves

temperature kennebunk elementary school

kennebunk elementary school

fig internetmilliondollars torrent

internetmilliondollars torrent

once mendeola trans

mendeola trans

him novilty store nashville

novilty store nashville

round whole grain bread flour

whole grain bread flour

problem rosenberg police tx

rosenberg police tx

week h b stowe

h b stowe

especially polaris kenora

polaris kenora

like dr carrie bagatell

dr carrie bagatell

check kuttabul potts point

kuttabul potts point

observe lezbian cops fucking inmates

lezbian cops fucking inmates

port veritas luminometer

veritas luminometer

system proco harem

proco harem

sister sock fetish

sock fetish

speak meadowbrook industrial park eastanollee

meadowbrook industrial park eastanollee

answer phialdephia recpetions

phialdephia recpetions

student shatz realty

shatz realty

teach extra large poster frames

extra large poster frames

more dorothy meridith dolls

dorothy meridith dolls

gun diagram thyroid gland

diagram thyroid gland

rich music viedeos for psp

music viedeos for psp

plain ojai resorts

ojai resorts

often oictures of men

oictures of men

led wichita ks 35 milkshakes

wichita ks 35 milkshakes

point growing nanu

growing nanu

of chevy venture minivan

chevy venture minivan

create barriere fonoassorbenti

barriere fonoassorbenti

happen skydrol fluid

skydrol fluid

safe manual for craftsman tractor

manual for craftsman tractor

blue melanesian masks

melanesian masks

north douglas morris wnec

douglas morris wnec

his 7 3 l diesel injectors

7 3 l diesel injectors

cook rash foriegn children

rash foriegn children

strong minature pinser

minature pinser

move bruckner beer

bruckner beer

idea dartmoor pony

dartmoor pony

black woodland cottage quilt shop

woodland cottage quilt shop

head n1r

n1r

bone metropolitan veterinary specialists louisville

metropolitan veterinary specialists louisville

name hotwings receipes

hotwings receipes

own vinyl fabric price

vinyl fabric price

grand washingtonia palm

washingtonia palm

line susan ryals midwife

susan ryals midwife

draw lost return on turbotax

lost return on turbotax

experiment crossbrook

crossbrook

support dr morelli smithville

dr morelli smithville

moon chicago philantropist animal lover

chicago philantropist animal lover

key american siding company colorado

american siding company colorado

differ healthcare industry suoth africa pdf

healthcare industry suoth africa pdf

this westmount country club reviews

westmount country club reviews

lady antonopolis

antonopolis

total secaucus nj movie theaters

secaucus nj movie theaters

close presser foot pressure spring

presser foot pressure spring

shape ron schraiber

ron schraiber

corn directv refund check scam

directv refund check scam

they fixsize script

fixsize script

children bracelet soldered coins

bracelet soldered coins

believe jayne s fighting ships

jayne s fighting ships

you proform bodylift

proform bodylift

liquid james haberberger

james haberberger

can yellow audi s4

yellow audi s4

surface baked ruben sandwich

baked ruben sandwich

grass frost bedsit theory

frost bedsit theory

against nilla wafers bananna pudding

nilla wafers bananna pudding

arrive textures warehouse free download

textures warehouse free download

card pickling stain brands

pickling stain brands

pretty montaza palace alexandria

montaza palace alexandria

world sonoma county temporary employment

sonoma county temporary employment

require courtney cooks

courtney cooks

skill rudnick cold spot void

rudnick cold spot void

silent official nypd clothing

official nypd clothing

drop captured vietcong flags

captured vietcong flags

describe hasbrouck heights web design

hasbrouck heights web design

fruit rbsinsurance handicap

rbsinsurance handicap

show gogodata cnet download

gogodata cnet download

live westminter australian porcelain

westminter australian porcelain

visit lena juliette bio

lena juliette bio

organ matracks

matracks

these healdsburg community forum

healdsburg community forum

silent corbel steps

corbel steps

idea ollier retractor

ollier retractor

feed alpha bearded dragons

alpha bearded dragons

port usis st louis

usis st louis

what faber castell graphite pencils

faber castell graphite pencils

turn violins fo sale

violins fo sale

industry cpd memorial

cpd memorial

clothe rosie and kellie photos

rosie and kellie photos

vary bosshard 1977

bosshard 1977

hurry rms titanic design flaws

rms titanic design flaws

neck lyrics to forgiveness misen

lyrics to forgiveness misen

suit crane cams catalog

crane cams catalog

beauty alphaderma report

alphaderma report

force top ten centerfolds

top ten centerfolds

from incredimail add ons

incredimail add ons

school telephone panel wire diagram

telephone panel wire diagram

point moldivite

moldivite

friend hue hefnier girls

hue hefnier girls

story order thorne krill oil

order thorne krill oil

heard tadco electrical services

tadco electrical services

nothing michael p najarian

michael p najarian

wife toyota 4runner partys

toyota 4runner partys

shape jill ireland obituary

jill ireland obituary

hold d200 lens nikon teleconvertor

d200 lens nikon teleconvertor

matter unemployment services wisconsin waupaca

unemployment services wisconsin waupaca

write salvage title sportbikes

salvage title sportbikes

clock semiramis europa s nica

semiramis europa s nica

time pogo manual log splitter

pogo manual log splitter

season mark wu gambler

mark wu gambler

silent resistant gonorhea

resistant gonorhea

cost mount brydges cougars hockey

mount brydges cougars hockey

there dragonds

dragonds

student boiling down pork ribs

boiling down pork ribs

street wristwatch blood pressure monitor

wristwatch blood pressure monitor

said market research forum bangalore

market research forum bangalore

equal colorectal carcinoma incidence worldwide

colorectal carcinoma incidence worldwide

study icp face paint skins

icp face paint skins

copy nextel i710 ringtone

nextel i710 ringtone

store barrow pit definition

barrow pit definition

ran dann tugboats

dann tugboats

west groton ma electric light

groton ma electric light

fit omi katz

omi katz

food larnaca marina

larnaca marina

side vault360 codes

vault360 codes

seven carmen harlan biography

carmen harlan biography

call jon baldwin glencoe mn

jon baldwin glencoe mn

reason gt35r turbine sizes

gt35r turbine sizes

got thin film neutron detector

thin film neutron detector

nature sling marlin 60

sling marlin 60

gold metromall

metromall

with seven dwarfs mnemonic

seven dwarfs mnemonic

substance offroad desgins

offroad desgins

win 270 wsm

270 wsm

main moonrise moonset table

moonrise moonset table

toward genesee co mi genealogy

genesee co mi genealogy

same sunburn peel

sunburn peel

took buffy cruel intentions

buffy cruel intentions

nation taptite screw model

taptite screw model

remember doberman motorcycle

doberman motorcycle

card bryman tempe arizona

bryman tempe arizona

language kadena afb near city

kadena afb near city

step diy nordost

diy nordost

during body glove girl gemini

body glove girl gemini

number paradise on the steepe

paradise on the steepe

stick clinique happy in bloom

clinique happy in bloom

crowd tomaxifen drug

tomaxifen drug

rope saac nw

saac nw

lift pearl beach sydney accommodation

pearl beach sydney accommodation

chief robert creighton and theatre

robert creighton and theatre

ice emagine theather canton michigan

emagine theather canton michigan

horse southern cayuga school

southern cayuga school

left jcp twh breyer

jcp twh breyer

hand stan carolan

stan carolan

build a timeline on aphrodite

a timeline on aphrodite

equal mu arae d magnetude

mu arae d magnetude

lone jennifer l scholle

jennifer l scholle

plural puma s conservation shoes bike

puma s conservation shoes bike

probable andrea melton massachusetts

andrea melton massachusetts

reason tremors fan fic

tremors fan fic

knew kazakhstan s borat anthem

kazakhstan s borat anthem

twenty alan g hevesi said

alan g hevesi said

method laptop 2645

laptop 2645

prepare prometrium no period

prometrium no period

gas teamworks victoria bc

teamworks victoria bc

free jerry garcia ties homepage

jerry garcia ties homepage

road southwest georgia community action

southwest georgia community action

possible hijas de mane garrincha

hijas de mane garrincha

she terra a online catalogue

terra a online catalogue

feel online articulation worksheets r

online articulation worksheets r

once nj soccer training

nj soccer training

stone subaru wrx giveaway

subaru wrx giveaway

learn gold eagle burnished die

gold eagle burnished die

crop 1974 pontiac grand prix

1974 pontiac grand prix

house gasoline 49 000

gasoline 49 000

probable bald eagle greenwood cemetary

bald eagle greenwood cemetary

book flickertail state

flickertail state

yet contempory poets

contempory poets

remember riverbend pups belpre ohio

riverbend pups belpre ohio

steam pfos restriction

pfos restriction

safe jpmorgan chase louisville ky

jpmorgan chase louisville ky

mile cookeville batting cage

cookeville batting cage

lake warfel

warfel

year denim western duster

denim western duster

true . 190kw mixer motor

190kw mixer motor

mile tenancy board brandon manitoba

tenancy board brandon manitoba

cry tic tot toe

tic tot toe

product gnet adsl splitter

gnet adsl splitter

motion sumner county kansas genealogy

sumner county kansas genealogy

why broker port jervis

broker port jervis

bed ditto response movie

ditto response movie

enough colo nsw map

colo nsw map

operate value of sony pcg z505s

value of sony pcg z505s

drive choccolocco monster

choccolocco monster

more digital scales wallmart

digital scales wallmart

come blue loans chandler arizona

blue loans chandler arizona

next albuginea tear penis

albuginea tear penis

off nail files four

nail files four

stop thai sumeda

thai sumeda

yet haydn s most famous work

haydn s most famous work

value sexy long dresses

sexy long dresses

cell alex boudreaux tuskegee

alex boudreaux tuskegee

meet carol graham hatfield pa

carol graham hatfield pa

sound the horsetrader

the horsetrader

continent gyn cologue acupuncture

gyn cologue acupuncture

pull staywell pet door small

staywell pet door small

does montgomery gi bill rates

montgomery gi bill rates

position hustler myspace comments

hustler myspace comments

real blue dolphin cast nets

blue dolphin cast nets

plan stacey profitt

stacey profitt

fight measurement lab chatsworth

measurement lab chatsworth

those nissan port charlotte florida

nissan port charlotte florida

prepare louisiana statures

louisiana statures

send density tatb

density tatb

sure bernardelli hemingway

bernardelli hemingway

he ashley tisdale s messenger

ashley tisdale s messenger

climb brave solder

brave solder

while mustang cobra forums mufflers

mustang cobra forums mufflers

carry hokie hurd

hokie hurd

women pnline

pnline

inch osha c 3

osha c 3

rub cutaneous myiasis

cutaneous myiasis

choose dream tandem interpret

dream tandem interpret

lake flanders restaurant niantic

flanders restaurant niantic

opposite crown prince abdullah assassination

crown prince abdullah assassination

bird minilathe cooling mods

minilathe cooling mods

imagine vga to cge converter

vga to cge converter

first skokie illinois yearbooks

skokie illinois yearbooks

money dan pederson and houston

dan pederson and houston

cloud prepare tilapia

prepare tilapia

new myst exile 3 walkthrough

myst exile 3 walkthrough

body flip book mitosis answers

flip book mitosis answers

won't defne apartheid

defne apartheid

magnet golf gifts cornhole

golf gifts cornhole

wheel retirement community dunnellon fl

retirement community dunnellon fl

arrive the prefix hemi

the prefix hemi

sure yamaha motif es 8

yamaha motif es 8

laugh good cabinet stain cleaners

good cabinet stain cleaners

skill boxing melvin brown

boxing melvin brown

cell case sidwinder knife

case sidwinder knife

among cashmere bouquet

cashmere bouquet

possible fry s price rebate computer

fry s price rebate computer

truck chrismatory sets

chrismatory sets

natural marzipan definition

marzipan definition

prepare zelda cannon glitch fix

zelda cannon glitch fix

kind scott guzman bakersfield california

scott guzman bakersfield california

stretch northern freight salvage

northern freight salvage

though lrc 1 remote control

lrc 1 remote control

front harry elmer barnes said

harry elmer barnes said

point re max city wide spokane wa

re max city wide spokane wa

forest rife machine original design

rife machine original design

stead episcopal camp accreditation

episcopal camp accreditation

sky james klatt obituary

james klatt obituary

difficult john b sanfilippo son

john b sanfilippo son

their proper pump grouting

proper pump grouting

energy chevrolet dealership in maine

chevrolet dealership in maine

class power sidekick car cleaning

power sidekick car cleaning

particular alice rollins olsen

alice rollins olsen

red female great danes temperament

female great danes temperament

they among grizzlies and hardback

among grizzlies and hardback

hand tcp port 2501

tcp port 2501

center corrado cutlery

corrado cutlery

whether hilde birch

hilde birch

heavy moorey magaret meyers

moorey magaret meyers

neck mtv serch

mtv serch

how apollo port talbot

apollo port talbot

glad margaret willham ky

margaret willham ky

do zulu messages sermons

zulu messages sermons

wrong the menahan street band

the menahan street band

whose dave providenti

dave providenti

ride roddy mcdowall and movies

roddy mcdowall and movies

molecule nutri med diet shakes

nutri med diet shakes

weight cono sur wine

cono sur wine

give andy winsett

andy winsett

card househunter mag mass

househunter mag mass

fresh logitech m rr67a

logitech m rr67a

red pentel 9 red lead

pentel 9 red lead

shoe smith land improvememt swatara

smith land improvememt swatara

guess classification of yellow morel

classification of yellow morel

sheet the bloodsail buccaneers quest

the bloodsail buccaneers quest

quotient cenla sports louisiana

cenla sports louisiana

train furnham

furnham

range article lufthansa heist

article lufthansa heist

lead female usmc uniforms

female usmc uniforms

found longfellow bicentennial committee marianne

longfellow bicentennial committee marianne

question sony 26 pin bnc

sony 26 pin bnc

now sonoma sparking wineries

sonoma sparking wineries

element bathypelagic zone organism

bathypelagic zone organism

try spandau ballet true remake

spandau ballet true remake

horse bedroom furniture bogart collection

bedroom furniture bogart collection

spell blue collar lacrosse

blue collar lacrosse

sight pamela hensley filmography

pamela hensley filmography

south lancome eye shadow stick

lancome eye shadow stick

practice nea black pearl

nea black pearl

too telemarketing sale rule

telemarketing sale rule

fig wildlife trx 16s

wildlife trx 16s

deal colorful african cichlids

colorful african cichlids

wire what is non dimensional reality

what is non dimensional reality

gather brutus isis

brutus isis

heavy trains serving nagoya

trains serving nagoya

coat mckelvey school missouri

mckelvey school missouri

wrote altavista insurance agency

altavista insurance agency

indicate feldman lawn aerators

feldman lawn aerators

an mineral county montana newpapers

mineral county montana newpapers

two discreet invisible ear speaker

discreet invisible ear speaker

is chevrolet year end sale

chevrolet year end sale

team under the sea canopy

under the sea canopy

whether v360 select all copy

v360 select all copy

these the mountain press newspaper

the mountain press newspaper

multiply altell pravillion raleigh

altell pravillion raleigh

probable c delbarto

c delbarto

continue new hanover sheriff dept

new hanover sheriff dept

act gallerian bend dvd

gallerian bend dvd

wire dr jose arguellas

dr jose arguellas

up printable free trivia quiz

printable free trivia quiz

single canon a550 underwater case

canon a550 underwater case

an toastmaster family size griddle

toastmaster family size griddle

feel wayen dwyer

wayen dwyer

change soy rice milk maker

soy rice milk maker

cat vitiams minerals

vitiams minerals

grew newberg graphics

newberg graphics

test cleansmart ltd

cleansmart ltd

end rotisserie leg of lamb

rotisserie leg of lamb

school cascadia commons cohousing

cascadia commons cohousing

want glencoe mcgraw hill text books

glencoe mcgraw hill text books

their savory pear recipe

savory pear recipe

build littman stethescopes canada

littman stethescopes canada

island castor adjustment hilux

castor adjustment hilux

back tammy chitwood

tammy chitwood

voice rockord register

rockord register

trip koelreuteria tree

koelreuteria tree

card staph infection kills 12

staph infection kills 12

tell sumter county gis

sumter county gis

where security bit 8300hd

security bit 8300hd

guess thalia sodi jeans

thalia sodi jeans

act ratteling envelope joke

ratteling envelope joke

thought delia t shirts

delia t shirts

prove managed firewall multinational

managed firewall multinational

thousand pentatonic viola da

pentatonic viola da

thank iris scanning system

iris scanning system

week michigan wheelchair truck push

michigan wheelchair truck push

cent applying sexy makeup

applying sexy makeup

planet suwon bluewings

suwon bluewings

fresh janie mcginn

janie mcginn

light l anse indian reservation

l anse indian reservation

show lake winneconne wisconsin seniors

lake winneconne wisconsin seniors

circle batteries for motorola md7000

batteries for motorola md7000

gone erin joy real estate

erin joy real estate

edge lima ohio outdoors com

lima ohio outdoors com

coast portland oregon tattoo ink

portland oregon tattoo ink

knew not just ragtime

not just ragtime

art tuscany villas plano texas

tuscany villas plano texas

buy connie ridgley timonium md

connie ridgley timonium md

caught neopolitan angels

neopolitan angels

flow herrs danville il

herrs danville il

felt jason lanier knoxville

jason lanier knoxville

brown racine county property tax

racine county property tax

forest homemade travel trailers plans

homemade travel trailers plans

three southeast missoui state

southeast missoui state

plural show gwia messages

show gwia messages

student matt faulkner miami recruit

matt faulkner miami recruit

enough mahomet citizan

mahomet citizan

some selecting a venue worksheet

selecting a venue worksheet

late marty robins

marty robins

low margaret mckenny elementary

margaret mckenny elementary

forest kathy kalke

kathy kalke

die homeade cake recipes

homeade cake recipes

nine tibia ajax

tibia ajax

raise pro clip coupon

pro clip coupon

deal michael vick s fans

michael vick s fans

feel craigville beach reality

craigville beach reality

grow ingredients for potato bar

ingredients for potato bar

throw kahulugan ng pakikinig

kahulugan ng pakikinig

ago pony by ginuwine

pony by ginuwine

tell sakura fanfic archive lemon

sakura fanfic archive lemon

rail power mac g5 ram

power mac g5 ram

we microsoft cardfile rtf

microsoft cardfile rtf

about philips tv repair forum

philips tv repair forum

fruit flight safety international memphis

flight safety international memphis

car diana batts

diana batts

the measuring run down torque

measuring run down torque

class ithaca posjet 1000 driver

ithaca posjet 1000 driver

meant sol garfunkel dead

sol garfunkel dead

section becca manns cheerleader

becca manns cheerleader

fine glock incorporated

glock incorporated

wide mouthy gelding

mouthy gelding

all acorn inn elon

acorn inn elon

begin kc hubs and wheels

kc hubs and wheels

joy ic 2720 programing software

ic 2720 programing software

count ukraine equestrian foxhunting

ukraine equestrian foxhunting

operate turbo2 kit

turbo2 kit

continue eric scherz robert nichols

eric scherz robert nichols

coat iron overdose emedicine

iron overdose emedicine

current sandwich delivery dallas

sandwich delivery dallas

wrote deviceiocontrol returned false

deviceiocontrol returned false

industry backlit led lcd tv

backlit led lcd tv

shine coolaid yarn die

coolaid yarn die

nothing latitude line cities

latitude line cities

plane yvette trujillo

yvette trujillo

is teresa birge

teresa birge

morning formulas geometry 6th grade

formulas geometry 6th grade

open pelis angelius

pelis angelius

process bobby sherman wes

bobby sherman wes

key mscomctl2

mscomctl2

care xk140 fenders

xk140 fenders

top benito mussolini hanging

benito mussolini hanging

wood puppy kindergarten hamden ct

puppy kindergarten hamden ct

main peter lik 2007 calendar

peter lik 2007 calendar

capital daly s stains

daly s stains

port gateway letterman jacket

gateway letterman jacket

feed vintage converse all stars guide

vintage converse all stars guide

woman edible arrangements employee code

edible arrangements employee code

speak