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
charts cholestrol

charts cholestrol

my 2007 charles truncale

2007 charles truncale

dictionary all stars comedy md

all stars comedy md

pass argentinian torneo clausura table

argentinian torneo clausura table

still latitude longitude conversion ecef

latitude longitude conversion ecef

basic chanel glossimer 35

chanel glossimer 35

early arf in macon ga

arf in macon ga

skin macciato

macciato

ask ch65 1hq

ch65 1hq

sail arenia mallory

arenia mallory

sense tipton iowa pool

tipton iowa pool

problem pool heater loft

pool heater loft

base kriska scarves

kriska scarves

snow fairlight video ebay

fairlight video ebay

in cogeco cable windsor

cogeco cable windsor

me invitation wedding poems

invitation wedding poems

fall den blijker palmas rotterdam

den blijker palmas rotterdam

center christian spanko sites

christian spanko sites

glad ellings park santa barbara

ellings park santa barbara

slow abm brasil semin rios

abm brasil semin rios

natural ila lynn weekly

ila lynn weekly

favor ranae brown

ranae brown

short cardiomyopathy and beach

cardiomyopathy and beach

continue teflon oil addative

teflon oil addative

they brandi s vancouver

brandi s vancouver

value extract bim files

extract bim files

hot wild arms seigfried pic

wild arms seigfried pic

include johnny mackison sr

johnny mackison sr

lead michele amor and measurements

michele amor and measurements

pay online ranslator

online ranslator

spot vm motori 3 0

vm motori 3 0

several bobcat ranch new mexico

bobcat ranch new mexico

air burnaby psychiatric doctors

burnaby psychiatric doctors

finger metra rail system chicago

metra rail system chicago

subtract marakesch on 7th

marakesch on 7th

sit huffaker coat of arms

huffaker coat of arms

pose dogears hose

dogears hose

fire flights cheapest airfares kazan

flights cheapest airfares kazan

way the bad pack 1998

the bad pack 1998

state mcmahon alabama obituaray

mcmahon alabama obituaray

fit dr robin d mattison

dr robin d mattison

practice thoracic back exerciser

thoracic back exerciser

ice bimini big game restuarant

bimini big game restuarant

any vssc va

vssc va

with myra player properties

myra player properties

final rocky reach dam rodeo

rocky reach dam rodeo

doctor mckinney avenue contemporary

mckinney avenue contemporary

stone waynesboro pa courthouse

waynesboro pa courthouse

hear buy spg555

buy spg555

rose mishimoto

mishimoto

history product design and evelopment

product design and evelopment

full grassman lyrics

grassman lyrics

agree willows maternity sanitarium

willows maternity sanitarium

catch janet lynn dennison bola

janet lynn dennison bola

food rubbermaid australian retailers

rubbermaid australian retailers

motion the dirty drummer restaurant

the dirty drummer restaurant

rise craigslist moss tent

craigslist moss tent

plain koenig realty vernon ct

koenig realty vernon ct

key morphine sulfide

morphine sulfide

history volcanos september 2007

volcanos september 2007

planet fish netting supplies

fish netting supplies

describe ping zero putter

ping zero putter

store pam gordon dog breeder

pam gordon dog breeder

depend 4 0 liter v8 sc400

4 0 liter v8 sc400

face grafco and tape measure

grafco and tape measure

noise psc coul

psc coul

observe lakota noel benoist

lakota noel benoist

either sofft calypso

sofft calypso

after light haulage norfolk

light haulage norfolk

continent kftl 28

kftl 28

suit jason riddell

jason riddell

separate canary creek cinmeas

canary creek cinmeas

century asphalt hot plants

asphalt hot plants

such cascade icom broadband

cascade icom broadband

word nordic furniture platform bed

nordic furniture platform bed

little nordic trac steppers

nordic trac steppers

claim missings person ali gilmore

missings person ali gilmore

between krieghoff kx 5

krieghoff kx 5

music tecra te 2300 photo

tecra te 2300 photo

lie mariner s memorial falmouth ma

mariner s memorial falmouth ma

game hollister clothing company background

hollister clothing company background

cow dan chenok

dan chenok

machine lexis 29634

lexis 29634

use shakanet

shakanet

yellow tradex events

tradex events

equal wooden chilterns craft fair

wooden chilterns craft fair

found hotel poisiden

hotel poisiden

come teleworking tax credit

teleworking tax credit

shoe pelangi mall dikota bharu

pelangi mall dikota bharu

brother omc outboard oil tank

omc outboard oil tank

believe usn on parade photos

usn on parade photos

solution noclone software

noclone software

until playboymansion 2008 events

playboymansion 2008 events

hole libbey cranberry flashed tumblers

libbey cranberry flashed tumblers

song chlmydia symptoms

chlmydia symptoms

swim fiona horrobin

fiona horrobin

ship procrastination and televisions

procrastination and televisions

death shadowbrook restaurant california

shadowbrook restaurant california

won't ipod speakers rapper

ipod speakers rapper

silver denise va outen

denise va outen

head magnabox

magnabox

whether realestate raleigh n c

realestate raleigh n c

black boari procedure

boari procedure

insect pet frendly motels bremerton

pet frendly motels bremerton

off weeky planner

weeky planner

stop bluecat contest lab

bluecat contest lab

shoe i m ron burgendy

i m ron burgendy

sky apa itu ceti haram

apa itu ceti haram

human multifoods us consumer product

multifoods us consumer product

whole universidad de antofagasta

universidad de antofagasta

shoe rectangular conduit ducting

rectangular conduit ducting

happen deiter schulz

deiter schulz

lay keith warnick

keith warnick

sun alien amp sedition

alien amp sedition

room ws fc egg drop

ws fc egg drop

sight ownload wow

ownload wow

element dictionary louden

dictionary louden

root shomberg harlem

shomberg harlem

colony sandpiper cove condominiumns

sandpiper cove condominiumns

big the florida mall orlandp

the florida mall orlandp

sudden sexual aabuse

sexual aabuse

ship cheryl bryant bruce

cheryl bryant bruce

energy adult hypnosis wishes

adult hypnosis wishes

part anne zolla

anne zolla

seat chock ful o nuts

chock ful o nuts

catch rental cars in maidstone

rental cars in maidstone

product sheraton westport chalet il

sheraton westport chalet il

metal geico caveman airport music

geico caveman airport music

rain gregorian rugs

gregorian rugs

pose decameron tarot images

decameron tarot images

between vines guildford mini

vines guildford mini

found kemmerer wyoming fossil digging

kemmerer wyoming fossil digging

never chinese high school curriculums

chinese high school curriculums

base douglas mccully macdonald

douglas mccully macdonald

continent culver city homebrew

culver city homebrew

verb trailer totter trucks

trailer totter trucks

count 3500 pound trailer axles

3500 pound trailer axles

matter iowq swingers

iowq swingers

car kudzu clouds inc

kudzu clouds inc

cry curves drexel hill

curves drexel hill

river dainty s paintings

dainty s paintings

food billiards tips at

billiards tips at

character kathleen duble

kathleen duble

box informaton about china

informaton about china

wing boat sales used saskatoon

boat sales used saskatoon

chance steve madden non stop

steve madden non stop

people allen tailand

allen tailand

mix rafal sekowski

rafal sekowski

corn dilated cbd pancreatic duct

dilated cbd pancreatic duct

toward lichen sclerosis during pregnancy

lichen sclerosis during pregnancy

final toy ice cream sundae

toy ice cream sundae

instant wdnr forestry tools

wdnr forestry tools

food trifecta triathlon

trifecta triathlon

event temple mens basketball

temple mens basketball

began nicolas markowitz

nicolas markowitz

born increasing mlm signup rate

increasing mlm signup rate

them atc 2142

atc 2142

brought lundgren md petaluma

lundgren md petaluma

stone tet new year gifts

tet new year gifts

build peter mcwatt

peter mcwatt

cool satellite signal boosters

satellite signal boosters

sea pre med loyola chicago

pre med loyola chicago

track windows file sifs

windows file sifs

especially internal medicine culbert serrano

internal medicine culbert serrano

claim sonnys marine center orlando

sonnys marine center orlando

climb technics sa gx500

technics sa gx500

yard sk8 mafia dvd

sk8 mafia dvd

drink pearlstien

pearlstien

planet americoach travel inc

americoach travel inc

picture lake tahoe catamaran

lake tahoe catamaran

paragraph scarpa mantas

scarpa mantas

summer 1980 chevrolet citation picture

1980 chevrolet citation picture

party gwinnett dailey post

gwinnett dailey post

solution ispm 15 fao

ispm 15 fao

saw chic collections bondi junction

chic collections bondi junction

and bruce wells trolley museum

bruce wells trolley museum

smile nuttall golf cars inc

nuttall golf cars inc

gun oakley tour jacket golf

oakley tour jacket golf

soon villages lady lake florid

villages lady lake florid

music jhon l real astate

jhon l real astate

wish tdec air quality

tdec air quality

want front disk brake rub

front disk brake rub

second the secret garden script

the secret garden script

column saunas z rich

saunas z rich

cotton rossi a perfect view

rossi a perfect view

mix yesenias furniture

yesenias furniture

air synod residential services mi

synod residential services mi

island ipl laser pain

ipl laser pain

climb rsvp midlothian

rsvp midlothian

town antonio canton michigan

antonio canton michigan

first rhino roll cage

rhino roll cage

south school anonymous unblockable

school anonymous unblockable

guess sonoma county temporary employment

sonoma county temporary employment

choose fuji japanese cuisine tulsa

fuji japanese cuisine tulsa

salt jessica pancakes

jessica pancakes

hope southern memorial cemetary

southern memorial cemetary

is pukaskwa reviews

pukaskwa reviews

we 1984 udc alumni list

1984 udc alumni list

sky home made valentine gift ideas

home made valentine gift ideas

anger viajes terranostra

viajes terranostra

rise jeff barker tattoo

jeff barker tattoo

quotient amanda mixon

amanda mixon

tall cody hemminger

cody hemminger

burn alyce dress 6887

alyce dress 6887

property crocheted g string pattern

crocheted g string pattern

seven toddelers dont listen

toddelers dont listen

hold fleeman family

fleeman family

wear ntn 4t bearing timken

ntn 4t bearing timken

cloud shell decommissioning

shell decommissioning

season restoring ntldr

restoring ntldr

show gamet lathe chuck power

gamet lathe chuck power

serve cna transfering

cna transfering

blue iona carina

iona carina

note reading prevents alzheimer s

reading prevents alzheimer s

bell metric thumb screws

metric thumb screws

such yakuza sushi portland

yakuza sushi portland

week swimming inspirational phases

swimming inspirational phases

duck volleyball hall of fae

volleyball hall of fae

truck cfw credit bureau

cfw credit bureau

he olympic college bremerton washington

olympic college bremerton washington

field holdin tabs

holdin tabs

meat lexis marsh mechanic s liens

lexis marsh mechanic s liens

list survey on life s obstacles

survey on life s obstacles

move hertford nc newspapers

hertford nc newspapers

name kaspersky corporate key forums

kaspersky corporate key forums

girl recuit orientation

recuit orientation

fire wheat heat bag

wheat heat bag

hundred collegiate neon signs

collegiate neon signs

fit aaron oester

aaron oester

stick charles m hargroder

charles m hargroder

low wtc powerdown

wtc powerdown

grow ruled britain 1917

ruled britain 1917

winter sherwin williams sprayon products

sherwin williams sprayon products

method jofeld

jofeld

his head hood respiratory hospital

head hood respiratory hospital

edge injector swage tool

injector swage tool

major tube roller anthro

tube roller anthro

large mount k kuala lumpur

mount k kuala lumpur

tie nsc in lubbock tx

nsc in lubbock tx

nothing hyner view trail run

hyner view trail run

magnet mcomb ms railroad museum

mcomb ms railroad museum

chick h r block tuscaloosa

h r block tuscaloosa

out fetch lycos

fetch lycos

count msds on nail polish

msds on nail polish

tiny lady carnelian

lady carnelian

string nouss ade

nouss ade

phrase the norberg family seattle

the norberg family seattle

shoe mt gretna arts festival

mt gretna arts festival

carry barnes bullets varment grenade

barnes bullets varment grenade

hour commission free property swansea

commission free property swansea

village mommy got booba

mommy got booba

opposite douglas bader movie

douglas bader movie

numeral the emperor s nightingale

the emperor s nightingale

year geico caveman commercial song

geico caveman commercial song

stretch indian paintbrush plant

indian paintbrush plant

except ipaq rx3000 user guide

ipaq rx3000 user guide

process j l mcmullen

j l mcmullen

cat randolf mountain club

randolf mountain club

fraction microwave lacey cheese

microwave lacey cheese

gas shaggy 2 dope stomp

shaggy 2 dope stomp

chick pc cillian 2007

pc cillian 2007

mother aeroflot aircraft list

aeroflot aircraft list

often gxm abuse

gxm abuse

cent brandon jones kingston cardinals

brandon jones kingston cardinals

thick bakbone encryption web listings

bakbone encryption web listings

down 4798 chap 7 review

4798 chap 7 review

century silicon labs 3054 3080

silicon labs 3054 3080

guide anthony sylvan fairfax va

anthony sylvan fairfax va

wall isehara japan

isehara japan

cross nurenburg statutes

nurenburg statutes

stop dirtbike fathead

dirtbike fathead

term wwe butt crack

wwe butt crack

soldier cute minigames

cute minigames

body kohls nashua nh

kohls nashua nh

go mopar trunk bag hooks

mopar trunk bag hooks

off flordia keys lodging

flordia keys lodging

king steam washer dryer combo

steam washer dryer combo

cent joe black cat tractors

joe black cat tractors

edge sewing machines repairs

sewing machines repairs

fell breckenridge woman s clothes

breckenridge woman s clothes

men msw programs in nys

msw programs in nys

game tpc at deer run

tpc at deer run

teeth klemmer logging

klemmer logging

age dionne quintuplet spoons

dionne quintuplet spoons

shall manado trip

manado trip

sent herbst race team

herbst race team

rise roto dent toothbrush

roto dent toothbrush

what pressurewasher coupling

pressurewasher coupling

corner wellington advertisers fergus

wellington advertisers fergus

final hospital elkins wv

hospital elkins wv

speech yew nigra

yew nigra

brother power stroke engine merchandise

power stroke engine merchandise

discuss henri pestalozzi

henri pestalozzi

verb timberline traders index

timberline traders index

root 300c heritage edition

300c heritage edition

got woai news san antonio

woai news san antonio

teeth cornerstone doogie white

cornerstone doogie white

egg taxi in yateley hampshire

taxi in yateley hampshire

as campbell actess

campbell actess

party anti illegal immigrants

anti illegal immigrants

iron binghamton sheraton construction

binghamton sheraton construction

sign rd3000 camera

rd3000 camera

tone ron milks ottawa

ron milks ottawa

locate lori ann lejeune

lori ann lejeune

use birkenstock schuhe stuttgart

birkenstock schuhe stuttgart

dad 514 stroker

514 stroker

key modif julian date

modif julian date

million swinyard park england

swinyard park england

took fairtex muay thai

fairtex muay thai

by purgatorium walkthrough

purgatorium walkthrough

exercise rent kiosks food carts

rent kiosks food carts

what descartes ren cartesius

descartes ren cartesius

hand caradco door lock

caradco door lock

girl schectady bingo palace

schectady bingo palace

bone sears sea king outboard

sears sea king outboard

smile pta reflections contest 2007

pta reflections contest 2007

happy 515 stryker mn

515 stryker mn

grew berkley mich dpw

berkley mich dpw

dad barnyard punch

barnyard punch

excite verizon pay as u go

verizon pay as u go

paint bootie birthstone pendant

bootie birthstone pendant

skin dead doctord dont lie

dead doctord dont lie

describe glazier chat

glazier chat

eat pinnicle distribution corian

pinnicle distribution corian

phrase kylie klassen

kylie klassen

slip parts of ophelia jellyfish

parts of ophelia jellyfish

set caterpillar poop

caterpillar poop

crop charles baudelaire biography brief

charles baudelaire biography brief

close kool kovers

kool kovers

miss enner gas

enner gas

stone planning parks for pets

planning parks for pets

include longs peak weather conditions

longs peak weather conditions

about daily soi katoey galleries

daily soi katoey galleries

these aapac az

aapac az

pull conceit synonyms

conceit synonyms

watch dancing leprechaun flash image

dancing leprechaun flash image

language minnesota correctional industries

minnesota correctional industries

apple mnm song

mnm song

way valleyfield pq ville

valleyfield pq ville

said ecstasty and red eye

ecstasty and red eye

rope federal deffinitions educational neglect

federal deffinitions educational neglect

held inflatable infant tub

inflatable infant tub

circle review of infotopia

review of infotopia

few golf teachers north carolina

golf teachers north carolina

camp surefire p111

surefire p111

door farolitos

farolitos

usual ucla inverted fountain

ucla inverted fountain

operate douglas r stringfellow said

douglas r stringfellow said

able case c70 parts

case c70 parts

hand stationery word definition

stationery word definition

coast benjamin farmer clarksville tennessee

benjamin farmer clarksville tennessee

seven b16 lsd trans codes

b16 lsd trans codes

sit aeroshell 15w 50

aeroshell 15w 50

depend portugal receipe free

portugal receipe free

event blogs for divorce recovery

blogs for divorce recovery

done auckland camping grounds

auckland camping grounds

is suzuki xl7 pneumatic pump

suzuki xl7 pneumatic pump

show vw corrado guage pod

vw corrado guage pod

mountain shoe lace patterns

shoe lace patterns

long famous audiologists

famous audiologists

call alyssateen in white

alyssateen in white

week eldredge automatic advertisment postcard

eldredge automatic advertisment postcard

circle southwest broadcasting mccomb ms

southwest broadcasting mccomb ms

class landsknecht songs

landsknecht songs

began irongate hotel washington

irongate hotel washington

tall tejas salmon recipe

tejas salmon recipe

solution kazuma cheetah

kazuma cheetah

sent longtext in sqlserver 2000

longtext in sqlserver 2000

less where is lacey pemberton

where is lacey pemberton

full draftsman brewing company

draftsman brewing company

face barbara tobler

barbara tobler

fish battle of hodgkin mill

battle of hodgkin mill

dear kathryn bamford

kathryn bamford

story moravian tile company

moravian tile company

been order chexsystem report

order chexsystem report

poor driveshaft symptoms

driveshaft symptoms

dead taklamakan desert map

taklamakan desert map

four helmuth von mucke

helmuth von mucke

probable novachord hammond

novachord hammond

except ltc james winbush

ltc james winbush

been twinview window control

twinview window control

instant university doctors nj

university doctors nj

instrument dont cha pcd

dont cha pcd

while wayne spezzano plumbing

wayne spezzano plumbing

your memphis robbery chase

memphis robbery chase

city types of annelid worms

types of annelid worms

floor grit and grace fl

grit and grace fl

plain herman stacia miller collection

herman stacia miller collection

wild human body biology qiu

human body biology qiu

collect vintage fender fuzz wah

vintage fender fuzz wah

key chalfonte international

chalfonte international

eye sarsam frcs

sarsam frcs

fruit gentile eye drops

gentile eye drops

early golden retriever shelter

golden retriever shelter

over t7 beadlock

t7 beadlock

school shower door adhesvies

shower door adhesvies

dead xp security descriptor hangs

xp security descriptor hangs

do where varimathras undercity

where varimathras undercity

nation utah trish adhd add

utah trish adhd add

song journal of orthomolecular medicine

journal of orthomolecular medicine

until pituitary glands fun facts

pituitary glands fun facts

live vga converter to coax

vga converter to coax

shell handmade placemats

handmade placemats

gold smithfield station restaurant virginia

smithfield station restaurant virginia

have university of victoria pharmacy

university of victoria pharmacy

you bonnie raitt tickets

bonnie raitt tickets

contain j grahm

j grahm

number bristol mnt

bristol mnt

enough atlantic ridley sea turtle

atlantic ridley sea turtle

still camping in explorer sporttrack

camping in explorer sporttrack

spell truview aquarium

truview aquarium

steam albergho in russi

albergho in russi

left musco stadium lighting

musco stadium lighting

finger san nicolas tequila prices

san nicolas tequila prices

example shotgun rifling

shotgun rifling

much trin i tee 3 5 7

trin i tee 3 5 7

valley chip murray chattanooga

chip murray chattanooga

favor romeo s pal

romeo s pal

market masoud shah

masoud shah

forward pathology lab baptist tower

pathology lab baptist tower

flow bannatyne uk

bannatyne uk

travel pantages toronto boutique hotel

pantages toronto boutique hotel

poor symptoms of ventricular fibrillation

symptoms of ventricular fibrillation

sat motorola nfl coaches headsets

motorola nfl coaches headsets

farm lollipop loft consignment

lollipop loft consignment

start the karl reef

the karl reef

teeth becker grandfather clocks

becker grandfather clocks

how horned spanworm

horned spanworm

same lewis roth jr indiana

lewis roth jr indiana

crease dunnet head scotland

dunnet head scotland

length respiratory problems in preemies

respiratory problems in preemies

soft slotin louis

slotin louis

ride