	    $(document).ready(function(){ 
	        
	        // topmenu
			$("ul.sf-menu").superfish(); 
			
			// lightbox
			$(".lightbox").lightbox();
			
			// replace site links
			ReplaceSiteLink();
			
			// replace HR tag
			ReplaceHRtag();
			
			// IE6 li hover
			IE6_li_hover();
			
			// contact form
			cf_inputs();
			
			// products A height
			products_link_height();
			
			// faq align text
			faq_align_text();
			
			// footer links
			cf_link = $("DIV#mainmenu UL LI UL LI A").eq(0).attr('href');
			$("DIV#footer_links UL LI A").eq(1).attr('href', cf_link);
			
			
			/*$("A").each(function(){
				if( $(this).text() == "VIP" || $(this).text() == "Promotional"  ){ $(this).remove(); }
				//exit();	
			});*/
			
			$(".newsbox:last").addClass('last');
			
	    }); 
