			var d = new Date();
			var seed = Math.ceil((Math.random()*4));

			MB= new Array();
			MB[1] = new MB_Promo('MBEmpl', '', '', 'CAREER&nbsp;CENTER', 'http://www.click10.com/employment/', 'Get started on your degree today.', 'Take your career to the next level.', 'Go Anywhere You Want. <b>HotJobs.com</b>.', 'Opportunity seekers wanted. <B>HotJobs.com</b>.', 'http://www.click10.com/employment/', 'http://www.click10.com/employment/', 'http://www.click10.com/magic/employment.inc');
			MB[2] = new MB_Promo('MBEdu', '', '', 'EDUCATION', 'http://www.click10.com/education/', '', '', '', '', 'http://www.click10.com/education/', 'http://www.click10.com/education/', 'http://www.click10.com/magic/education.inc');		
			MB[3] = new MB_Promo('MBAuto', '', '', 'AUTOMOTIVE', 'http://www.click10.com/automotive/', 'Find a new car near you with <b>AutoTrader.com</b>.', 'Is your car a gas guzzler?', 'See <B>Edmunds\'</b> new car reviews.', '<b>AutoTrader.com:</b> Your car is waiting.', 'http://www.autotrader.com', 'http://www.click10.com/automotive/', 'http://www.click10.com/magic/automotive.inc');		
			MB[4] = new MB_Promo('MBHou', '', '', 'HOUSE & HOME', 'http://ia.click10.com/houseandhome/', '', '', '', '', 'http://ia.click10.com/houseandhome/', 'http://ia.click10.com/houseandhome/', 'http://www.click10.com/magic/houseandhome.inc');		
			MB[5] = new MB_Promo('MBTrav', '', '', 'TRAVEL', 'http://www.click10.com/travelgetaways/', 'Find a place to getaway', '', '', '', 'http://www.click10.com/travelgetaways/', 'http://www.click10.com/travelgetaways/', 'http://www.click10.com/magic/travel.inc');
			//MB[6] = new MB_Promo('MBHoli', '', '', 'HOLIDAYS', 'http://www.click10.com/holidays/', '', '', '', '', 'http://www.click10.com/holidays/', 'http://www.click10.com/holidays/', 'http://www.click10.com/magic/lawcenter.inc');
			MB[6] = new MB_Promo('MBLaw', '', '', 'LEGAL&nbsp;CENTER', 'http://www.click10.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.click10.com/legalcenter/', 'http://www.click10.com/legalcenter/', 'http://www.click10.com/magic/lawcenter.inc');
			MB[7] = new MB_Promo('MBYelp', '', '', 'YELLOW&nbsp;PAGES', 'http://y.ibsys.com/event.ng/Type=click&FlightID=7187&AdID=21129&TargetID=2900&Targets=2900&Values=2366&Redirect=http://yp.bellsouth.com/?from=IBS&mkt=MIFL', '<b>Realpages.com:</b> Your local online business directory.', 'Find a business or service near you with <b>Realpages.com</b>', 'Search for a business by category or name with <b>Realpages.com</b>', '<b>Realpages.com</b> -- it\'s where to click for phone listings.', 'http://y.ibsys.com/event.ng/Type=click&FlightID=7187&AdID=21129&TargetID=2900&Targets=2900&Values=2366&Redirect=http://yp.bellsouth.com/?from=IBS&mkt=MIFL', 'http://y.ibsys.com/event.ng/Type=click&FlightID=7187&AdID=21129&TargetID=2900&Targets=2900&Values=2366&Redirect=http://yp.bellsouth.com/?from=IBS&mkt=MIFL', 'http://www.click10.com/magic/services.inc');
			MB[0] = new MB_Promo('', '', '', '', '', '', '', '', '', '', '');
			MB[0] = new MB_Promo('', '', '', '', '', '', '', '', '', '', '');			
			MB.Highlight = "#FFCCCC";
			MB.ButtonColor = "#ffffff";
			MB.Background = "#FF6600";
			MB.LeftBackground = "#FFCCCC";
			MB.RightBackground = "#FF6600";
			MB.Border = "#003399";
			MB.BackgroundImage="";
			MB.SiteDomain = "http://www.click10.com";

			function MB_Promo(name,BarAdID,BoxAdID,button,url,teaser1,teaser2,teaser3,teaser4,teaserurl_1,teaserurl_2,drop) {
				this.name = name;
				this.BarAdID = BarAdID;
				this.BoxAdID = BoxAdID;
				this.button = button;
				this.url = url;
				if (seed=='0') this.teaser = teaser1;
				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;
				if (seed=='1') this.teaserurl = teaserurl_1;
				if ((seed=='2')||(seed=='3')||(seed=='4')) this.teaserurl = teaserurl_2;
				if (this.teaserurl == '') this.teaserurl = teaserurl_2;
				this.drop = drop;
			}
