/*
 +---------------------------------------------------------+
 | 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 = "250";
var img_height = "184";
var img_title = "Hexagon Group of Hotels";


var ad=new Array()
//insert here your images src
ad[0]='http://www.hexagonfiji.com/fastpage/graphics/slide_01.jpg';
ad[1]='http://www.hexagonfiji.com/fastpage/graphics/slide_02.jpg';
ad[2]='http://www.hexagonfiji.com/fastpage/graphics/slide_03.jpg';
ad[3]='http://www.hexagonfiji.com/fastpage/graphics/slide_04.jpg';
ad[4]='http://www.hexagonfiji.com/fastpage/graphics/slide_05.jpg';
ad[5]='http://www.hexagonfiji.com/fastpage/graphics/slide_06.jpg';

/*
var links=new Array()
//insert here your links
links[0]='http://www.links1';
links[1]='http://www.links2';
links[2]='http://www.links3';
links[3]='http://www.links4';
links[4]='http://www.links5';<br>
*/
/*
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+'"></a>');
*/
var xy=Math.floor(Math.random()*ad.length);
document.write('<img src="'+ad[xy]+'" width="'+img_width+'" height="'+img_height+'" alt="'+img_title+'">');


