//BANNIERE WEBCAMS 131x89
var img = new Array();
var url = new Array();
var txt = new Array();

img[0] = "http://emma.jf19ans.net/webcams/01.jpg";
url[0] = "http://www.exhib-webcam.com/index.php?login=jf19&tca=emma&a=0&p=0";

img[1] = "http://emma.jf19ans.net/webcams/02.jpg";
url[1] = "http://www.exhib-webcam.com/index.php?login=jf19&tca=emma&a=0&p=0";

img[2] = "http://emma.jf19ans.net/webcams/03.jpg";
url[2] = "http://www.exhib-webcam.com/index.php?login=jf19&tca=emma&a=0&p=0";

img[3] = "http://emma.jf19ans.net/webcams/04.jpg";
url[3] = "http://www.exhib-webcam.com/index.php?login=jf19&tca=emma&a=0&p=0";

img[4] = "http://emma.jf19ans.net/webcams/05.jpg";
url[4] = "http://www.exhib-webcam.com/index.php?login=jf19&tca=emma&a=0&p=0";

img[5] = "http://emma.jf19ans.net/webcams/06.jpg";
url[5] = "http://www.exhib-webcam.com/index.php?login=jf19&tca=emma&a=0&p=0";

img[6] = "http://emma.jf19ans.net/webcams/07.jpg";
url[6] = "http://www.exhib-webcam.com/index.php?login=jf19&tca=emma&a=0&p=0";

img[7] = "http://emma.jf19ans.net/webcams/08.jpg";
url[7] = "http://www.exhib-webcam.com/index.php?login=jf19&tca=emma&a=0&p=0";

img[8] = "http://emma.jf19ans.net/webcams/09.jpg";
url[8] = "http://www.exhib-webcam.com/index.php?login=jf19&tca=emma&a=0&p=0";

img[9] = "http://emma.jf19ans.net/webcams/10.jpg";
url[9] = "http://www.exhib-webcam.com/index.php?login=jf19&tca=emma&a=0&p=0";

var n = Math.round(((img.length)-1) * Math.random());

function ban_webcams()
{ 
document.write("<a href="+ url[n] +" target=_blank><img src="+ img[n] +" border=0 width=120 height=90 align=middle></a>");
}