<!-- Hide this script from old browsers --

var calloutnumber = 4;

var randomnumber = Math.random() ;

var rand2 = Math.round( (calloutnumber-1) * randomnumber) + 1 ;

callouts = new Array

callouts[1] = '<img src="../images/callouts/1.gif">'

callouts[2] = '<img src="../images/callouts/2.gif">'

callouts[3] = '<img src="../images/callouts/3.gif">'

callouts[4] = '<img src="../images/callouts/13.gif">'

var callout = callouts[rand2]

// -- End Hiding Here -->

<!-- Hide this script from old browsers --

var fbomnumber = 11;

var randomnumber = Math.random() ;

var rand3 = Math.round( (fbomnumber-1) * randomnumber) + 1 ;

fboms = new Array

fboms[1] = '<img src="../images/fboms/1.gif">'

fboms[2] = '<img src="../images/fboms/2.gif">'

fboms[3] = '<img src="../images/fboms/3.gif">'

fboms[4] = '<img src="../images/fboms/4.gif">'

fboms[5] = '<img src="../images/fboms/5.gif">'

fboms[6] = '<img src="../images/fboms/6.gif">'

fboms[7] = '<img src="../images/fboms/7.gif">'

fboms[8] = '<img src="../images/fboms/8.gif">'

fboms[9] = '<img src="../images/fboms/9.gif">'

fboms[10] = '<img src="../images/fboms/10.gif">'

fboms[11] = '<img src="../images/fboms/11.gif">'

var fbom = fboms[rand3]

// -- End Hiding Here -->