			var d = new Date();
			var seed = Math.round((d.getSeconds()/20)+1);

			MB= new Array();
			MB[1] = new MB_Promo('MBAuto', '', '', 'AUTOMOTIVE', 'http://www.thedenverchannel.com/automotive/', 'How to create your own roadside emergency kit', 'Is your car a gas guzzler?', 'See <b>Edmunds\'</b> new car previews.', 'Take a sneak peek at 2002 car models with <B>Edmunds</b>.', 'http://www.thedenverchannel.com/automotive/', 'http://www.thedenverchannel.com/magic/automotive.inc');
			MB[2] = new MB_Promo('MBTrav', '', '', 'TRAVEL', 'http://www.thedenverchannel.com/travelgetaways/', 'How to create your own roadside emergency kit', 'Is your car a gas guzzler?', 'See <b>Edmunds\'</b> new car previews.', 'Take a sneak peek at 2002 car models with <B>Edmunds</b>.', 'http://www.thedenverchannel.com/travelgetaways/', 'http://www.thedenverchannel.com/magic/travel.inc');
			/* MB[3] = new MB_Promo('MBHol', '', '', 'HOLIDAYS', '/holidays/', '', '', '', '', '', ''); */
			MB[3] = new MB_Promo('MBLaw', '', '', 'LEGAL&nbsp;CENTER', 'http://www.thedenverchannel.com/legalcenter/', '', '', '', '', '', '');
			MB[4] = new MB_Promo('MBShop', '', '', 'YELLOW&nbsp;PAGES', 'http://y.ibsys.com/event.ng/Type=click&#38;FlightID=7187&#38;AdID=21129&#38;TargetID=2900&#38;Targets=2900&#38;Values=2000&#38;Redirect=http://www.qwestdex.com/cgi/search.fcg?from=IBSDen&ft=1', 'Visit here for bargains." ', 'See this week\'s Freebies.', 'Visit here for bargains.', 'See this week\'s Freebies.', 'http://www.thedenverchannel.com/shopping/', 'http://www.thedenverchannel.com/magic/shopping.inc');
			MB[5] = new MB_Promo('MBHome', '', '', 'HOUSE&nbsp;&amp;&nbsp;HOME', 'http://www.thedenverchannel.com/houseandhome/', '', '', '', '', '', 'http://www.thedenverchannel.com/magic/houseandhome.inc');
			MB[6] = new MB_Promo('MBCojb', '', '', 'COLORADO&nbsp;JOBS', ' http://www.coloradojobs.com/', 'Your link to the best jobs in Colorado.', 'Jobs, job hunting tips and links galore.', 'Find your next job @ Coloradojobs.com.', 'Need a job? Click here.', 'http://www.coloradojobs.com/', 'http://www.thedenverchannel.com/magic/cojobs.inc');			
			MB[7] = new MB_Promo('MBEduc', '', '', 'EDUCATION', 'http://www.thedenverchannel.com/education/', '', '', '', '', '', 'http://www.thedenverchannel.com/magic/education.inc');
			MB[0] = new MB_Promo('', '', '', '', '', '', '', '', '', '', '');
	
			MB.Highlight = "#FFCC00";
			MB.ButtonColor = "#ffffff";
			MB.Background = "#000099";
			MB.LeftBackground = "#000099";
			MB.RightBackground = "#000099";
			MB.Border = "#000099";
			MB.BackgroundImage="http://www.thedenverchannel.com/images/structures/backgrounds/site_magicbar_background.gif";
			MB.SiteDomain = "http://www.thedenverchannel.com";

			function MB_Promo(name,BarAdID,BoxAdID,button,url,teaser1,teaser2,teaser3,teaser4,teaserurl,drop) {
				this.name = name;
				this.BarAdID = BarAdID;
				this.BoxAdID = BoxAdID;
				this.button = button;
				this.url = url;
				if (seed=='1') this.teaser = teaser1;
				if (seed=='2') this.teaser = teaser2;
				if (seed=='3') this.teaser = teaser3;
				if (seed=='4') this.teaser = teaser4;
				if (this.teaser == '') this.teaser = teaser1;
				this.teaserurl = teaserurl;
				this.drop = drop;
			}

