/*
 +---------------------------------------------------------+
 | 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 = "499";
var img_height = "253";
var img_title = "Corporation Filing";

var ad=new Array()
//insert here your images src
ad[0]='../images/front_corp1.jpg';
ad[1]='../images/front_corp2.jpg';
ad[2]='../images/front_corp3.jpg';
ad[3]='../images/front_corp4.jpg';
ad[4]='../images/front_corp5.jpg';

var links=new Array()
//insert here your links
links[0]='info.html';
links[1]='info.html';
links[2]='info.html';
links[3]='info.html';
links[4]='info.html';

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