﻿<!--
// JScript File
/*
 +---------------------------------------------------------+
 | 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 = "468";
var img_height = "60";
var img_title = "Our Affiliates";


var ad=new Array()
//insert here your images src
ad[0]='/img/banners/dcw_backup_banner.jpg';
ad[1]='/img/banners/dcw_virtual_server_banner.jpg';
//ad[2]='envelop/images/banners/orbit_banner.jpg';
//ad[3]='http://www.site.com/image4';
//ad[4]='http://www.site.com/image5';

var links=new Array()
//insert here your links
links[0]='/mn.asp?pg=Backup';
links[1]='/mn.asp?pg=VirtualServers';
//links[2]='http://xor-bit.com/';
//links[3]='http://www.links4';
//links[4]='http://www.links5';

var xy=Math.floor(Math.random()*ad.length);
document.write('<a href="'+links[xy]+'"><img border="0" style="border-color:#000000" src="'+ad[xy]+'" width="'+img_width+'" height="'+img_height+'" alt="'+img_title+'"></a>');
// -->