function randomImage()
{
var n = 12;
var img = Math.round(Math.random()*(n-1)+1);
document.write('<img src="/cps/images/unf/photo\/'+img+'.jpg" width="535" height="224" alt="'+img+'\'s image" title="Rotating banner image">');
}
