jQuery(document).ready(function(){

	
jQuery(function(){
	jQuery('ul.sf-menu').superfish();
});


jQuery('.tx-newloginbox-pi1 h3').click(function () {
	jQuery(".vip-box").slideToggle("slow");
	jQuery(".vip-box").fadeTo("fast", 1);
});


jQuery(function(){
	jQuery("#news").newsTicker();
});


});
