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

			MB= new Array();
			MB[1] = new MB_Promo('MBEmpl', '', '', 'CAREERS&nbsp;4&nbsp;JAX', 'http://www.news4jax.com/employment/', '<b>HotJobs.com</b>. Onward. Upward.', 'Get started on your degree today.', 'Go Anywhere You Want. <b>HotJobs.com</b>', 'Take your career to the next level.', 'http://www.news4jax.com/employment/', 'http://www.news4jax.com/magic/employment.inc');
			MB[2] = new MB_Promo('MBAuto', '', '', 'AUTOMOTIVE', 'http://www.news4jax.com/automotive/', 'How to create your own roadside emergency kit', 'Is your a gas guzzler?', 'See <b>Edmunds\'</b> new car reviews.', 'Take a sneak peak at 2002 car models with <b>Edmunds</b>.', 'http://www.news4jax.com/automotive/', 'http://www.news4jax.com/magic/automotive.inc');
			MB[3] = new MB_Promo('MBShop', '', '', 'TRAVEL', 'http://www.news4jax.com/travelgetaways/', '', '', '', '', 'http://www.news4jax.com/travelgetaways/', 'http://www.news4jax.com/magic/travel.inc');
			//MB[4] = new MB_Promo('MBHoli', '', '', 'HOLIDAYS', 'http://www.news4jax.com/holidays/', '', '', '', '', 'http://www.news4jax.com/holidays/', '');
			MB[4] = new MB_Promo('MBShop', '', '', 'SHOPPING', 'http://www.news4jax.com/shopping/', 'See this week\'s freebies.', 'Visit here for bargains.', 'See this week\'s freebies.', 'Visit here for bargains.', 'http://www.news4jax.com/shopping/', 'http://www.news4jax.com/magic/shopping.inc');
			MB[5] = new MB_Promo('MBYelp', '', '', 'YELLOW&nbsp;PAGES', 'http://y.ibsys.com/event.ng/Type=click&FlightID=7187&AdID=21129&TargetID=2900&Targets=2900&Values=2364&Redirect=http://yp.bellsouth.com/?from=IBS&mkt=JXFL', '<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=2364&Redirect=http://yp.bellsouth.com/?from=IBS&mkt=JXFL', 'http://www.news4jax.com/magic/services.inc');
			//MB[7] = new MB_Promo('MBMail', '', '', 'MY&nbsp;E-NEWS', 'http://www.news4jax.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.news4jax.com/news/email-newsletters.html', 'http://www.news4jax.com/magic/treets.inc');
			MB[6] = new MB_Promo('MBHous', '', '', 'HOUSE&nbsp;&amp;&nbsp;HOME', 'http://www.news4jax.com/houseandhome', '', '', '', '', 'http://www.news4jax.com/houseandhome', 'http://www.news4jax.com/magic/houseandhome.inc');
			MB[7] = new MB_Promo('MBLaw', '', '', 'LEGAL&nbsp;CENTER', 'http://www.news4jax.com/sponsors/legalcenter/harrellandjohnson.html', '', '', '', '', 'http://www.news4jax.com/sponsors/legalcenter/harrellandjohnson.html', 'http://www.news4jax.com/magic/lawcenter.inc');
			MB[0] = new MB_Promo('', '', '', '', '', '', '', '', '', '', '');
			MB.Highlight = "#9999ff";
			MB.ButtonColor = "#ffcc00";
			MB.Background = "#333399";
			MB.LeftBackground = "#333399";
			MB.RightBackground = "#9999ff";
			MB.Border = "#cccccc";
			MB.BackgroundImage="";
			MB.SiteDomain = "http://www.news4jax.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;
			}
