var urlstring=String(window.location);
var source=1;	// Par defaut SOURCE=1
var style='CAdoption';
if (urlstring.indexOf('chiensderace.com') > 0) { source=2; style='CTable2'; }
if (urlstring.indexOf('ressources.php') > 0) { source=1; }
if (urlstring.indexOf('test.html') > 0) { source=1; }

document.writeln('<center><table width="100%" border="0" cellspacing="1" cellpadding="1" class=COngletOpen>');
document.writeln('<tr><td align=center class=COngletOpen>');
document.writeln('<a class=CTable2Title href="javascript:newwindow(\'http://www.chiensderace.com/divers/quizz_gsm.php\');">Votre chien est fugueur ?</a>');
document.writeln('</td></tr>');
document.writeln('<tr><td align=center width="100%">');
document.writeln('<table bgcolor="#FFFFFF" width="100%"><tr bgcolor="#FFFFFF">');
document.writeln('<td valign="top">');
document.writeln('<img src="/images/symbols/nouveau.gif" align="top">');
document.writeln('</td><td>');
document.writeln('Votre chien a déjà fugué ou risque de fuguer...<br><a href="javascript:newwindow(\'http://www.chiensderace.com/divers/quizz_gsm.php\');">Voici une solution innovante... Cliquez ICI.</a>');
document.writeln('</td></tr></table>');
document.writeln('</td></tr></table>');
document.writeln('</center>');
