if (site_id > 0 && coregs != "") {
	
	if (!ecr_width) {
		ecr_width = 500;
	}
	if (!ecr_height) {
		ecr_height = 600;
	}
	thisUrl = escape(document.URL);
	document.write("<iframe name=\"ifrm\" id=\"ifrm\" src=\"http://www.easycoreg.com/coreg.php?site_id=" + site_id + "&coregs=" + coregs + "&refurl=" + thisUrl + "\" width=\"" + ecr_width + "\" height=\"" + ecr_height + "\" scrolling=\"no\" frameborder=\"0\">Sorry, your browser doesn't support iframes.</iframe>");
}
