function LA_GetAd()
{
	var u="http://ads.liveads.no/GetAd.aspx?ProductID="+LA_ProductID;
	if(typeof(LA_Keywords)!="undefined") if(LA_Keywords) u+="&Keywords="+encodeURIComponent(LA_Keywords);
	var s="<iframe src=\""+u+"\" width=\""+LA_Width+"\" height=\""+LA_Height+"\" scrolling=\"no\" border=\"0\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\"></iframe>";
	document.write(s);
}
