/*
 +---------------------------------------------------------+
 | 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/rotate20.jpg';
ad[1] = 'http://www.imc.cc/wp-content/uploads/rotate21.jpg';
ad[2] = 'http://www.imc.cc/wp-content/uploads/rotate22.jpg';
ad[2] = 'http://www.imc.cc/wp-content/uploads/rotate23.jpg';
ad[3] = 'http://www.imc.cc/wp-content/uploads/rotate24.jpg';
ad[4] = 'http://www.imc.cc/wp-content/uploads/rotate25.jpg';
ad[5] = 'http://www.imc.cc/wp-content/uploads/rotate26.jpg';
ad[6] = 'http://www.imc.cc/wp-content/uploads/rotate27.jpg';
ad[7] = 'http://www.imc.cc/wp-content/uploads/rotate28.jpg';
ad[8] = 'http://www.imc.cc/wp-content/uploads/rotate29.jpg';
ad[9] = 'http://www.imc.cc/wp-content/uploads/rotate30.jpg';
ad[10] = 'http://www.imc.cc/wp-content/uploads/rotate31.jpg';
ad[11] = 'http://www.imc.cc/wp-content/uploads/rotate32.jpg';
ad[12] = 'http://www.imc.cc/wp-content/uploads/rotate33.jpg';
ad[13] = 'http://www.imc.cc/wp-content/uploads/rotate34.jpg';
ad[14] = 'http://www.imc.cc/wp-content/uploads/rotate35.jpg';
ad[15] = 'http://www.imc.cc/wp-content/uploads/rotate36.jpg';
ad[16] = 'http://www.imc.cc/wp-content/uploads/rotate38.jpg';

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