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

			MB= new Array();
			MB[1] = new MB_Promo('MBEmpl','9572','9573','CAREER&nbsp;CENTER','http://www.thepittsburghchannel.com/employment/','<b>HotJobs.com.</b> Onward. Upward.','Take your career to the next level.','WPAHS-Open a new world of opportunity. <b>HotJobs.com</b>','Find your dream job.','http://www.thepittsburghchannel.com/employment/','http://www.thepittsburghchannel.com/magic/employment.inc');
			MB[2] = new MB_Promo('MBShop', '9598', '9621', 'DEALS', 'http://www.thepittsburghchannel.com/shopping/', 'See this week\'s freebies.', 'See this week\'s freebies.', 'Visit here for bargains.', 'Visit here for bargains.', 'http://www.thepittsburghchannel.com/shopping/', 'http://www.thepittsburghchannel.com/magic/shopping.inc');
			MB[3] = new MB_Promo('MBTrav', '19918', '8114', 'TRAVEL', 'http://www.thepittsburghchannel.com/travelgetaways', 'How to create your own roadside emergency kit', 'Is your car a gas guzzler?', 'See Edmunds\'new car reviews.', 'Take a sneak peek at 2002 car models with <B>Edmunds</b>.', 'http://www.thepittsburghchannel.com/travelgetaways', 'http://www.thepittsburghchannel.com/magic/travel.inc');
			MB[4] = new MB_Promo('MBAuto', '8023', '8024', 'AUTOMOTIVE', 'http://www.thepittsburghchannel.com/automotive/', 'How to create your own roadside emergency kit.', 'Is your car a gas guzzler?', 'See <B>Edmunds\'</b> new car reviews.', 'Take a sneak peek at 2002 car models with <B>Edmunds</b>.', 'http://www.thepittsburghchannel.com/automotive/', 'http://www.thepittsburghchannel.com/magic/automotive.inc');
			MB[5] = new MB_Promo('MBYelp', '9721', '9744', '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/', 'http://www.thepittsburghchannel.com/magic/services.inc');
			MB[6] = new MB_Promo('MBMail', '9644', '9667', 'MY&nbsp;E-NEWS', 'http://www.thepittsburghchannel.com/news/email-newsletters.html', 'Sign up for free news e-mails.', 'Get breaking news via e-mail.', 'The convenient way to get the news.', 'E-mails that fit your interests.', 'http://www.thepittsburghchannel.com/news/email-newsletters.html', 'http://www.thepittsburghchannel.com/magic/treets.inc');
			MB[7] = new MB_Promo('MBLaw', '7989', '7963', 'LEGAL&nbsp;CENTER', 'http://www.thepittsburghchannel.com/legalcenter/', 'Find the right lawyer for you with Lawoffice.com.', 'What to do if you\'re sued. From Lawoffice.com.', 'Get answers to legal questions with Lawoffice.com.', 'Profiles of more than 800,000 lawyers and law firms.', 'http://www.thepittsburghchannel.com/legalcenter/', 'http://www.thepittsburghchannel.com/magic/lawcenter.inc');
			MB[0] = new MB_Promo('', '', '', '', '', '', '', '', '', '', '');
			MB.Highlight = "#CC9999";
			MB.ButtonColor = "#FFFFFF";
			MB.Background = "#CC0000";
			MB.LeftBackground = "#CC9999";
			MB.RightBackground = "#CC0000";
			MB.Border = "#99CCFF";
			MB.BackgroundImage="";
			MB.SiteDomain = "http://www.thepittsburghchannel.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;
			}



