
$(document).ready(function(){

	twHashSearch('twitterList','%40ukiss_japan+OR+from%3aukiss_japan',50);

	smoothRollOver();

	$("a.fancyBuy").fancybox({'width':650,'height':200,'type':'iframe'});
	$("a.fancyRingtone").fancybox({'width':650,'height':300,'type':'iframe'});

	if (typeof document.documentElement.style.maxHeight == "undefined") {
		DD_belatedPNG.fix('#footer img');
	}

});


