function writeJS(){
var str='';
str+='<!DOCTYPE html PUBLIC "-\/\/W3C\/\/DTD HTML 4.01\/\/EN" "http:\/\/www.w3.org\/TR\/html4\/strict.dtd">';
str+='<html><head><meta http-equiv="Content-Type" content="text\/html; charset=utf-8"><title><\/title><style type="text\/css">';
str+='			table {';
str+='				margin: 0;';
str+='				padding: 0;';
str+='				border-spacing: 0;';
//str+='				border-collapse: collapse;';
str+='				width: 100%;';
str+='			}';
str+='			';
str+='			th {';
str+='				text-align: center;';
str+='				padding: 4px;';
str+='				font-weight: bold;';
str+='				background-color:#A6CFFB;';
str+='			}';
str+='			';
str+='			table td {';
str+='				padding: 1px;';
str+='			}';
str+='			';
str+='			div.remaining {';
str+='				margin: 4px 0;';
str+='				font-size: 75%;';
str+='				text-align: center;';
str+='			}';
str+='			';
str+='			.button {';
str+='				margin-top: 0.5em;';
str+='				font-weight: normal;';
str+='			}';
str+='		<\/style><style type="text\/css">';
str+='			table {';
str+='				border:1px solid #ffffff;';
str+='				background-color:#FFFFFF;';
str+='			}';
str+='			';
str+='			th {';
str+='				border-bottom: 1px solid #000000;';
str+='				font-family:Verdana,Arial,Helvetica,sans-serif;';
str+='				color:#000000;';
str+='				font-size:12px;';
str+='				background-color:#A6CFFB;';
str+='			}';
str+='			';
str+='			.button {';
str+='				font-family:Verdana,Arial,Helvetica,sans-serif;';
str+='				font-size:12px;';
str+='				background-color:#A6CFFB;';
str+='				color:#000000;';
str+='			}';
str+='			';
str+='			table td {';
str+='				font-family:Verdana,Arial,Helvetica,sans-serif;';
str+='				font-size:10px;';
str+='				color:#000000;';
str+='				text-align: left;';
str+='			}';
str+='			';
str+='			a.resultLink {';
str+='				font-size:10px;';
str+='				font-family:Verdana,Arial,Helvetica,sans-serif;';
str+='				color:#AAAAAA;';
str+='			}';
str+='		<\/style><script>';
str+='		try {';
str+='  			if (window.parent.parent.CSSInject) {';
str+='				var listLength = window.parent.parent.CSSInject.length;';
str+='				for(var i=0; i<listLength; i++){';
str+='					var cssInjectUrl = window.parent.parent.CSSInject[i];';
str+='					document.writeln("<style type=\'text\/css\'>@import url("+cssInjectUrl+");<\/style>");';
str+='				};';
str+='  			}';
str+='		} catch (ex) {};';
str+='	<\/script><\/head><body style="background-color:#FFFFFF"><div id="tinc_content"><form action="http:\/\/reparodondequiero.es\/tinc" method="post"><input type="hidden" name="key" value="Ydc4vBuy"><table><tr class="header"><th colspan="2">¿Cuánto hace que conoce su derecho a la reparación libre?<\/th><\/tr><tr><td width="20"><input type="radio" name="id" value="1" id="id1"><\/td><td><label for="id1">Muchos años<\/label><\/td><\/tr><tr><td width="20"><input type="radio" name="id" value="2" id="id2"><\/td><td><label for="id2">Meses<\/label><\/td><\/tr><tr><td width="20"><input type="radio" name="id" value="3" id="id3"><\/td><td><label for="id3">Me estoy enterando ahora<\/label><\/td><\/tr><tr><td><\/td><td><input type="submit" class="button" value="Enviar"><\/td><\/tr><tr><td><\/td><td><a class="resultLink" href="http:\/\/reparodondequiero.es\/tinc?key=Ydc4vBuy">Mostrar resultados<\/a><\/td><\/tr><\/table><\/form><\/div><\/body><\/html>';
document.write(str);
}
writeJS();
