
if (taf_popup == 1) {
	if (window.taf_description == null || window.taf_description == '') {
		window.taf_description = 'Send this page to your friends';
	}
	if (window.taf_width == null) {window.taf_width = 200}
	if (window.taf_height == null) {window.taf_height = 400}

	if (window.taf_image != null && window.taf_image != '') {

		document.write("<a href=\"javascript://\" onclick=\"rafwin=window.open('http://www.referafriend.com/taf/" + taf_uid + "/" + taf_id + "/rafForm.asp?url=' + escape(window.location.href), '_newtaf', 'width=" + window.taf_width + ",height=" + window.taf_height + ", scrollbars=no,location=no,status=no,toolbar=no,resizable=yes');rafwin.focus()\"><img src=\"" + window.taf_image + "\" border=0></a>")
	} else {
		document.write("<a href=\"javascript://\" onclick=\"rafwin=window.open('http://www.referafriend.com/taf/" + taf_uid + "/" + taf_id + "/rafForm.asp?url=' + escape(window.location.href), '_newtaf', 'width=" + window.taf_width + ",height=" + window.taf_height + ", scrollbars=no,location=no,status=no,toolbar=no,resizable=yes');rafwin.focus()\">" + window.taf_description + "</a>")
	}

} else {

	if (window.taf_width == null) { window.taf_width = 200 }
	if (window.taf_height == null) { window.taf_height = 400 }
	if (window.taf_frameborder == null) { window.taf_frameborder = 0}
	
	document.write("<iframe " +
			" src=\"http://dev.referafriend.com/taf/" + taf_uid + "/" + taf_id + "/rafForm.asp\"" +
			" width='" + taf_width + "'" +
			" height='" + taf_height + "'" + 
			" frameborder='" + taf_frameborder + "'" +
			" marginwidth='0' " +
			" marginheight='0' " +
			" vspace='0'" +
			" hspace='0'" +
			" allowtransparancy='true'" +
			" scrolling='no'>" +
			"<noframes>" +
			"	<script language=\"javascript\" src=\"http://dev.referafriend.com/taf/" + taf_uid + "/" + taf_id + "/rafForm.js\"></script>" +
			"	</script>" +
			"</noframes>" +
			"</iframe>"
	)
}
