// This is an automatically generated script. Do no attempt to modify.
var SlideShowSpeed = 3000;
var CrossFadeDuration = 3;
var Picture = new Array();
var Caption = new Array();
var Link = new Array();

Picture[1]  = "/bo1010/files/merchants/1037-Logo.jpg";
Caption[1]  = "<b>Huckleberry Marketplace</b><br />Gifts & Jewelry";
Link[1]  = "/local?merchant=10101037";

Picture[2]  = "/bo1010/files/merchants/1015-Logo.jpg";
Caption[2]  = "<b>Colorado Coal Company</b><br />Restaurants";
Link[2]  = "/local?merchant=10101015";

Picture[3]  = "/bo1010/files/merchants/1043-Logo.jpg";
Caption[3]  = "<b>Tigger's Ride</b><br />Auto & Bike";
Link[3]  = "/local?merchant=10101043";

Picture[4]  = "/bo1010/files/merchants/1042-Logo.jpg";
Caption[4]  = "<b>K-2 Coffee</b><br />Coffee & Treats";
Link[4]  = "/local?merchant=10101042";

Picture[5]  = "/bo1010/files/merchants/1376-1007643-2010-06-01-logo2.jpg";
Caption[5]  = "<b>Leonard's Golf</b><br />Sports & Recreation";
Link[5]  = "/local?merchant=10101003";

Picture[6]  = "/bo1010/files/merchants/1476-1001-2010-02-22-mary_kay_logo_2_86203123.jpg";
Caption[6]  = "<b>Mary Kay Cosmetics with Janelle</b><br />Beauty & Spas";
Link[6]  = "/local?merchant=10101046";

Picture[7]  = "/bo1010/files/merchants/1018-Logo.jpg";
Caption[7]  = "<b>A.C.E. Arts Coalition of Erie</b><br />Charities & Clubs";
Link[7]  = "/local?merchant=10101018";

Picture[8]  = "/bo1010/files/merchants/1038-Logo.jpg";
Caption[8]  = "<b>Bath Time Windows</b><br />Home Improvement";
Link[8]  = "/local?merchant=10101038";

Picture[9]  = "/bo1010/files/merchants/1020-Logo.jpg";
Caption[9]  = "<b>K9 ADVENTURES</b><br />Pet Services";
Link[9]  = "/local?merchant=10101020";

Picture[10]  = "/bo1010/files/merchants/1017-Logo.jpg";
Caption[10]  = "<b>Summit Vision Care</b><br />Healthcare";
Link[10]  = "/local?merchant=10101017";
var tss;
var iss;
var jss = 1;
var pss = Picture.length-1;
var preLoad = new Array();
for (iss = 1; iss < pss+1; iss++){
preLoad[iss] = new Image();
preLoad[iss].src = Picture[iss];}
function runSlideShow(){
if (document.all){
document.images.PictureBox.style.filter="blendTrans(duration=2)";
document.images.PictureBox.style.filter="blendTrans(duration=CrossFadeDuration)";
document.images.PictureBox.filters.blendTrans.Apply();}
document.images.PictureBox.src = preLoad[jss].src;
if (document.getElementById) document.getElementById("LinkBox").href = Link[jss];
if (document.getElementById) document.getElementById("CaptionBox").innerHTML= '<a href=' + Link[jss] + '>' + Caption[jss] + '</a>';
if (document.all) document.images.PictureBox.filters.blendTrans.Play();
jss = jss + 1;
if (jss > (pss)) jss=1;
tss = setTimeout('runSlideShow()', SlideShowSpeed);
}


