/*
 +---------------------------------------------------------+
 | 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 = "460";
var img_height = "45";

var ad=new Array()
//insert here your images src
ad[0]='/images/testimonials/testimonials-1.gif';
ad[1]='/images/testimonials/testimonials-2.gif';
ad[2]='/images/testimonials/testimonials-3.gif';
ad[3]='/images/testimonials/testimonials-4.gif';
ad[4]='/images/testimonials/testimonials-5.gif';
ad[5]='/images/testimonials/testimonials-6.gif';
ad[6]='/images/testimonials/testimonials-7.gif';
ad[7]='/images/testimonials/testimonials-8.gif';
ad[8]='/images/testimonials/testimonials-9.gif';
ad[9]='/images/testimonials/testimonials-10.gif';


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


