

function land(ref, target)
{
lowtarget=target.toLowerCase();
if (lowtarget=="_self") {window.location=loc;}
else {if (lowtarget=="_top") {top.location=loc;}
else {if (lowtarget=="_blank") {window.open(loc);}
else {if (lowtarget=="_parent") {parent.location=loc;}
else {parent.frames[target].location=loc;};
}}}
}
function jump(menu)
{
ref=menu.choice.options[menu.choice.selectedIndex].value;
splitc=ref.lastIndexOf("*");
target="";
if (splitc!=-1)
{loc=ref.substring(0,splitc);
target=ref.substring(splitc+1,1000);}
else {loc=ref; target="_self";};
if (ref != "") {land(loc,target);}
}

var imm = new Array()
imm[0] = "<img id=\"des\" src=\"imgrandom/2.jpg\" border=\"1\" alt=\"Scienze della Comunicazione\" hspace=\"5\"  align=\"right\" style=\"position:relative; right:0px; z-index:+3\"  />"
imm[1] = "<img id=\"des\" src=\"imgrandom/3.jpg\" border=\"1\" alt=\"Scienze della Comunicazione\" hspace=\"5\"  align=\"right\" style=\"position:relative; right:0px; z-index:+3\" />"
imm[2] = "<img id=\"des\" src=\"imgrandom/6.jpg\" border=\"1\" alt=\"Scienze della Comunicazione\"  hspace=\"5\" align=\"right\" style=\"position:relative; right:0px; z-index:+3\" />"
imm[3] = "<img id=\"des\" src=\"imgrandom/7.jpg\" border=\"1\" alt=\"Scienze della Comunicazione\" hspace=\"5\"  align=\"right\" style=\"position:relative; right:0px; z-index:+3\" />"
imm[4] = "<img id=\"des\" src=\"imgrandom/9.jpg\" border=\"1\" alt=\"Scienze della Comunicazione\" hspace=\"5\"  align=\"right\" style=\"position:relative; right:0px; z-index:+3\" />"
imm[5] = "<img id=\"des\" src=\"imgrandom/10.jpg\" border=\"1\" alt=\"Scienze della Comunicazione\"  hspace=\"5\" align=\"right\" style=\"position:relative; right:0px; z-index:+3\" />"
imm[6] = "<img id=\"des\" src=\"imgrandom/11.jpg\" border=\"1\" alt=\"Scienze della Comunicazione\" hspace=\"5\"  align=\"right\" style=\"position:relative; right:0px; z-index:+3\" />"
imm[7] = "<img id=\"des\" src=\"imgrandom/1.jpg\" border=\"1\" alt=\"Scienze della Comunicazione\" hspace=\"5\"  align=\"right\" style=\"position:relative; right:0px; z-index:+3\" />"
imm[8] = "<img id=\"des\" src=\"imgrandom/4.jpg\" border=\"1\" alt=\"Scienze della Comunicazione\" hspace=\"5\"  align=\"right\" style=\"position:relative; right:0px; z-index:+3\" />"
imm[9] = "<img id=\"des\" src=\"imgrandom/5.jpg\" border=\"1\" alt=\"Scienze della Comunicazione\" hspace=\"5\"  align=\"right\" style=\"position:relative; right:0px; z-index:+3\" />"
imm[10] = "<img id=\"des\" src=\"imgrandom/8.jpg\" border=\"1\" alt=\"Scienze della Comunicazione\" hspace=\"5\"  align=\"right\" style=\"position:relative; right:0px; z-index:+3\" />"
imm[11] = "<img id=\"des\" src=\"imgrandom/12.jpg\" border=\"1\" alt=\"Scienze della Comunicazione\" hspace=\"5\"  align=\"right\" style=\"position:relative; right:0px; z-index:+3\" />"

var vaimm = Math.floor(Math.random() * (imm.length))
//-->
