﻿// Control parameters
var theCharacterTimeout = 50;
var theStoryTimeout     = 4000;
var theWidgetOne        =  "_";
var theWidgetTwo        =  "-";
var theWidgetNone       =  "";
var theLeadString       = "";

// Styling parameters
var theBackgroundColor  = "#000000";
var theForegroundColor  = "#CC3300";
var theFontFamily       = "Verdana, Arial, Helvetica, sans-serif";
var theFontSize         = "6px";
var theLineHeight       = "6px";
var theFontWeight       = "none";
var theTextDecoration   = "none";
var theHoverColor       = "#dddddd";

// Content parameters
var theSummaries = new Array();
var theSiteLinks = new Array();

var theItemCount = 5;

theSummaries[0] = "5000+ Caravans were stolen last year..keep safe this winter..click here..Beat Crime...FullStop";
theSiteLinks[0] = "http://www.purpleline.co.uk/Fullstop/FullStop-Main.html";

theSummaries[1] = "The Aeroplus Wind Deflector reduces drag & improves towing stability...click here for more info";
theSiteLinks[1] = "http://www.purpleline.co.uk/mira.html";

theSummaries[2] = "Thinking of buying a Remote Caravan Mover? ...click here for product comparisons & reviews";
theSiteLinks[2] = "http://www.caravanmoversonline.co.uk/index.html";

theSummaries[3] = "Don't become a victim of Caravan Theft...get protected...click here...Beat Crime...FullStop";
theSiteLinks[3] = "http://www.purpleline.co.uk/Fullstop/FullStop-Main.html";

theSummaries[4] = "Thinking of fitting a Remote Caravan Mover yourself? ...click here for a step by step guide";
theSiteLinks[4] = "http://www.youtube.com/watch?v=2mVYNS3alDc";

theSummaries[5] = "Save..Save..Save..Get your FREE Aeroplus DVD & £10 off when you buy...click here to order";
theSiteLinks[5] = "http://www.purpleline.co.uk/mira.html";
