function random_header(){
var r1=new Array()
r1[1]="aste_img/rotation1/header_img1.jpg"
r1[2]="aste_img/rotation1/header_img2.jpg"
r1[3]="aste_img/rotation1/header_img3.jpg"
r1[4]="aste_img/rotation1/header_img4.jpg"
r1[5]="aste_img/rotation1/header_img5.jpg"
r1[6]="aste_img/rotation1/header_img1.jpg"
var ry1=Math.floor(Math.random()*r1.length)
if (ry1==0)
ry1=1
document.write('<img align="absmiddle" src="'+r1[ry1]+'" width="265" height="90" border="0">')
}
function random_searchenginespot(){
var r2=new Array()
r2[1]="aste_img/rotation2/spot_se_1.jpg"
r2[2]="aste_img/rotation2/spot_se_2.jpg"
r2[3]="aste_img/rotation2/spot_se_3.jpg"
r2[4]="aste_img/rotation2/spot_se_4.jpg"
r2[5]="aste_img/rotation2/spot_se_5.jpg"
r2[6]="aste_img/rotation2/spot_se_1.jpg"
var ry2=Math.floor(Math.random()*r2.length)
if (ry2==0)
ry2=1
document.write('<p><img src="'+r2[ry2]+'" width="244" height="173" border="0"></p>')
}
function random_body(){
var r3=new Array()
r3[1]="aste_img/rotation3/sfondo_content_1.jpg"
r3[2]="aste_img/rotation3/sfondo_content_2.jpg"
r3[3]="aste_img/rotation3/sfondo_content_3.jpg"
r3[4]="aste_img/rotation3/sfondo_content_4.jpg"
r3[5]="aste_img/rotation3/sfondo_content_5.jpg"
r3[6]="aste_img/rotation3/sfondo_content_1.jpg"
var ry3=Math.floor(Math.random()*r3.length)
if (ry3==0)
ry3=1
document.write('<table style="border-collapse:collapse; background-repeat: no-repeat;" border="0" cellspacing="0" width="475" height="236" ; background="'+r3[ry3]+'">')
}
function random_swf(){
var mymovie=new Array()
//immagini casuali.
mymovie[1]="aste_img/rotation4/banner1.swf"
mymovie[2]="aste_img/rotation4/banner2.swf"
mymovie[3]="aste_img/rotation4/banner3.swf"
mymovie[4]="aste_img/rotation4/banner4.swf"
var ry4=Math.floor(Math.random()*mymovie.length)
if (ry4==0)
ry4=1
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0" width="461" height="105">')
document.write('<param name="movie" value="'+mymovie[ry4]+'">')
document.write('<param name="play" value="true">')
document.write('<param name="loop" value="true">')
document.write('<param name="quality" value="high">')
document.write('<embed src="'+mymovie[ry4]+'" play="true" loop="true" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="461" height="105"></embed></object>') 
}