// JavaScript Document

	document.write("<div id='cpfafdin'></div>");
	cpdv = document.getElementById("cpfafdin");
	
	advWidthArr = { 1: 160, 2: 300, 3: 200 };
	advHeightArr = { 1: 600, 2: 300, 3: 300 };
	
	cpiframe = document.createElement("iframe");
	cpiframe.setAttribute("id","advcpt");
	cpiframe.setAttribute("frameborder","no");
	cpiframe.setAttribute("scrolling","no");
	cpiframe.setAttribute("width",advWidthArr[cptAdvModel]);
	cpiframe.setAttribute("height",advHeightArr[cptAdvModel]);
	
	cpiframe.setAttribute("src","http://www.cpt.com.br/afiliados/anuncio.php?corLink="+cptCorLink+"&cptCorFundo="+cptCorFundo+"&cptAdvCod="+cptAdvCod+"&cptAdvAfCod="+cptAdvAfCod);
	cpdv.appendChild(cpiframe);
	
	//document.getElementById("advcpt").contentWindow.document.body.style.border = 0;
