		/*
		+---------------------------------------------------------+
		| 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 = "521";
var img_height = "114";

var ad=new Array()
//insert here your images src
ad[0]='/images/top_hotel1.jpg';
ad[1]='/images/top_hotel2.jpg';
ad[2]='/images/top_eclub2.jpg';
ad[3]='/images/top_attract.jpg';
ad[4]='/images/top_hotels.jpg';
ad[5]='/images/top_villas2.jpg';
ad[6]='/images/top_apts2.jpg';
ad[7]='/images/top_villas.jpg';
ad[8]='/images/top_apts.jpg';
ad[9]='/images/top_attract2.jpg';
ad[10]='/images/top_hotels2.jpg';

var xy=Math.floor(Math.random()*ad.length);
document.write('<img src="'+ad[xy]+'" width="'+img_width+'" height="'+img_height+'" alt="">');

