<!--

var nohp = 0;

function se(k, b, m) {

nohp = 1;

var now=new Date();

var link='/s'+'?k='+k;

if (b) link=link+'&b='+b;

if (m) link=link+'&m='+m;

link=link+'&t='+now.getTime();

window.location = link;

}

function hp() {

if (nohp == 1) {return;}

if (document.cookie.indexOf("h=") == -1) {

var exp = new Date();

exp.setTime(exp.getTime()+(86400*1000*7));

document.cookie = "h=1; expires=" + exp.toGMTString() + "; path=/;";

document.body.style.behavior='url(#default#homepage)';

document.body.setHomePage('http://kupiauto.com.ua');
window.external.AddFavorite('http://kupiauto.com.ua','::КупиАвто::');

return 0;

}



}

//-->

