var ky = "";
if (productId == "")
{
ky = keyword.replace(" ", "-");
document.write('<iframe src="http://www.stupidfly.org/projects/jsandphp.php?keyword='+ky+'&adWidth='+adWidth+'&adHeight='+adHeight+'" width='+adWidth+' height="'+adHeight+'" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" hspace="0" vspace="0"></iframe>');
}
else {
ky = productId;
document.write('<iframe src="http://www.stupidfly.org/projects/product.php?keyword='+ky+'&adWidth='+adWidth+'&adHeight='+adHeight+'" width='+adWidth+' height="'+adHeight+'" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" hspace="0" vspace="0"></iframe>');
}
