		$(document).ready(function(){
			
			$("DIV.item_text UL").each(function(){
				$("LI:last", this).addClass('last');
			});
			
			$("SPAN.newstitle").css('visibility', 'visible');	
					
			if( js_lang == "other" ){ Cufon.replace('SPAN.newstitle' , { fontFamily: 'KofiPureSerUNI' }); }
			else if( js_lang == "ru" ){ Cufon.replace('SPAN.newstitle' , { fontFamily: 'MellnikText Light' }); }
			

			
			HideNews();
			$(".lightbox").lightbox();
			autoheight();
			autoarrange();
			SwitchNews();
			
			$("#three_links UL").mouseover(function(){
					if( this.parentNode.className != 'selected_menu' ){
						HideAll();
						Show(hovered_menu);	
						if( hovered_link != "" ){ make_link_active(hovered_link) }	
					}
			});
			
			// naslovnica - bmi kalkulator
			$('.facebox').facebox();
			
			// remove empty links
			$('DIV#three_links A[href$="#"]').remove();
			
		});
