﻿rnd.today=new Date();
rnd.seed=rnd.today.getTime();
function rnd() {
        rnd.seed = (rnd.seed*9301+49297) % 233280;
        return rnd.seed/(233280.0);
};
function rand(number) {
 var result = Math.ceil(rnd()*number);
 if (!result)result++;
        return result
};
var ad_cnt1 = 4;
var ad1 = rand(ad_cnt1);
var link1;
var adBanner1;
var width1
var height1

if (ad1==1) {
link1="http://www.ci.lynnwood.wa.us/Content/Community.aspx?id=909";
adBanner1="http://www.ci.lynnwood.wa.us/Imgs/DailySwims.gif";
width1="580";
height1="100";
alt1="Lynnwood Recreation center - View Swimming Pool Schedule";
}

if (ad1==2) {
link1="http://www.ci.lynnwood.wa.us/Content/Community.aspx?id=901";
adBanner1="http://www.ci.lynnwood.wa.us/Imgs/WorkoutMachines.gif";
width1="580";
height1="100";
alt1="Lynnwood Recreation Center - CARDIO / WEIGHT ROOM";
}

if (ad1==3) {
link1="http://www.ci.lynnwood.wa.us/Content/Community.aspx?id=902";
adBanner1="http://www.ci.lynnwood.wa.us/Imgs/limberup.gif";
width1="580";
height1="100";
alt1="Lynnwood Recreation Center - FITNESS CLASSES (DROP-IN SCHEDULE)";
}

if (ad1==4) {
link1="http://www.ci.lynnwood.wa.us/Content/Community.aspx?id=842";
adBanner1="http://www.ci.lynnwood.wa.us/imgs/web-banner--Kids-Klub.jpg";
width1="580";
height1="100";
alt1="Kid Klub Preschool";
}



document.write('<a href="' + link1 + '" target="_top">');
document.write('<img src="' + adBanner1 + '" width=' + width1 + ' height=' + height1 + '" border=0 alt="' + alt1 + '">');


