


$(document).ready(function(){
	$(".content tr:nth-child(odd)").addClass("odd");


	$("#query").focus(
		function () {
				$("#query").val('');}
			
	); 
	
	$("#query").blur(
		function () {
			if ($("#query").val().length == "0") {
			$("#query").val('Поиск');}
			}
	); 	
	
	
	
	
});











function preloadImages( imageRoot ){
 if (document.images) {  

    preloadPics(imageRoot,
        'logo-jetstyle', 'logo-jetstyle-'
         );

    preloadPics(imageRoot+'meta/',
        'home', 'home-',
        'mail', 'mail-',
        'map', 'map-'
         );

  }

  preloadFlag = true;
}


