$(document).ready(function(){

/********************************************* rollover ads */
$("#flashAd198").mouseenter(function(){
			$(this).css({"width": "500px", "margin-left": "-200px"});
		}).mouseleave(function(){
			$(this).css({"width": "300px", "margin-left": "0px"});
			so.write("flashAd198c");
		});


});

$("a.newwindow").live("click",function(){window.open(this.href);return false;});
