/* Zedo */

function zedo(url,width,height){
	document.write("<iframe src=\"" + url + "\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" scrolling=\"no\" style=\"width:" + width + "px;height:" + height + "px\"></iframe>");
}
