n = 12 ; // there are 12 ticker images
s = '<img src="/faculty/business/images/ticker/';
f = '.jpg" height="108" width="180" class="noborder" />';
i=Math.floor(Math.random() * n) + 1; 
document.write( s+i+f );