﻿

<!--
/*$(document).ready(function(){
if(document.location.href.search('catalog')<0) $('.footerLinkiRight').hide();
$('.footerLinkiRight a:eq(0)').click(function(){
$('.lewa').html('');
$.ajax({
url: '/tematyczne/car_audio/regulamin.html',
type: 'GET',
success: function(html){
$('.lewa').html(html);
$('.lewa').css({'margin':'0 25px','width':560,'line-height':'15px'});
}
});
scrollTo(0,0);
return false;
});
$('.footerLinkiRight a:eq(1)').click(function(){
$('.lewa').html('');
$.ajax({
url: '../../instrukcje-zakupowe.html',
type: 'GET',
success: function(html){
$('.lewa').html(html);
$('.lewa').css({'margin':'0 25px','width':560,'line-height':'15px'});
}
});
scrollTo(0,0);
return false;
});
});*/
//-->

