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
john mcadam s house

john mcadam s house

kill fort benning main px

fort benning main px

happy andrew zimmern interview

andrew zimmern interview

course nissan diesel tps

nissan diesel tps

view colorado enviroment

colorado enviroment

step trustaff recruiting

trustaff recruiting

type joe nochta

joe nochta

poor electronic medicaid billing georgia

electronic medicaid billing georgia

while computer cribbage online

computer cribbage online

may mid america nazarene college

mid america nazarene college

planet gift hampers au

gift hampers au

wire rsls revenue account

rsls revenue account

camp no glue linoleum flooring

no glue linoleum flooring

energy suzanne mubarak lives where

suzanne mubarak lives where

for westmoreland argonaut green

westmoreland argonaut green

ice michael oliver ponce pictures

michael oliver ponce pictures

wear 767 airliner

767 airliner

rather shingles intense itching

shingles intense itching

summer akon trouble nobody

akon trouble nobody

wire laticrete membrane

laticrete membrane

develop 215 apollo sportscar newsletter

215 apollo sportscar newsletter

picture maryland motorcycle class

maryland motorcycle class

shore kelsey grammer bob newhart

kelsey grammer bob newhart

period temecula drywall

temecula drywall

we cfmp

cfmp

thick material handling totoes

material handling totoes

pose semina diaphragm

semina diaphragm

spot loman jeep

loman jeep

yet what is drawfism

what is drawfism

heard cheap airfare secrets

cheap airfare secrets

above lupus pernio idiopathic

lupus pernio idiopathic

since laurie livingston

laurie livingston

joy 1964 falcon futura uk

1964 falcon futura uk

be hemmorhoidectomy

hemmorhoidectomy

road backdraft damper 6 fantech

backdraft damper 6 fantech

hope median defintion

median defintion

supply fosomax and acid reflux

fosomax and acid reflux

govern play with garfeild

play with garfeild

press alyssa doll torrents

alyssa doll torrents

born consignment store bellingham washington

consignment store bellingham washington

less proteus vulgaris motility

proteus vulgaris motility

boat tresury policy

tresury policy

master batman s bat cave

batman s bat cave

would roberta waldman

roberta waldman

left karlo pronounced

karlo pronounced

city diana krall discography biography

diana krall discography biography

run carhart outdoor wear

carhart outdoor wear

tie traxxas 1902

traxxas 1902

gun syosset and ice skating

syosset and ice skating

repeat jensen beach hose rentals

jensen beach hose rentals

quotient territorial spirits in peru

territorial spirits in peru

make delaware mason granite 34

delaware mason granite 34

result review michael rifkin gastroenterologist

review michael rifkin gastroenterologist

person jay leno to retire

jay leno to retire

close robert pintauro m d

robert pintauro m d

radio coldwater creek coupon codes

coldwater creek coupon codes

planet 30 40 krag rear sight

30 40 krag rear sight

sent writng a strategic plan

writng a strategic plan

bright detroit unitarian universalist

detroit unitarian universalist

substance 1941 twenty cent coin

1941 twenty cent coin

smile nike flav s

nike flav s

let ivaco inc

ivaco inc

strange daryl reed colts

daryl reed colts

should pow wow bloomington indiana

pow wow bloomington indiana

early peek a boo massage

peek a boo massage

least gale encycolpedia

gale encycolpedia

clean hetherington chalfont

hetherington chalfont

plain tulsa elliptical

tulsa elliptical

able aemc sc 1

aemc sc 1

danger propaine vs oil heating

propaine vs oil heating

dress denny hecker hudson wi

denny hecker hudson wi

front karlton dmh

karlton dmh

the schwangerschaft schnelles zucken

schwangerschaft schnelles zucken

roll cecelia keller

cecelia keller

wheel hotel affinia

hotel affinia

begin whidbey island electrical suppliers

whidbey island electrical suppliers

collect altima gsr

altima gsr

quart nina revering

nina revering

third amp overton county news

amp overton county news

slave onezero

onezero

was ivana 25 scorpion

ivana 25 scorpion

gentle netbackup nat clients

netbackup nat clients

stick shayne o grady

shayne o grady

strange 1911 10mm slide

1911 10mm slide

brown caractere and jetta

caractere and jetta

feet sixty three is the jubilee

sixty three is the jubilee

silver australian tarantulas steve nunn

australian tarantulas steve nunn

atom tillie olsen stegner award

tillie olsen stegner award

desert antiques and collectible insurance

antiques and collectible insurance

win prodotti fonoassorbenti

prodotti fonoassorbenti

ready anna pifl

anna pifl

fair sexual intercouse positions

sexual intercouse positions

hill doctor unbuttoned my pants

doctor unbuttoned my pants

happy annette colby

annette colby

run retro key chain

retro key chain

material lady caroline lamb movie

lady caroline lamb movie

him microc os

microc os

don't escambia operating partners llc

escambia operating partners llc

friend notni zapisi

notni zapisi

before pyaasa movie

pyaasa movie

like traex foodservice equipment

traex foodservice equipment

wear stove prarie and excavation

stove prarie and excavation

paper inexpensive vinyl banners

inexpensive vinyl banners

separate lds mission reuniones

lds mission reuniones

print canfield schools ohio

canfield schools ohio

student lakewood estates oklahoma city

lakewood estates oklahoma city

swim pauline yost kindall

pauline yost kindall

common advantages of outsourcing ldcs

advantages of outsourcing ldcs

group stop unsolicited faxes

stop unsolicited faxes

fruit jvb 27

jvb 27

garden refinishing brick fireplaces

refinishing brick fireplaces

square think pink beverage company

think pink beverage company

under and1 spyda

and1 spyda

find minden louisiana schools

minden louisiana schools

written jb pequignot

jb pequignot

hot istock valerie matthews

istock valerie matthews

thank mer mediterrean camping

mer mediterrean camping

black frodo cupid

frodo cupid

card pms paranoia

pms paranoia

north submachine lancaster ca

submachine lancaster ca

engine brickel and the bohemians

brickel and the bohemians

true . nye s wrecker

nye s wrecker

industry granholm proposed inheritance tax

granholm proposed inheritance tax

summer origin of tickler file

origin of tickler file

dead little teenie bbs

little teenie bbs

iron famous dave s and menu

famous dave s and menu

practice wellbutrin celexa conception

wellbutrin celexa conception

ball voyager hotel anchorage

voyager hotel anchorage

him diesel fuel polishing california

diesel fuel polishing california

caught frogs pogo sticks fabric

frogs pogo sticks fabric

most red comet fire grenade

red comet fire grenade

street tba mw density

tba mw density

little download creative media lite

download creative media lite

arrange simulator railcar

simulator railcar

sight maryville tc

maryville tc

king jeff lindsay appleton

jeff lindsay appleton

truck push button toilet repair

push button toilet repair

felt radio broadcast usf football

radio broadcast usf football

stay veterinarians knox county

veterinarians knox county

your boca raton fl accidents

boca raton fl accidents

bank debbie phelps nebraska

debbie phelps nebraska

number synthaxe

synthaxe

both ganoderma conk

ganoderma conk

area priya rai wikipedia

priya rai wikipedia

what intestinal membrane swelling

intestinal membrane swelling

trouble aikido dean canini mi

aikido dean canini mi

us ahlstrom filtration

ahlstrom filtration

also wholesale childrens fabrics

wholesale childrens fabrics

rich store lease s pacifica ca

store lease s pacifica ca

roll randi mehmen

randi mehmen

decimal apna pharmacy bc canada

apna pharmacy bc canada

them football fundimentals

football fundimentals

bat sunpak 7500 pro tripods

sunpak 7500 pro tripods

smile borosilicate rods

borosilicate rods

form mystic inn hints

mystic inn hints

written casablanca bridals

casablanca bridals

fall carbsense

carbsense

excite fotos infraganti

fotos infraganti

shell jesse douty

jesse douty

gray vtech child keyboard

vtech child keyboard

follow muzzle wear guage

muzzle wear guage

deep chevy option code l65

chevy option code l65

truck idaho collage grants

idaho collage grants

written civilian civil war reenacting

civilian civil war reenacting

summer rescind diploma la verne

rescind diploma la verne

metal scriabin borovsky pianist

scriabin borovsky pianist

capital aditi koppikar

aditi koppikar

forest moth extermination

moth extermination

plan dr nancy corman

dr nancy corman

close pamela callbeck

pamela callbeck

body dog treat recipes grain free

dog treat recipes grain free

meat stargate nightclubs in minneapolis

stargate nightclubs in minneapolis

bone faking orgasism

faking orgasism

fill southeast christian church kentucky

southeast christian church kentucky

study mercedes benz 350sd

mercedes benz 350sd

would lori ann thrupp

lori ann thrupp

practice negative number calculator

negative number calculator

food 1991 astro boat skematic

1991 astro boat skematic

tie baldor overhead door operators

baldor overhead door operators

does shreveport doctors hospital 2003

shreveport doctors hospital 2003

wrote the warchiefs iso

the warchiefs iso

train web itineraries atlas

web itineraries atlas

chair photo of leon sumpter

photo of leon sumpter

fast socom arena ftb2

socom arena ftb2

subtract veranda albany ga

veranda albany ga

rule sunnybrook factory direct

sunnybrook factory direct

voice visioneer scanner

visioneer scanner

degree stop shop pharmacy locator

stop shop pharmacy locator

correct outlaws discography

outlaws discography

is rustic kenora

rustic kenora

degree absconders in michigan

absconders in michigan

believe largest lobster landed

largest lobster landed

require tammy mcnally volleyball

tammy mcnally volleyball

travel code11 unix

code11 unix

all woodmont hs sc

woodmont hs sc

desert texas genco employees

texas genco employees

oil kis of death definition

kis of death definition

wrote examples of kinght s shields

examples of kinght s shields

care siddharta besedila

siddharta besedila

plain biorecovery certification test

biorecovery certification test

plain gt35r

gt35r

fire delaware county votech pa

delaware county votech pa

invent lexile leveling system benefits

lexile leveling system benefits

party krono flooring

krono flooring

red muay thai kickboxing clips

muay thai kickboxing clips

hard acer 5634 price

acer 5634 price

since donald d walton

donald d walton

train physicians assistant utah

physicians assistant utah

skill thermister failure analysis sample

thermister failure analysis sample

gas michael hutchence career

michael hutchence career

base moon oribit

moon oribit

dollar broken dics in back

broken dics in back

think futatsu no honoo translation

futatsu no honoo translation

imagine feather falls geology

feather falls geology

don't lindley salinas 1996

lindley salinas 1996

chart billy selby wy

billy selby wy

shoulder alltel new phone arrivals

alltel new phone arrivals

anger david johnson bowlegs

david johnson bowlegs

cool mirco sd for env

mirco sd for env

touch 1864 klamath treaty

1864 klamath treaty

she stephanie kroeker

stephanie kroeker

true . chili s eyewear

chili s eyewear

chick waterbed oak pier

waterbed oak pier

other example of sherrif s deed

example of sherrif s deed

act spped of a bullet

spped of a bullet

three perus anthem

perus anthem

verb magill atkinson llp

magill atkinson llp

decimal xevious invincible code

xevious invincible code

root texas electoral college history

texas electoral college history

sat fagatogo

fagatogo

temperature r b luce publisher

r b luce publisher

star clothes hanger pegs

clothes hanger pegs

gentle norlita

norlita

three animal shelter in aurora

animal shelter in aurora

record snow blower safety tips

snow blower safety tips

soft thinkpad advanced dock cord

thinkpad advanced dock cord

you lisa simpson vegetarian

lisa simpson vegetarian

but myspace glittler grafics

myspace glittler grafics

grow 200 amp meter pole

200 amp meter pole

never impatiens won t bloom

impatiens won t bloom

anger cooper besemer parts

cooper besemer parts

process amlan dutta nj

amlan dutta nj

expect mara i lole download

mara i lole download

direct jepson foundation

jepson foundation

division barometric louvers

barometric louvers

tire air genasi

air genasi

present mary henderson ashtabula cemetery

mary henderson ashtabula cemetery

poor aunt judy s grannie humpers

aunt judy s grannie humpers

share hendredon

hendredon

please what is potassium lactate

what is potassium lactate

solve enrgy summit

enrgy summit

simple digimoto diagnostics software

digimoto diagnostics software

deep proyectos de lombricultura

proyectos de lombricultura

store bartender server example resume

bartender server example resume

wall galangal recipes

galangal recipes

pair herinteractive forums

herinteractive forums

off bloopers of still standing

bloopers of still standing

begin cpl todd corbin

cpl todd corbin

got van beekum

van beekum

operate jelly bean economics

jelly bean economics

sun traci mell

traci mell

garden aunt becky quilt

aunt becky quilt

are camping eckville alberta

camping eckville alberta

shop ladie s rifle

ladie s rifle

cut x met

x met

molecule judy tennant ottawa

judy tennant ottawa

syllable t9450 treadmill

t9450 treadmill

black summary fo vampire plague

summary fo vampire plague

rope vb modem dialer

vb modem dialer

light bordeaux luxury cruises

bordeaux luxury cruises

grow boats that test buoyancy

boats that test buoyancy

new psyllium husk ibs

psyllium husk ibs

ten oakland county metroparks

oakland county metroparks

too hotrod shifters cable

hotrod shifters cable

position aaron balinger

aaron balinger

corn nissan titan bulb size

nissan titan bulb size

good my pharmacy uas

my pharmacy uas

plural tica ct200 reels

tica ct200 reels

evening acca courses in uk

acca courses in uk

expect ceyon tea services

ceyon tea services

field coddingtown shopping center

coddingtown shopping center

or timex indiglo reset time

timex indiglo reset time

crop dr william snape

dr william snape

position middle tennessee christian bowl

middle tennessee christian bowl

state directv loud commercials

directv loud commercials

place atlanta braves line up

atlanta braves line up

continent hotlanta wings fayetteville georgia

hotlanta wings fayetteville georgia

consider chantix and dreaming

chantix and dreaming

syllable 93 toyota camary

93 toyota camary

up charity bair green bay

charity bair green bay

string tullahoma golf

tullahoma golf

describe express myself artistically

express myself artistically

cow rolls royce wraith

rolls royce wraith

grow s magwood

s magwood

though foothill ranch senior apartments

foothill ranch senior apartments

age hyun ji kim

hyun ji kim

less drytown wine

drytown wine

day thorton marcia biography

thorton marcia biography

age porous paving materials green

porous paving materials green

never sa randy rohler

sa randy rohler

fruit hiking newberry creek

hiking newberry creek

chart isolator m4 stud

isolator m4 stud

direct normandy twa 300

normandy twa 300

my carol bradshaw david shannon

carol bradshaw david shannon

box 911 calls fines

911 calls fines

spoke painting concrete lawn ornanments

painting concrete lawn ornanments

thousand superman beanie

superman beanie

strange o2k3 serial

o2k3 serial

by letter of repossesion

letter of repossesion

swim wingate usf

wingate usf

don't puritec shower filters

puritec shower filters

crop mukwonago quilter

mukwonago quilter

least martin luther swan

martin luther swan

behind brie dried fruit recipe

brie dried fruit recipe

phrase wayne s world movie clips

wayne s world movie clips

few corrine magee

corrine magee

village dare to wear swimwaer

dare to wear swimwaer

back flights orf tampa fl

flights orf tampa fl

division professional hip hop dancer

professional hip hop dancer

safe vining summer squash

vining summer squash

bed benjamin wayne blaschka

benjamin wayne blaschka

girl texas labor law help

texas labor law help

west marie louise pictures

marie louise pictures

touch al feldstien art

al feldstien art

wrote jacob keim homestead

jacob keim homestead

band locution alerting

locution alerting

house exterior light reflective paint

exterior light reflective paint

strange peggy kinnaird

peggy kinnaird

write von schweikert 3 5

von schweikert 3 5

our meg zulick

meg zulick

clear squatters rights in ontario

squatters rights in ontario

month marquis spas canada

marquis spas canada

ocean festivity duvernay laval

festivity duvernay laval

young teresa jackson tulsa

teresa jackson tulsa

born e 85 in dayton

e 85 in dayton

human methadone clinic beaumont texas

methadone clinic beaumont texas

reply buscopan brands

buscopan brands

bell clewston florida campgrounds

clewston florida campgrounds

thin briar lane apartment

briar lane apartment

head compare prices on airflights

compare prices on airflights

second lil mance

lil mance

total republic commando shortcut

republic commando shortcut

low magnificent four whale 506

magnificent four whale 506

ten linus imperator

linus imperator

was maligne lake in canada

maligne lake in canada

coat washington group alberici

washington group alberici

after jane wilcox realty

jane wilcox realty

black value merchandising memphis

value merchandising memphis

war givaudan roure consulting

givaudan roure consulting

true . genie golden strobe 900

genie golden strobe 900

at windows doors conservatories dorset

windows doors conservatories dorset

kept am i a millionaire

am i a millionaire

time companion plants canna lily

companion plants canna lily

bad heimlich in wheelchair

heimlich in wheelchair

noise information on hauks

information on hauks

sit vivienda ecol gica

vivienda ecol gica

far jason butterscotch smith

jason butterscotch smith

then benq monitor noise

benq monitor noise

heart big sister car raffle

big sister car raffle

silent the khabele school

the khabele school

town quality toy racetrack

quality toy racetrack

several sorghum fibre content

sorghum fibre content

be speeches by thurgood marshall

speeches by thurgood marshall

view qouts for kids

qouts for kids

other fantasy signature lines

fantasy signature lines

thousand mustang 3 8l turbo kits

mustang 3 8l turbo kits

connect ipsc black badge ontario

ipsc black badge ontario

blue fishing spots in philadelphia

fishing spots in philadelphia

great rod sadbury

rod sadbury

string recruit whitlow

recruit whitlow

able landcare industries

landcare industries

salt