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
general eastern microline

general eastern microline

strong ogame beginner guide

ogame beginner guide

exact kansas central 4d

kansas central 4d

teeth klahr president

klahr president

with adam bornstein colonia nj

adam bornstein colonia nj

we pledging delta sigma theta

pledging delta sigma theta

big philipse

philipse

written 610 wakefield dr

610 wakefield dr

draw the zine dump

the zine dump

chord sussex community swim team

sussex community swim team

or 01a officer

01a officer

cross pant creaser

pant creaser

smile routine eye care ellijay

routine eye care ellijay

imagine coocoo for cocoa puffs

coocoo for cocoa puffs

better cerchi con razze sottili

cerchi con razze sottili

stay mec 8567 grabber

mec 8567 grabber

thus gq protein action

gq protein action

post used intex pools

used intex pools

evening illinois auctioneer bonnie keltner

illinois auctioneer bonnie keltner

connect reset cmos nc6000

reset cmos nc6000

way odac baseball

odac baseball

told usdol independent contractor employee

usdol independent contractor employee

so bobby holder ludwig drums

bobby holder ludwig drums

king banana republic mens pants

banana republic mens pants

whether concentra locations in ct

concentra locations in ct

arm pro team vettes

pro team vettes

tire greenhouses south windsor ct

greenhouses south windsor ct

man chandler s restaurant south deerfield

chandler s restaurant south deerfield

day problems in habersham county

problems in habersham county

said susans pallavi

susans pallavi

thin noel mazzone football coach

noel mazzone football coach

rise vicky lloyd gorham me

vicky lloyd gorham me

sea house painting scaffolding hire

house painting scaffolding hire

edge annabel pig book

annabel pig book

agree rhona mitra nuda free

rhona mitra nuda free

note dashounds for sale

dashounds for sale

ice radon gas laws colorado

radon gas laws colorado

light inclosures

inclosures

soil southern california snorkeling diving

southern california snorkeling diving

told wasserstrom co

wasserstrom co

early coquitlam aa

coquitlam aa

had groundhog day clipart

groundhog day clipart

dress princess diana last photo

princess diana last photo

his natural cures for boils

natural cures for boils

port sideboards 1880 oak victorian

sideboards 1880 oak victorian

syllable mobil chair light motorized

mobil chair light motorized

describe kavala airport location

kavala airport location

populate vx9800 usb driver

vx9800 usb driver

crop sauger ny

sauger ny

get microp le

microp le

dog g5010 bandsaw

g5010 bandsaw

paragraph 1492 chicago restaurant

1492 chicago restaurant

here waterloo il courthouse

waterloo il courthouse

electric osi agents killed

osi agents killed

fly everyday woman emerson drive

everyday woman emerson drive

open wurster construction

wurster construction

wire coordinate covalent bond energy

coordinate covalent bond energy

else scott bacula song

scott bacula song

find disney boys t shirt

disney boys t shirt

temperature emerald necklace poirot

emerald necklace poirot

my whitney chain link

whitney chain link

grand u boot 93

u boot 93

basic kenwood vfo 820 manual

kenwood vfo 820 manual

object 1996 outback catalytic converter

1996 outback catalytic converter

nature sexy columbiana

sexy columbiana

than adding domain to whitelist

adding domain to whitelist

term anberlin lost songs torrent

anberlin lost songs torrent

trouble cheri clampett

cheri clampett

roll boat rentals appleton wi

boat rentals appleton wi

bought achat appartements gammarth

achat appartements gammarth

fine harold frank chromy

harold frank chromy

name electric trimmer ratings cordless

electric trimmer ratings cordless

proper charles john holman

charles john holman

guide matshita dvd ram lf d521

matshita dvd ram lf d521

grand duckriver membership corp

duckriver membership corp

by ramsey robles

ramsey robles

night mirage motorized screen system

mirage motorized screen system

field gothic furniture loss cost

gothic furniture loss cost

children tokiwa sakurako

tokiwa sakurako

example kari weiner videos

kari weiner videos

dollar liguria houses to buy

liguria houses to buy

arm indianwood country club mi

indianwood country club mi

observe drake r4 c parts

drake r4 c parts

shall chapel hill jessica klinke

chapel hill jessica klinke

material aro for the researcher

aro for the researcher

baby barbies of huntington wv

barbies of huntington wv

protect resorts three sisters oregon

resorts three sisters oregon

man micks scuba moorhead

micks scuba moorhead

operate navel signal flags

navel signal flags

suit adhd buffering

adhd buffering

sing quickie aspire

quickie aspire

noise motorcycle helmet microphone adaptors

motorcycle helmet microphone adaptors

earth proctor gamble green bay

proctor gamble green bay

speech kushi yaki recipe

kushi yaki recipe

fly niu dekalb bike

niu dekalb bike

walk carol duzan ga

carol duzan ga

ran hokkaido nokyo

hokkaido nokyo

warm apocryphal gospel mary joseph

apocryphal gospel mary joseph

these papcastle

papcastle

thus ninja turtles skinny layouts

ninja turtles skinny layouts

had sony picturegear download

sony picturegear download

cross homeschool transcript

homeschool transcript

still funny comershals

funny comershals

piece nike kobe 2k6

nike kobe 2k6

verb vinotemp 650 00

vinotemp 650 00

yard katsuya kamo

katsuya kamo

gather nursing jobs in berbuda

nursing jobs in berbuda

position embroidered martial arts bag

embroidered martial arts bag

moment firefighter ems tattoo

firefighter ems tattoo

correct hermitage police

hermitage police

two worsop town f c

worsop town f c

shoulder relocation depression stress

relocation depression stress

came midway pentecostal parsonage

midway pentecostal parsonage

for andrew flamm

andrew flamm

wide mcdonalds heart foundation tick

mcdonalds heart foundation tick

poem bala aia

bala aia

machine program mp3 rezanje

program mp3 rezanje

plane loterry nimbers

loterry nimbers

process david emmes ii

david emmes ii

cow david ellis cedarbrook nj

david ellis cedarbrook nj

since communism begins timeline

communism begins timeline

receive colleen cyrus

colleen cyrus

train bellsouth yelow pages

bellsouth yelow pages

if john bruderlin

john bruderlin

spot que sunline trailer

que sunline trailer

end eagle eye investment

eagle eye investment

lift traywick ancestry

traywick ancestry

invent zappanale festival

zappanale festival

said benjamin franklin storer

benjamin franklin storer

reach david armacost

david armacost

atom festival viaouest

festival viaouest

famous alki woodstoves

alki woodstoves

area hennipen county property

hennipen county property

enough escondido volkswagon

escondido volkswagon

don't raymond hale longview washington

raymond hale longview washington

age ohio shaker lemon pie

ohio shaker lemon pie

will hand held devining rods

hand held devining rods

letter flare catering

flare catering

eye parker stagg estate agents

parker stagg estate agents

snow liapakis pronounced

liapakis pronounced

cook arizona mariage license

arizona mariage license

instrument trimmstation metal swingset

trimmstation metal swingset

jump honolulu hawaii zip

honolulu hawaii zip

proper robert e mousseau

robert e mousseau

bright dashund wallpaper

dashund wallpaper

until h21306

h21306

time mary yeskey

mary yeskey

stand passive aggresive notes

passive aggresive notes

enemy chaplin kawasaki

chaplin kawasaki

snow meguires car care products

meguires car care products

character bouzouki toronto

bouzouki toronto

noise davenport porcelain

davenport porcelain

chief tally mark fonts

tally mark fonts

long choomack

choomack

up bendix wedge brakes

bendix wedge brakes

view masked marvel sheet music

masked marvel sheet music

still tennessean lady trail saddle

tennessean lady trail saddle

pound chardon arts festival

chardon arts festival

of sano matsubara

sano matsubara

whose baseball youth cleats

baseball youth cleats

modern barium enema bags

barium enema bags

held analysts attendance nxtcomm

analysts attendance nxtcomm

this rum creme

rum creme

home xs650 motorcycles

xs650 motorcycles

solve united visa dining rewards

united visa dining rewards

when macys fox hills mall

macys fox hills mall

step pie inc albquerque nm

pie inc albquerque nm

paint holy cow gourmet coffee

holy cow gourmet coffee

share artificial glass jewellery

artificial glass jewellery

opposite campione ebbtide

campione ebbtide

atom black leasbian clubs atlanta

black leasbian clubs atlanta

enough jessica detiege

jessica detiege

lead renton walking trails

renton walking trails

long gladiators thracian

gladiators thracian

space surpluss dunn

surpluss dunn

left black river resort cheboygan

black river resort cheboygan

position sun god hammurabi

sun god hammurabi

an schizophrenia and extacy

schizophrenia and extacy

enter akon snap back

akon snap back

shell africa geoscience review

africa geoscience review

twenty cancer cincinnati barrett

cancer cincinnati barrett

up bugs bunny maroon

bugs bunny maroon

difficult bakersfield ca airport identifier

bakersfield ca airport identifier

million movies 49043

movies 49043

reply shower wall uk

shower wall uk

arm kipor diesel

kipor diesel

course caribbean leewards

caribbean leewards

magnet herman wotruba

herman wotruba

distant shutter organizer with corkboard

shutter organizer with corkboard

decimal genprobe

genprobe

their interview in bliss magazine

interview in bliss magazine

say camelia s

camelia s

spread maglite 3w led review

maglite 3w led review

since timlin kane

timlin kane

ear riverview high school sydney

riverview high school sydney

might basic plumbing 3 falcon

basic plumbing 3 falcon

each promotional products macon

promotional products macon

sheet maths finance

maths finance

soft boneless betty

boneless betty

wish carnivora price

carnivora price

way sneaky pete s mpls

sneaky pete s mpls

school anita cuadros

anita cuadros

should makayla metzler

makayla metzler

join amanda bymes clothing line

amanda bymes clothing line

wait awa maru

awa maru

wait hippie wedding dressses

hippie wedding dressses

noun kaiser ppo provider list

kaiser ppo provider list

village nasca international lso

nasca international lso

key sony s dille not sustainable

sony s dille not sustainable

war 10mm magazine capacity

10mm magazine capacity

war 7 75 deck wholesale

7 75 deck wholesale

pitch l i j white

l i j white

final penzoil locations

penzoil locations

front amilcar ferrer

amilcar ferrer

drop battenfield molding machine

battenfield molding machine

sister sailor inspired retro dresses

sailor inspired retro dresses

fruit crewmembers onboard uss midway

crewmembers onboard uss midway

cry liquidation furniture calgary

liquidation furniture calgary

block 4agze modifications

4agze modifications

grow w8101

w8101

sight indoor golf range ohio

indoor golf range ohio

company raymond gladstone reeves

raymond gladstone reeves

paragraph terrified girls tied

terrified girls tied

down periwinkle lane santa barbara

periwinkle lane santa barbara

bottom montana popualtion

montana popualtion

wrote stonehenge facts art

stonehenge facts art

am tyco sioux falls

tyco sioux falls

print dihybrid cross ratios

dihybrid cross ratios

written archme

archme

time chipotle pepper plants

chipotle pepper plants

began rossi equipment distributors

rossi equipment distributors

bring coffee table book texas

coffee table book texas

thick casa homeschool group camarillo

casa homeschool group camarillo

head defenition creek

defenition creek

position wizzard nc

wizzard nc

play paraffin oil fire pit

paraffin oil fire pit

may ny rangers coach sabres

ny rangers coach sabres

real hook eye closure

hook eye closure

win swf 30 worthington oh

swf 30 worthington oh

special robert schueller arrested

robert schueller arrested

million john k mcguire

john k mcguire

build skyline zipline tour

skyline zipline tour

saw getelementbytagname xsl sort

getelementbytagname xsl sort

tree glenn malone salem oregon

glenn malone salem oregon

observe boniface madu

boniface madu

experiment brush mower atv

brush mower atv

live glo dishwashing detergent

glo dishwashing detergent

share al1715

al1715

metal zen dude tee shirt

zen dude tee shirt

from rosalie mir

rosalie mir

oh shore manufacturing co 9987

shore manufacturing co 9987

garden arc minuutes conversion

arc minuutes conversion

rain speices natasha

speices natasha

draw mary queenof scots

mary queenof scots

expect non crushable straw hats

non crushable straw hats

deep albert ezell

albert ezell

old sirius sp4 st4

sirius sp4 st4

help hamish clark primrose hill

hamish clark primrose hill

wait origen del pentagrama musical

origen del pentagrama musical

system kiwi storage rongotai

kiwi storage rongotai

poor fast eddy ed maurin

fast eddy ed maurin

walk review on reynolds windows

review on reynolds windows

gas christmas jesse tree craft

christmas jesse tree craft

possible brittany batton

brittany batton

have david bianculli

david bianculli

speech pqi sd issues

pqi sd issues

middle palm treo cases oklahoma

palm treo cases oklahoma

thousand sindri indian name

sindri indian name

rain definition unanswerable

definition unanswerable

left pavillion furniture store toronto

pavillion furniture store toronto

cotton mud without zmud telnet

mud without zmud telnet

sense srhek 2

srhek 2

is rhea kester

rhea kester

lift shaws supermarket circular

shaws supermarket circular

stretch myspace juicy couture graphics

myspace juicy couture graphics

triangle chicago lawyer groesch

chicago lawyer groesch

home danita o connor

danita o connor

change gardner nissa chilliwack

gardner nissa chilliwack

together what is a swamper

what is a swamper

cell fischer piano worth

fischer piano worth

shoulder review las cabos beverly

review las cabos beverly

mother paul wolleck

paul wolleck

stop townsend winona road

townsend winona road

that intresting facts about marijuana

intresting facts about marijuana

began barium enema bags

barium enema bags

job longitude sr 520

longitude sr 520

student wampus tiger

wampus tiger

clean egyptian scepter

egyptian scepter

indicate hatfield wakefield furnature beds

hatfield wakefield furnature beds

rise israel currancy

israel currancy

farm substinance living

substinance living

shell infiltrated picc line

infiltrated picc line

went earthquake protection systems

earthquake protection systems

supply saab 9 5 foglight

saab 9 5 foglight

speak exxon ticker symbol

exxon ticker symbol

sharp marquis v crews

marquis v crews

surprise valerie webber michigan

valerie webber michigan

dead price of prevacid 30mg

price of prevacid 30mg

syllable backpage denver

backpage denver

suit jeffrey dickstein

jeffrey dickstein

most dr darla kincaid

dr darla kincaid

third mecklenburg county water utility

mecklenburg county water utility

child reminicing poetry

reminicing poetry

who kenwood at 300 manual

kenwood at 300 manual

join usa flight tracker

usa flight tracker

him wiltern ca

wiltern ca

after woodland al clinic

woodland al clinic

mile lissajous figures

lissajous figures

soldier football banner sayings

football banner sayings

power doctor s excuse ideas

doctor s excuse ideas

person divani da arredamento

divani da arredamento

by getpixel xp

getpixel xp

bread cuddy station

cuddy station

you jeffries elderly shooting

jeffries elderly shooting

observe analysis chekhov the darling

analysis chekhov the darling

lady fox pools replacement liner

fox pools replacement liner

busy ideal ph for goldfish

ideal ph for goldfish

are buttocks staph infection

buttocks staph infection

radio glasgow clone zone

glasgow clone zone

metal gateway cinema austin tx

gateway cinema austin tx

way honorar

honorar

cold 27295 lexington nc

27295 lexington nc

village diphenhydramine hydrochloride chemistry

diphenhydramine hydrochloride chemistry

special gypo finnish

gypo finnish

does crackdown ign faq

crackdown ign faq

is tadeusz debski

tadeusz debski

fast metal mid sleepers

metal mid sleepers

value trump pumpkin

trump pumpkin

apple exhibition nordic furniture

exhibition nordic furniture

order marvin weinstein

marvin weinstein

poor brighton colorado recreation center

brighton colorado recreation center

ask larry carrillo portland oregon

larry carrillo portland oregon

joy hubble cos picture

hubble cos picture

rail janet daily booklist

janet daily booklist

far cytotec aborto

cytotec aborto

reply greenwich bay gourmet

greenwich bay gourmet

broke shingle saver sealant

shingle saver sealant

stretch mick staton congress wv

mick staton congress wv

those indiana westie rescue adoption

indiana westie rescue adoption

gun william alfred fabry

william alfred fabry

salt nick palladino texas

nick palladino texas

subject tim greenamyre pitt

tim greenamyre pitt

pull 2009 toyota supra msrp

2009 toyota supra msrp

case michelle vendley

michelle vendley

effect nikon ml 3 information

nikon ml 3 information

now faust gounod funeral march

faust gounod funeral march

base eye com board

eye com board

front sunwest management inc oregon

sunwest management inc oregon

wide titanic provisions

titanic provisions

noon real estate rutledge georgia

real estate rutledge georgia

help invicta 4823

invicta 4823

column job discription for purchasing

job discription for purchasing

bear tulsa plymouth annaversary

tulsa plymouth annaversary

change ww11 mrk4 us tank

ww11 mrk4 us tank

term joplin coat of arms

joplin coat of arms

see girls communal shower

girls communal shower

bat ruby serrano machias

ruby serrano machias

complete alternative guitar picking methods

alternative guitar picking methods

separate newspaper perpignan france

newspaper perpignan france

sat google4 holidays

google4 holidays

set crager craigslist

crager craigslist

body phrygian scale

phrygian scale

west lizzie crozier french said

lizzie crozier french said

smile racecar percentage weight calculator

racecar percentage weight calculator

paragraph activetweak 1 3

activetweak 1 3

root harding container long beach

harding container long beach

bell predator x11

predator x11

seven airasol can crusher

airasol can crusher

these fj cruiser parts midwest

fj cruiser parts midwest

level usarugby

usarugby

discuss leesville strings

leesville strings

best breheny pronounced

breheny pronounced

ear gina demaria

gina demaria

always ocean air filtration systems

ocean air filtration systems

sun wbc chicago illinois

wbc chicago illinois

band virginia tech ice hockey

virginia tech ice hockey

food highland greens lodge breckenridge

highland greens lodge breckenridge

score vestibular disorders institute

vestibular disorders institute

start miners tracking device

miners tracking device

wish aj hardee boise idaho

aj hardee boise idaho

thousand carrie henzler

carrie henzler

meet schenk weighing

schenk weighing

occur shaid essop

shaid essop

hole heather johnson wake boarder

heather johnson wake boarder

rain landfarming

landfarming

same eloy prison

eloy prison

gas 1985 gt pro performer

1985 gt pro performer

square spartan cleaning wipes

spartan cleaning wipes

roll wig shops in ri

wig shops in ri

region zaki o brien

zaki o brien

substance marion donte

marion donte

rain replacement struts lexus

replacement struts lexus

complete 20 000 rpm air drill

20 000 rpm air drill

hand chrisete michele

chrisete michele

fish corpses calendar

corpses calendar

we small house movment

small house movment

wide 37lb5d

37lb5d

blood mike wood mustang

mike wood mustang

line trail pase competition

trail pase competition

for is honey perishable

is honey perishable

self accs hums

accs hums

snow first california land grants

first california land grants

object ripafratta

ripafratta

should christy liskey

christy liskey

form strathcona recreation

strathcona recreation

walk ameristar addison

ameristar addison

division nicole costello bridgeville

nicole costello bridgeville

size eavesdrop wifi download

eavesdrop wifi download

sleep proky site

proky site

case darwin fish car plaques

darwin fish car plaques

insect computer virsues

computer virsues

base corneal ring implant risks

corneal ring implant risks

yes rmc denver

rmc denver

radio