$(document).ready(function(){$(window).resize(function(){$("#wallpaperLeft, #wallpaperRight").css('height',$(window).height())});$("#wallpaperRight, #wallpaperLeft").click(function(e){var $target=$(e.target);if($target.is("body, #wallpaperRight, #wallpaperLeft")){window.open("http://www.javnanadmetanja.hr/","blank")}}).css('height',$(window).height());$("a[rel=external]").each(function(){$(this).attr("target","_blank")})});
