function exitrandom() {
var url = new Array();
 url[0] = "http://www.escortdb.net"; 
 url[1] = "http://www.01escorts.com"; 
 url[2] = "http://www.123escortes.com"; 
 url[3] = "http://www.joliesescortes.com"; 
 
 var urlpopup = url[Math.round(3 * Math.random())];
newwin = window.open();
newwin.moveTo(0,0);
newwin.resizeTo(screen.availWidth,screen.availHeight);
newwin.location = urlpopup;
}
function pub()
{
  a = Math.round((Math.random()*139)+1); 
  document.write('<a href="javascript:exitrandom();">');
  document.write('<img src="http://www.france-escort-girls.com/thumbs/'+ a+ '.jpg" width="135" height="180" border="0" />');
  document.write('</a>');
}