if(!jQuery.cookie)document.write('');
if(!jQuery.url)document.write('');
if(!jQuery.marquee)document.write('');
if(!jQuery.fn.tipsy)document.write('');
if(!jQuery.fn.overlabel){ document.write('') }
if(!jQuery.fn.validate){ document.write('') }
if(!jQuery.fn.ajaxSubmit){ document.write('') }
if(!jQuery.md5){ document.write('') }
$('head').append('');
if ($.browser.msie){ if ($.browser.version == 6) $('head').append(''); }
function smb_link(url){ window.location.href = url; }
function smb_link_open(url){ window.open(url, '_blank'); }
////luncenter game
$(document).ready(function() {
/*$('div#expand').slideToggle(50);*/
/*$('div.expandInfo').addClass('expandInfo_h'); */
$("a.close").click(function(){
/*$('div.expandInfo').slideToggle(300);*/
$('div#expand').css('display','none');
return false;
});
$("a.ads_show").click(function(){
$('div#expand').slideToggle(1000);
return false;
});
$("a.close_iner").click(function(){
$('div#expand').slideToggle(300);
return false;
});
$('.expandInfo a.expand').click(function () {
$(this.hash).slideToggle(300);
return false;
});
});
///end section luncenter