/*
 +---------------------------------------------------------+
 | 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 = "834";
var img_height = "235";
var img_title = "";


var ad=new Array()
//insert here your images src
ad[0]='http://discoverlansdowne.com/images/head_1.jpg';
ad[1]='http://discoverlansdowne.com/images/head_2.jpg';
ad[2]='http://discoverlansdowne.com/images/head_3.jpg';

var xy=Math.floor(Math.random()*ad.length);
document.write('<img src="'+ad[xy]+'" width="'+img_width+'" height="'+img_height+'" alt="'+img_title+'">');
