

/*
 +---------------------------------------------------------+
 | 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 = "ad-servers advertising";


var ad=new Array()
//insert here your images src
ad[0]='http://www.askindonesia.com/adv/image/animelife.gif';
ad[1]='http://www.askindonesia.com/adv/image/duniagadget.jpg';
ad[2]='http://www.askindonesia.com/adv/image/honda.jpg';
ad[3]='http://www.askindonesia.com/adv/image/kafehandphone.jpg';
ad[4]='http://www.askindonesia.com/adv/image/klikartis.gif';
ad[5]='http://www.askindonesia.com/adv/image/mobilesplazh.gif';

var links=new Array()
//insert here your links
links[0]='http://www.animelife.co.cc';
links[1]='http://duniagadget.blogsome.com';
links[2]='http://www.teamhonda.cn';
links[3]='http://www.kafehandphone.com';
links[4]='http://www.sinetron.cn';
links[5]='http://mobinest.blogspot.com';


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>');

