// JavaScript Document
<!--
nav = navigator.appName.substring(0,3);
ver = navigator.appVersion.substring(0,1)
function addFav()
	{
	if (nav == "Mic" && ver >= 4)
		{
		url_site="http://www.easyvoyance.fr";
		titre_site = "Easy Voyance";
		document.write('<A HREF="#" onClick="window.external.AddFavorite(url_site, titre_site);return(false);"><img src="http://www.easyvoyance.fr/images/favoris.gif" alt="Ajouter aux favoris" width="13" height="13" border="0" align="middle"></A>')
		}
	else
		{
		document.write('<img src="http://www.easyvoyance.fr/images/favoris.gif" alt="Faites CTRL+D pour ajouter ce site &agrave; vos favoris" width="13" height="13" border="0" align="middle">')
		}
	}
//-->

<!-- DEBUT DU SCRIPT PUB-->

var nbimage= 30;
var width;
var height;
var url;
var alte;
function banniere()
{
numimage= Math.round(Math.random()*(nbimage-1)+1);
if (numimage <= 10)
{
url = "http://www.easyvoyance.fr/images/pub/telemaque-act01.jpg";
alte = "Voyance par téléphone, appelez le 01 777 888 07";
}
if (numimage > 10 && numimage <= 20)
{
url = "http://www.easyvoyance.fr/images/pub/telemaque-act02.jpg";
alte = "Voyance par téléphone, appelez le 01 777 888 07";
}
if (numimage > 20)
{
url = "http://www.easyvoyance.fr/images/pub/telemaque-voyant.jpg";
alte = "Consultez un voyant par téléphone au 01 777 888 07";
}
document.write('<IMG SRC="' + url + '" ALT="' + alte + '" BORDER=0>')
}
<!-- FIN DU SCRIPT -->