var manoknyga_url = (location.protocol=='https:'?'https://www.manoknyga.lt/reklama.js':'http://www.manoknyga.lt/reklama.js');
var random_number = Math.floor(Math.random()*99999999999);
document.write ("<scr"+"ipt charset='UTF-8' type='text/javascript' src='" + manoknyga_url);
document.write ("?rand=" + random_number);
if (typeof manoknyga_book != 'undefined') document.write ("&amp;id=" + (manoknyga_book+'').split(',').join('-'));
if (typeof manoknyga_referral != 'undefined') document.write ("&amp;ref=" + manoknyga_referral);
if (typeof manoknyga_discount != 'undefined') document.write ("&amp;discount=" + manoknyga_discount);
if (typeof manoknyga_size != 'undefined') document.write ("&amp;size=" + manoknyga_size);
if (typeof manoknyga_category != 'undefined') document.write ("&amp;cat_id=" + (manoknyga_category+'').split(',').join('-'));
document.write ("&amp;loc=" + escape(window.location));
if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
if (document.context) document.write ("&amp;context=" + escape(document.context));
document.write ("'><\/scr"+"ipt>");