$(document).ready(function(){
						   						   
$('#hotelrotator').flash({
	src: '/top_products.swf',
	width: 230,
	height: 172,
	version: '8',
	expressInstall: true
});

$("#menu ul li").mouseover(function(){
	$(this).addClass("menu_hover");
}).mouseout(function(){
	$(this).removeClass("menu_hover");
});

$(document).pngFix(); 

$('a[rel*=lightbox]').lightBox({fixedNavigation:true});

})

function bot_save_string(domain1, name1, string) {
  displayed1=(typeof(string)=="undefined") ? name1+"@"+domain1 : string
  document.write('<a' + ' h' + 'ref=' + '"mai' + 'lto:' + name1 + '@' + domain1 + '">' + displayed1 + '</' + 'a>' + "\n");
}
