		$(document).ready(function(){
			
			// lightbox
			$(".lightbox").lightbox();
			
			// tools email - preporuci sadrzaj
			title = document.title;
			title = title.split('| ');
			document_location = d_location = document.location.href;
			document_location = document_location.split("#");
			document_location = document_location[0];
			d_location = d_location.split('/');
			lang = d_location[3];
			$('A.#tools_email , A.#tools_text_email').attr("href","/ajax/preporuci.php?url=" + document_location + "&lang=" + lang + "&title=" + escape(title[(title.length)-1]));
			$('A.#tools_email , A.#tools_text_email').facebox();
			
			// tools - print , email animate
			animate_print_email_buttons();
			
			// replace empty P
			replace_empty_Ps();
			
			// add back to top link
			// add_back_to_top_link();
			
			// facebox
			$('A#cijena_popup , A.popup_katalog , A.google_maps_popup').facebox();
				
			// auto height
			js_maxheight_autoheight( 'UL.list_linkovi' );
			js_maxheight_autoheight( 'UL.list_linkovi LI.title' );
			
			// remove border from list items
			js_remove_border_from_lists( 'UL.list_linkovi' , 'right_border' );
			
			// replace product image
			switcher_replace_product_image();
			
			// print
			$(".tools_text_print").click(function(){ window.print(); return false; });
			
			// news UL LI control height
			news_ul_li_height();
			
			
			// top banner width
			if( ($("#banner_top_right").length == 0) && ($("#banner_spot").length == 1) ){
				$("#banner_spot").css('width', $("#banner_top_left").width() );
			}
			
		});
