// JavaScript Document
/*
 +---------------------------------------------------------+
 | Ad Simple                 Copyright www.YugDesign.com   |
 +---------------------------------------------------------+
 | This program may be used and hosted free of charge by   |
 |anyone for personal purpose as long as this copyright    |
 |notice remains intact.                                   |
 +---------------------------------------------------------+
*/

var img_width = "190";
var img_height = "300";
var img_title = "Featured Escort Agency";


var ad=new Array()
//insert here your images src
ad[0]='images/features/escorts69_ca.jpg';
ad[1]='images/features/montrealcallgirls_ca.jpg';
ad[2]='images/features/montrealorientalescorts_com.jpg';
ad[3]='images/features/svpescorts_com.jpg';

var links=new Array()
//insert here your links
links[0]='http://www.escorts69.ca';
links[1]='http://www.montrealcallgirls.ca';
links[2]='http://www.montrealorientalescorts.com';
links[3]='http://www.svpescorts.com';

var xy=Math.floor(Math.random()*ad.length);
document.write('<a href="'+links[xy]+'" target="_blank"><img src="'+ad[xy]+'" width="'+img_width+'" height="'+img_height+'" alt="'+img_title+'" border="0"></a>');
