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

			MB= new Array();
			MB[1] = new MB_Promo('', '', 'CAREER&nbsp;CENTER', 'http://www.thepittsburghchannel.com/employment/', 'Let HotJobs find you a better job.', 'Your next job is probably at HotJobs.', 'Let <b>HotJobs</b> find you a better job.', 'HotJobs: Our official job search.', 'http://www.thepittsburghchannel.com/employment/', '');
			MB[2] = new MB_Promo('', '', 'SHOPPING', 'http://www.thepittsburghchannel.com/shopping/', ' See Andy\'s Garage "Deal Of The Day." ', 'What\'s the "big deal" at Andy\'s Garage?', 'See what\'s in the Fingerhut spotlight.', ' See Andy\'s Garage Bargains.', 'http://www.thepittsburghchannel.com/shopping/', '');
			MB[3] = new MB_Promo('8023', '8024', 'AUTOMOTIVE', 'http://www.thepittsburghchannel.com/automotive/', 'Free car pricing info. from Edmunds.', ' How to negotiate the best car deal.  From Edmunds.', 'See Edmunds\' new car road tests.', 'See the hottest vehicles for 2001 with Edmunds.', 'http://www.thepittsburghchannel.com/automotive/', '');
			MB[4] = new MB_Promo('', '', 'YELLOW&nbsp;PAGES', 'http://www.smartpages.com/', '<b>SmartPages.com</b>:  Your local online business directory. ', 'Find a business or service near you with <b>SmartPages.com</b>.', 'Search for a business by category or name with <b>SmartPages.com</b>.', ' <b>SmartPages.com</b>--it\'s where to click for phone listings.', 'http://www.smartpages.com/', '');
			MB[5] = new MB_Promo('', '', 'MY&nbsp;E-NEWS', 'http://www.thepittsburghchannel.com/news/email-newsletters.html', 'Get the news before it airs.', 'Get e-mail updates on your team\'s scores.', 'News e-mails sent directly to you.', 'Be the first to know with our e-mails.', 'http://www.thepittsburghchannel.com/news/email-newsletters.html', '');
			MB[6] = new MB_Promo('7989', '7963', 'LEGAL&nbsp;CENTER', 'http://www.thepittsburghchannel.com/legalcenter/', 'Lawoffice.com: Tips on hiring a lawyer.', 'Lawoffice.com:  The premier legal and business tool.', 'Legal research made simple.  From Lawoffice.com.', 'Do you have a case?  Find out with Lawoffice.com', 'http://www.thepittsburghchannel.com/legalcenter/', '');
			MB[0] = new MB_Promo('', '', '', '', '', '', '', '', '', '');
			MB.Highlight = "#cccccc";
			MB.ButtonColor = "#ffffff";
			MB.Background = "#333399";
			MB.Border = "#003399";
			MB.BackgroundImage="";
			MB.SiteDomain = "http://www.thepittsburghchannel.com";

			function MB_Promo(BarAdID,BoxAdID,button,url,teaser1,teaser2,teaser3,teaser4,teaserurl,drop) {
				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;
			}


