var image_names = ['fcat.gif','mega.gif','exen.gif','12film.gif'] ;
var link_addr = ['http://www.icivil.ir/store/civil-films/farsi/','http://www.icivil.ir/store/civil-films/orginal/51-mega-structure.php','http://www.icivil.ir/store/civil-films/orginal/extreme-engineering.php','http://www.icivil.ir/store/civil-films/farsi/omran-doble-films.php'] ;
var r = Math.floor(Math.random() *4);
document.write('<a target=_blank href="' +  link_addr[r] + '">' +  '<img width="160" height="250" border="0" src="http://icivil.ir/adimg/' + image_names[r] + '">') ;