var img_width = "600";
var img_height = "150";
var img_title = "Muanyag nyilaszarok";


var ad=new Array()
//insert here your images src
ad[0]='http://www.nyilaszarok-budapest.hu/wp-content/themes/ModernStyle/images/banner/banner0.jpg';
ad[1]='http://www.nyilaszarok-budapest.hu/wp-content/themes/ModernStyle/images/banner/banner1.jpg';
ad[2]='http://www.nyilaszarok-budapest.hu/wp-content/themes/ModernStyle/images/banner/banner2.jpg';
ad[3]='http://www.nyilaszarok-budapest.hu/wp-content/themes/ModernStyle/images/banner/banner3.jpg';
ad[4]='http://www.nyilaszarok-budapest.hu/wp-content/themes/ModernStyle/images/banner/banner4.jpg';





var links=new Array()
//insert here your links
links[0]='http://www.nyilaszarok-budapest.hu/referencia-galeria/';
links[1]='http://www.nyilaszarok-budapest.hu/ajanlatkeres/';
links[2]='http://www.nyilaszarok-budapest.hu/ajanlatkeres/';
links[3]='http://www.nyilaszarok-budapest.hu/guardian-climaguard-solar-uvegezes/';
links[4]='http://www.nyilaszarok-budapest.hu/ajanlatkeres/';





var xy=Math.floor(Math.random()*ad.length);
document.write('<a href="'+links[xy]+'" class="aligncenter" target="_self"><img src="'+ad[xy]+'" width="'+img_width+'" height="'+img_height+'" alt="'+img_title+'"></a>');
