// Homepage Random Image
var imageFolder = Math.floor(Math.random()*7)+1;


// Generic Scripts
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

// Connect Login Scripts
var userpwdFocus = false;
function hadFocus(set)
{
    if (set) userpwdFocus = true;
    return userpwdFocus;
}


function removeFosCookies() {
if (document.cookie) {
document.cookie = 'fos.secure.web.server=""; expires=Sat, 1 Jan 2008 00:00:00 UTC; path=/; domain=.ucd.ie';
document.cookie = 'fos.web.server=""; expires=Sat, 1 Jan 2008 00:00:00 UTC; path=/; domain=.ucd.ie';
}
}

function login()
{
   removeFosCookies();
   document.cplogin.user.value=document.userid.user.value;
   document.cplogin.submit();
}
				
		images = new Array(4);
		images[0] = "<a href = 'http://www.ucd.ie/expertiseatucd/researchshowcase/2011/06JUN/the-art-of-physics/index.html' onClick=\"javascript: pageTracker._trackPageview('/outgoing/05MAY11-Turnover-art-physics');\"><img src='http://www.ucd.ie/images/homepage/main_images/landscape/2011/05MAY/art-and-physics.jpg' alt='The art of physics ' width='752' height='273' border='0'></a>";		
		
		images[1] = "<a href = 'http://www.ucd.ie/expertiseatucd/researchshowcase/2011/06JUN/john-fields-musical-legacy/index.html' onClick=\"javascript: pageTracker._trackPageview('/outgoing/05MAY11-Turnover-john-field');\"><img src='http://www.ucd.ie/images/homepage/main_images/landscape/2011/05MAY/field.jpg' alt='John Field's musical legacy' width='752' height='273' border='0'></a>";	
				
		images[2] = "<a href = 'http://www.ucd.ie/expertiseatucd/researchshowcase/2011/06JUN/social-media-and-the-migrant-experience/index.html' onClick=\"javascript: pageTracker._trackPageview('/outgoing/05MAY11-migrant-social-media');\"><img src='http://www.ucd.ie/images/homepage/main_images/landscape/2011/05MAY/social-media.jpg' alt='Social media and the migrant experience ' width='752' height='273' border='0'></a>";			
		
		images[3] = "<a href = 'http://www.ucd.ie/expertiseatucd/researchshowcase/2011/06JUN/parasite-vaccines-for-animal-health/index.html' onClick=\"javascript: pageTracker._trackPageview('/outgoing/05MAY11-parasite-vaccines');\"><img src='http://www.ucd.ie/images/homepage/main_images/landscape/2011/05MAY/fluke-02.jpg' alt='Searching for vaccines to improve animal health' width='752' height='273' border='0'></a>";				
		
var index = Math.floor(Math.random() * images.length);


