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


var ad=new Array()
//insert here your images src
ad[0]='http://www.imc.cc/wp-content/uploads/rotate1.jpg';
ad[1]='http://www.imc.cc/wp-content/uploads/rotate2.jpg';
ad[2]='http://www.imc.cc/wp-content/uploads/rotate3.jpg';
ad[3]='http://www.imc.cc/wp-content/uploads/rotate4.jpg';
ad[4]='http://www.imc.cc/wp-content/uploads/rotate5.jpg';
ad[5] = 'http://www.imc.cc/wp-content/uploads/rotate6.jpg';
ad[6] = 'http://www.imc.cc/wp-content/uploads/rotate7.jpg';
ad[7] = 'http://www.imc.cc/wp-content/uploads/rotate8.jpg';
ad[8] = 'http://www.imc.cc/wp-content/uploads/rotate9.jpg';
ad[9] = 'http://www.imc.cc/wp-content/uploads/rotate10.jpg';
ad[10] = 'http://www.imc.cc/wp-content/uploads/rotate11.jpg';
ad[11] = 'http://www.imc.cc/wp-content/uploads/rotate12.jpg';
ad[12] = 'http://www.imc.cc/wp-content/uploads/rotate13.jpg';
ad[13] = 'http://www.imc.cc/wp-content/uploads/rotate14.jpg';
ad[14] = 'http://www.imc.cc/wp-content/uploads/rotate15.jpg';
ad[15] = 'http://www.imc.cc/wp-content/uploads/rotate16.jpg';
ad[16] = 'http://www.imc.cc/wp-content/uploads/rotate17.jpg';
ad[17] = 'http://www.imc.cc/wp-content/uploads/rotate18.jpg';
ad[18] = 'http://www.imc.cc/wp-content/uploads/rotate19.jpg';
ad[19] = 'http://www.imc.cc/wp-content/uploads/rotate37.jpg';

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