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

			MB= new Array();
			MB[1] = new MB_Promo('MBEmpl','', '', 'CAREER&nbsp;CENTER', 'http://www.channel4000.com/employment/', 'Find your dream job.', 'Go anywhere you want. <b>HotJobs.com</b>.', 'Opportunity seekers wanted. <b>HotJobs.com</b>.', '<b>Hotjobs.com</b>. Onward. Upward.', 'http://www.channel4000.com/employment/', 'http://www.channel4000.com/magic/employment.inc');
			MB[2] = new MB_Promo('MBAuto','', '', 'AUTOMOTIVE', 'http://www.channel4000.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 peak at 2002 car models with <b>Edmunds</b>.', 'http://www.channel4000.com/automotive/', 'http://www.channel4000.com/magic/automotive.inc');
			MB[3] = new MB_Promo('MBTrav','', '', 'TRAVEL', 'http://www.channel4000.com/travelgetaways/', 'Exciting American and international destinations, airport delay information, travel weather, travel specials, travel tips and much more. ', '', '', '', 'http://www.channel4000.com/travelgetaways/', 'http://www.channel4000.com/magic/travel.inc');
			MB[4] = new MB_Promo('MBLaw','', '', 'LEGAL&nbsp;CENTER', 'http://www.channel4000.com/legalcenter/', 'Find the right lawyer for you with <b>Lawoffice.com</b>', 'What to do if you\'re sued. From <b>Lawoffice.com</b>', 'Get answers to legal questions with <b>Lawoffice.com</b>', 'Profiles of more than 800,000 lawyers and law firms.', 'http://www.channel4000.com/legalcenter/', 'http://www.channel4000.com/magic/lawcenter.inc');
			MB[5] = new MB_Promo('MBShop','', '', 'SHOPPING', 'http://www.Channel4000.com/shopping/', 'See this week\'s freebies.', 'Visit here for bargains.', 'See this week\'s freebies.', 'Visit here for bargains.', 'http://www.channel4000.com/shopping/', 'http://www.channel4000.com/magic/shopping.inc');
			/*MB[6] = new MB_Promo('MBHouse','', '', 'HOUSE&nbsp;&amp;&nbsp;HOME', 'http://www.channel4000.com/houseandhome/', '', '', '', '', 'http://www.channel4000.com/houseandhome/', 'http://www.channel4000.com/magic/houseandhome.inc');**/
			MB[6] = new MB_Promo('MBMail','', '', '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=2002&#38;Redirect=http://www.qwestdex.com/cgi/search.fcg?from=IBSMin&ft=1', '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.channel4000.com/news/email-newsletters.html', 'http://www.channel4000.com/magic/treets.inc');


			MB[0] = new MB_Promo('','', '', '', '', '', '', '', '', '', '');
			MB.Highlight = "#9ccece";
			MB.ButtonColor = "#004a8c";
			MB.Background = "#ffc531";
			MB.LeftBackground = "#006363";
			MB.RightBackground = "#006363";
			MB.Border = "#006363";
			MB.BackgroundImage="";
			MB.SiteDomain = "http://www.channel4000.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;
			}
