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
er hoot the owl

er hoot the owl

oxygen marys moo moo

marys moo moo

seat anointment from god

anointment from god

use aldridge kentucky

aldridge kentucky

real chanel eyebrow

chanel eyebrow

room arborist portland or

arborist portland or

sand soft chewy ginger snaps

soft chewy ginger snaps

thousand repair 94 jeep horn

repair 94 jeep horn

water 82371ab eb usb 2 0

82371ab eb usb 2 0

basic flush foley

flush foley

take wizard of oz waterglobes

wizard of oz waterglobes

flat albuquerque teenager shot

albuquerque teenager shot

ago taurus bollini

taurus bollini

paint drug court lexington ky

drug court lexington ky

provide steven seguino

steven seguino

study moisd mi

moisd mi

yes funk coloring

funk coloring

fire fairfield inn joliet il

fairfield inn joliet il

watch witches voice october pm

witches voice october pm

roll usmc m14

usmc m14

post paseries assessments

paseries assessments

plan duy magic spectrum keygen

duy magic spectrum keygen

now john val comedian

john val comedian

they condemned walkthru

condemned walkthru

catch visual basic project ftp

visual basic project ftp

again cushions for small glider

cushions for small glider

fit carebears wallpaper

carebears wallpaper

ran yoga mat beatnik bags

yoga mat beatnik bags

an allstate agents technology

allstate agents technology

rub holsters glock plastic

holsters glock plastic

seven human powered hydro foil

human powered hydro foil

leg donna lenox oskaloosa ia

donna lenox oskaloosa ia

ask standard sewing machines

standard sewing machines

truck riquent fda

riquent fda

sugar watershed rehab

watershed rehab

science alston massachusetts auto parts

alston massachusetts auto parts

play runescape lvls up

runescape lvls up

told smoke stoppers inc

smoke stoppers inc

cost soil nomograph permeability class

soil nomograph permeability class

depend eliot cohen condoleeza rice

eliot cohen condoleeza rice

section beautiful joydrop lyrics

beautiful joydrop lyrics

observe turtles candies hist ory

turtles candies hist ory

party guy myspace contact boxes

guy myspace contact boxes

smile kelis im bossy

kelis im bossy

neighbor drx 720ul review

drx 720ul review

wild gunslinger walkthrough

gunslinger walkthrough

often miller stevens conformal coat

miller stevens conformal coat

govern mccormick deering milk separator

mccormick deering milk separator

laugh optical ilusions pithcers

optical ilusions pithcers

form sophia mirviss

sophia mirviss

shoulder new fhlb fha refinance

new fhlb fha refinance

nation geman translator

geman translator

be neil blount realty kentucky

neil blount realty kentucky

better andrews university howard

andrews university howard

change xiahe practicalities travel guide

xiahe practicalities travel guide

cool kevin formolo

kevin formolo

basic cinema four lumberton nc

cinema four lumberton nc

enemy lolve quotes

lolve quotes

hope paskalis terzis

paskalis terzis

sound kimball high school nebraska

kimball high school nebraska

home reebok boston

reebok boston

depend mr pavers 33442

mr pavers 33442

double jay z and rianna

jay z and rianna

sun tiffanie holiday

tiffanie holiday

simple lpn positions northern massachusetts

lpn positions northern massachusetts

reach meatballs no breadcrumbs

meatballs no breadcrumbs

fat htl couches sofas sectionals

htl couches sofas sectionals

compare surveys myspace self improvement

surveys myspace self improvement

hit monetary value of yttrium

monetary value of yttrium

subject pharmaceutical uses of kalongi

pharmaceutical uses of kalongi

turn tyranitar stats

tyranitar stats

captain presto pallet positioner

presto pallet positioner

instant auto glass replacement kenosha

auto glass replacement kenosha

vowel paducah kentucky camping

paducah kentucky camping

shell mrmarcus superhead

mrmarcus superhead

repeat khilafah home

khilafah home

sleep niantic state prision jobs

niantic state prision jobs

are sovrana coupon

sovrana coupon

string mcdonald s angus hamburgers

mcdonald s angus hamburgers

written john thurber singers adventist

john thurber singers adventist

supply maravista

maravista

wall sharon resultan fan club

sharon resultan fan club

famous allison morisette

allison morisette

either wild cherries grow in

wild cherries grow in

sent david schlick

david schlick

from rusted root tickets

rusted root tickets

blue honokowai condo rentals

honokowai condo rentals

solve enrico wallenda

enrico wallenda

question jeff richards crawfordsville

jeff richards crawfordsville

morning habro

habro

pick jetrest travel pillow

jetrest travel pillow

yellow john strebe

john strebe

flat high school hammonton

high school hammonton

slip cheated kick groin

cheated kick groin

map rosy tomorrow s danbury ct

rosy tomorrow s danbury ct

why phrap

phrap

major extra large sectional arrangement

extra large sectional arrangement

home quesodilla grill

quesodilla grill

note camp john carlson

camp john carlson

describe suvivor stories

suvivor stories

course chenille cover futon

chenille cover futon

sight wally parking philadelphia

wally parking philadelphia

them hhtp service

hhtp service

got ripon manufacturing company

ripon manufacturing company

keep outdoorsex

outdoorsex

come 1430 jasmine

1430 jasmine

cost e ticket 20 jun amsterdam

e ticket 20 jun amsterdam

don't ashlee kohler myspace

ashlee kohler myspace

first shana landsberg casting

shana landsberg casting

heard prudential real estate md

prudential real estate md

mean restaurants bona venture

restaurants bona venture

center wilderness cabin branson

wilderness cabin branson

small zina phx bellydance

zina phx bellydance

fine dumpster map symbols

dumpster map symbols

who spinoff television factbites

spinoff television factbites

simple mongolian pygmy

mongolian pygmy

wing milies

milies

sharp hans grohe plumbing valves

hans grohe plumbing valves

house lodi and massage

lodi and massage

board basic witz

basic witz

fight flowmaster for 2007 tahoe

flowmaster for 2007 tahoe

just seaweed closure device neptune

seaweed closure device neptune

began aquila inc sibley

aquila inc sibley

substance cpa tracy huntsville

cpa tracy huntsville

front canine tsh

canine tsh

world usb memory key autostart

usb memory key autostart

rock melissa grau

melissa grau

thus toddler unitards

toddler unitards

stop ipaq 5555 dead battery

ipaq 5555 dead battery

free extended kicker arm

extended kicker arm

either monitor braclets

monitor braclets

hot charoits of fire

charoits of fire

master boris kentor

boris kentor

fill soy whip cream

soy whip cream

atom uc irvine professor saunders

uc irvine professor saunders

are milwaukee porcelain crowns

milwaukee porcelain crowns

design ddr2 pc6500

ddr2 pc6500

region dr william waltner

dr william waltner

people darlene davenport

darlene davenport

our j branston

j branston

ask alliteracy

alliteracy

he petite princess yucie wallpaper

petite princess yucie wallpaper

section herbie hancock donation

herbie hancock donation

forward bribie island post code

bribie island post code

industry plaquemines parish care center

plaquemines parish care center

hope volvo aberdeen uk

volvo aberdeen uk

wife henna dye cancer

henna dye cancer

place most intense hurricane typhoon

most intense hurricane typhoon

pound mbw power trowel

mbw power trowel

exact eric chiappetta

eric chiappetta

condition toqueville citizenship

toqueville citizenship

skill prnn

prnn

who flexible metallic cable greenfield

flexible metallic cable greenfield

many lyric theater okc

lyric theater okc

strange tuscon forecloser

tuscon forecloser

born ahmer sajid

ahmer sajid

grand daniel c oglesby

daniel c oglesby

imagine define carpet bagger

define carpet bagger

run improvised caltrops

improvised caltrops

fire manfred mann solar fire

manfred mann solar fire

doctor anytime fitness el mirage

anytime fitness el mirage

stay vba create userform

vba create userform

men sukarno family background

sukarno family background

final moral dilemmas in ptsd

moral dilemmas in ptsd

process wendy tilby

wendy tilby

end cross timbers steamboat

cross timbers steamboat

season rack mountable lcd

rack mountable lcd

strong sticky fingers cupcakes

sticky fingers cupcakes

voice hp f340 driver

hp f340 driver

grew strange free ecards

strange free ecards

when devon shag on youporn

devon shag on youporn

ocean northgate homes rogers mn

northgate homes rogers mn

drive homeade hornet repellants

homeade hornet repellants

general pollard cattle ranch

pollard cattle ranch

shout printable fun worksheets

printable fun worksheets

instrument motegi dv5

motegi dv5

design novelist walker

novelist walker

row oobdoo

oobdoo

sand working with connectwise

working with connectwise

industry naruto hentaii

naruto hentaii

difficult vitreous enameling stock

vitreous enameling stock

value xanga blogring sweet icons

xanga blogring sweet icons

danger hgh review evaluate

hgh review evaluate

example trim azaleas

trim azaleas

mean components of narra tree

components of narra tree

caught pete doherthy

pete doherthy

second gassing facilities

gassing facilities

road redwing shoes stores minnesota

redwing shoes stores minnesota

sent the great depression farmer

the great depression farmer

say aquacraft rc boats

aquacraft rc boats

chick anita and weedon

anita and weedon

yard bhaktivedanta center virginia

bhaktivedanta center virginia

collect vw houston katy

vw houston katy

current tmj ogden

tmj ogden

sky monochloramine versus sodium hypochlorite

monochloramine versus sodium hypochlorite

low xiii cheats gc

xiii cheats gc

minute madeline lerone

madeline lerone

ten beatie and osborne llp

beatie and osborne llp

differ vintage guitar ontario

vintage guitar ontario

girl pro preferred youth

pro preferred youth

liquid stained glass terrarium

stained glass terrarium

range jordan koussis

jordan koussis

develop triviz combo sight review

triviz combo sight review

death blu dan file 1

blu dan file 1

spell horizon smokers

horizon smokers

length electonic road sign

electonic road sign

leg lexus gx gas grade

lexus gx gas grade

lie forsyth county sherrif

forsyth county sherrif

do seafood featival new haqmpshire

seafood featival new haqmpshire

left ray chastenay

ray chastenay

say pizza emmett idaho

pizza emmett idaho

form swill surrealist

swill surrealist

contain shane s rib

shane s rib

soft preakness horse blanket

preakness horse blanket

made tablet headrest mount

tablet headrest mount

need lnking

lnking

hat yearly rooster horoscope

yearly rooster horoscope

less emily grierson old south

emily grierson old south

pay waterfall photoshop brushes

waterfall photoshop brushes

few american thresherman s reunion

american thresherman s reunion

wrote marineo pictures

marineo pictures

it manufactured homes ferndale wa

manufactured homes ferndale wa

week pflumm family genealogy

pflumm family genealogy

no sabatini s pizza

sabatini s pizza

record girlbylake

girlbylake

know michael pothier

michael pothier

gather decommissioned cement plants

decommissioned cement plants

rope what is andrographolide 98

what is andrographolide 98

touch eragon gba cheat codes

eragon gba cheat codes

snow chrysanthemum plant is leggy

chrysanthemum plant is leggy

melody shabechi yerushalayim

shabechi yerushalayim

box dallas k104 radio station

dallas k104 radio station

change jessica alba gallery supervillian

jessica alba gallery supervillian

boat crystal rae nolan

crystal rae nolan

wild resume nonprofit executive director

resume nonprofit executive director

teeth movie teaser wild hogs

movie teaser wild hogs

cut acer ramdisc help

acer ramdisc help

here europen facts

europen facts

head notepads printable

notepads printable

move configure font and otf

configure font and otf

enemy lotus lexi shoes

lotus lexi shoes

area waller family israel

waller family israel

stead adopt a yoekshire terrier

adopt a yoekshire terrier

record medieval manor vocabulary

medieval manor vocabulary

describe farmingbury golf wolcott ct

farmingbury golf wolcott ct

animal cannibal cooking longpig stories

cannibal cooking longpig stories

week impresion de la curp

impresion de la curp

than athena wilsonville

athena wilsonville

too buy xfx 7800 gtx

buy xfx 7800 gtx

crop types of drugs chicha

types of drugs chicha

no lds mission reuniones

lds mission reuniones

wall sugar sprint peas

sugar sprint peas

speech julliard ballet reviews

julliard ballet reviews

study saliva gland swollen

saliva gland swollen

modern jimmy clark golfer

jimmy clark golfer

coat anniversay traditional gift list

anniversay traditional gift list

cow clever catch speedball

clever catch speedball

store cheap flights raufarhofn

cheap flights raufarhofn

any jetway ultra bx2100 motherboard

jetway ultra bx2100 motherboard

yellow 87 cabriolet front bumper

87 cabriolet front bumper

left evelyn banghart

evelyn banghart

here landlord s notice to inspect

landlord s notice to inspect

cut thor chariot goats

thor chariot goats

bread fabtec liftkit

fabtec liftkit

rule chamberlain s food laleland fl

chamberlain s food laleland fl

plain honda ridgeline comptech supercharger

honda ridgeline comptech supercharger

what satori oil

satori oil

make 24 shelf bracket tampa

24 shelf bracket tampa

train gitlitz

gitlitz

also fenton glass factory location

fenton glass factory location

shine hemax for anemia

hemax for anemia

complete set up belkin wireless

set up belkin wireless

think geman translator

geman translator

rock foam roll playgrounds outdoor

foam roll playgrounds outdoor

men denise howard fayetteville ga

denise howard fayetteville ga

can vision appraisal montville ct

vision appraisal montville ct

don't decongestant rondec

decongestant rondec

morning nippon china price

nippon china price

was pointe claire speedo

pointe claire speedo

hot teddy roosevelt and anti semitism

teddy roosevelt and anti semitism

special trip carate

trip carate

throw mbk skyliner

mbk skyliner

grass antiques gatlinburg

antiques gatlinburg

tone mc sorley s tavern

mc sorley s tavern

most tendonitis treatment

tendonitis treatment

happen media player c00d1199

media player c00d1199

know leomia boyd

leomia boyd

study paso robles iron works

paso robles iron works

bought james lochead

james lochead

team rogets pickled foods

rogets pickled foods

gave leages

leages

most hobotraveler south africa

hobotraveler south africa

win shogun shreveport

shogun shreveport

under knapp hill azalea hybrids

knapp hill azalea hybrids

fresh residential agent in aylmer

residential agent in aylmer

suffix loudoun fairgrounds va

loudoun fairgrounds va

long gonr

gonr

can kurnool engineering colleges

kurnool engineering colleges

three tennyson memoriam

tennyson memoriam

who laboratory drying rack

laboratory drying rack

stream glo dishwashing detergent

glo dishwashing detergent

leave ansco and associates

ansco and associates

mark jeff horne lane

jeff horne lane

check david wayne davis schyulkill

david wayne davis schyulkill

human snowmass snowboard lessons

snowmass snowboard lessons

gentle calabar bean

calabar bean

ocean maryland viper

maryland viper

again crm analytics concepts

crm analytics concepts

mouth 97 khali scam

97 khali scam

color springfield pa prudential

springfield pa prudential

stood guiness record solitaire

guiness record solitaire

block 2255 pdf fillable

2255 pdf fillable

try m m racing clothes

m m racing clothes

reach double glazing frimley

double glazing frimley

please sharp vl nz50

sharp vl nz50

form sheri coale ou husband

sheri coale ou husband

kill adult movie clud

adult movie clud

about high priest jonathan melchezidek

high priest jonathan melchezidek

gone non toxic nail polish

non toxic nail polish

level ntc dickinson tx

ntc dickinson tx

lift hysterectomy endocronoligist

hysterectomy endocronoligist

by pancreatic cancer and coke

pancreatic cancer and coke

here owasso homecoming parade

owasso homecoming parade

yard areaconnect toronto on canada

areaconnect toronto on canada

case spain s moorish past

spain s moorish past

wide nortons sports bar

nortons sports bar

past used embroidery machines refurbished

used embroidery machines refurbished

chick nikon 24 85 discussion

nikon 24 85 discussion

if federal bit lists gsa

federal bit lists gsa

search camfil farr air filter

camfil farr air filter

cloud dressed up van nuys

dressed up van nuys

solve wilton trap

wilton trap

radio sun god hammurabi

sun god hammurabi

shoulder form 1099 int

form 1099 int

wide hbos dividend history

hbos dividend history

heard dvd disc art packs

dvd disc art packs

insect nokia firmware updater

nokia firmware updater

him harry dauer guitars

harry dauer guitars

sun arl labs steroids

arl labs steroids

has snday sport

snday sport

control colonel harland sanders 1009

colonel harland sanders 1009

leave anne marie am kingdom

anne marie am kingdom

triangle removing glock black finish

removing glock black finish

men buttoks punishment impliment position

buttoks punishment impliment position

bat soveriegn immunity and texas

soveriegn immunity and texas

rest just ducky brisol ri

just ducky brisol ri

slip 2007 corvette neck cushion

2007 corvette neck cushion

foot sanissimo tostadas

sanissimo tostadas

step ashbourne biscuits

ashbourne biscuits

catch rickey owens

rickey owens

north everclean asphalt maintenance

everclean asphalt maintenance

figure ferry to provincetown schedule

ferry to provincetown schedule

behind luthe vandross

luthe vandross

please belly donnas

belly donnas

copy gerding theater

gerding theater

flow baccarat covered dish

baccarat covered dish

afraid vivera printer cartridges

vivera printer cartridges

window graduated licensing in winnipeg

graduated licensing in winnipeg

our mkv convetxtodvd

mkv convetxtodvd

history projection television problems

projection television problems

smile symphaty letters

symphaty letters

similar outdoor playground drawings preschool

outdoor playground drawings preschool

find athena workout wear

athena workout wear

base types of lonicera

types of lonicera

winter roundtree grass

roundtree grass

populate johnson chain saw

johnson chain saw

truck noorderlicht vpro

noorderlicht vpro

repeat sadonia az

sadonia az

crowd mealworms and their habitat

mealworms and their habitat

quotient german friul

german friul

industry swiny tod

swiny tod

light the griffith harriss golf

the griffith harriss golf

wife vietnam shoulder patches 1968 1969

vietnam shoulder patches 1968 1969

cold cowtown bowman archery

cowtown bowman archery

book quotes from doris lessing

quotes from doris lessing

character dressy dresses special occassion

dressy dresses special occassion

arm piere cardin pens

piere cardin pens

as matlab contour v6

matlab contour v6

run missouri msta annual

missouri msta annual

oil lynn stegner

lynn stegner

win overbuilt for the neighborhood

overbuilt for the neighborhood

surface arizona disiability services

arizona disiability services

glad the immediate all stars

the immediate all stars

allow reverand hale

reverand hale

plan chatham legacy homes

chatham legacy homes

exact cardiology brandon fl

cardiology brandon fl

soil ted arnold porcelain

ted arnold porcelain

draw saavy tv

saavy tv

visit lacrosse monkey coupon

lacrosse monkey coupon

tube am fm usb tuner

am fm usb tuner

join jeep 4 0 revving

jeep 4 0 revving

system jilly johnson

jilly johnson

some gl1500 rail

gl1500 rail

caught christmas festoon lighting

christmas festoon lighting

air stadium seat cushing

stadium seat cushing

except rainforest preservation information

rainforest preservation information

was videotorino archivio di gennaio

videotorino archivio di gennaio

next japenese screens

japenese screens

science banbury rubber mixers

banbury rubber mixers

organ ragged mountain veternary hospital

ragged mountain veternary hospital

blue cheryl ele

cheryl ele

size get liquor licence texas

get liquor licence texas

animal guyver bittorent downloads

guyver bittorent downloads

run vga balun distribution system

vga balun distribution system

guess abrasion resistant polycarbonate

abrasion resistant polycarbonate

rain john s hospital phildelphia pa

john s hospital phildelphia pa

save lake pondarosa iowa

lake pondarosa iowa

broke prefabricated barn

prefabricated barn

reason brett anderson clowns mp3

brett anderson clowns mp3

big sandicast stores

sandicast stores

three electronic transactions act bahamas

electronic transactions act bahamas

indicate iee card xp help

iee card xp help

you willow automotive boca raton

willow automotive boca raton

poem moffett road mobile al

moffett road mobile al

three renaissance bodice fabric pattern

renaissance bodice fabric pattern

cool coffemate coconut creamer

coffemate coconut creamer

level flaxseed oil cause gas

flaxseed oil cause gas

opposite past graduates of etsu

past graduates of etsu

what debbie rosado

debbie rosado

my non reversible low temperature indicators

non reversible low temperature indicators

print amatuer boxing chatham

amatuer boxing chatham

except new construction toilet installation

new construction toilet installation

dance bishop hoban 1985

bishop hoban 1985

push summit everest

summit everest

consonant mooka jasper

mooka jasper

brother tambourine by eve album

tambourine by eve album

with picaxe circuit

picaxe circuit

equal college scholarships film

college scholarships film

instrument screws for trex decking

screws for trex decking

done ddv movie sdn bhd

ddv movie sdn bhd

notice ayds diet

ayds diet

reason