$( function(){
/*   $('#left .one_hit').hide();
    $('#left img').hide(); $('#left img:first').show();
    var menu=$('#left').html();
    var banner='<ul class="slideshow" style="list-style:none; margin-top:10px"><li><a href="http://www.vdomspb.ru/catalog/catalog_dveri=mezhkomnatnye_dveri_text=%D0%B2%20%D0%BD%D0%B0%D0%BB%D0%B8%D1%87%D0%B8%D0%B8_color=5_notop=1_count=50.html"><img src="http://www.vdomspb.ru/design/wa/images/1.jpg" width="180" height="272" /></a></li><li><a href="http://www.vdomspb.ru/catalog/catalog_dveri=mezhkomnatnye_dveri_text=%D0%B2%20%D0%BD%D0%B0%D0%BB%D0%B8%D1%87%D0%B8%D0%B8_color=5_notop=1_count=50.html"><img src="http://www.vdomspb.ru/design/wa/images/2.jpg" width="180" height="272" /></a></li><li><a href="http://www.vdomspb.ru/catalog/catalog_dveri=mezhkomnatnye_dveri_text=%D0%B2%20%D0%BD%D0%B0%D0%BB%D0%B8%D1%87%D0%B8%D0%B8_color=5_notop=1_count=50.html"><img src="http://www.vdomspb.ru/design/wa/images/3.jpg" width="180" height="272" /></a></li></ul>';

banner='';

function slideshow(){
      $('.slideshow').cycle({
		fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
};   
   $(window).scroll(function () {   
	if($().scrollTop()>=280){ 
        $('#left').html('<div style="position:fixed; top:10px; width: 180px">'+menu+banner+'</div><div style=" width: 180px"></div>');
        slideshow();
	}else{$('#left').html(menu); }  
    });

$('#left').append(banner); slideshow();*/
    
   if(document.URL=='http://www.vdomspb.ru/basket'){
	$('#content a[href=http://www.vdomspb.ru/basket/basket_print=ok.html]').hide(); 
        $('#content a[href=/basket/basket_print=ok.html]').hide();
        $('#content h4[class=first]').html('Корзина <div style=" font-size:13px; font-weight: normal; padding-top:20px"><a href="http://www.vdomspb.ru/basket/basket_print=ok.html" target=_blank>Версия для печати</a> &nbsp; &nbsp; &nbsp; &nbsp; <a href="javascript:history.back()">назад</a></div>');
	};
   var obj=$('#info').find('table tr:firsr td:last');
   var urlproduct=jQuery.trim(obj.text());  
   $('li a[href=/manufacturers/catalog_vendor=proizvoditeli.html]').parent().find('ul li').each(
          function(){
		 if($(this).find('span').text()==urlproduct){
                         //alert ($(this).html());
			 obj.html($(this).html());
		}
	  });
    function se(){
       $('#waform').append(' <span id="wainfo"><a href="http://www.vdomspb.ru/basket" class="basket">Oформить заказ !</a></span>');
   }
    $('#sendButton').click(
          function(){
              $('#wainfo').remove();
              setTimeout(se,1000);
          });
});
