<!--
var imagenumber = 17 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
images[1] = "/images/homepage/control-room.jpg"
images[2] = "/images/homepage/gilhooly2.jpg"
images[3] = "/images/homepage/rdi-60-1.jpg"
images[4] = "/images/homepage/truck.jpg"
images[5] = "/images/buildings/calgary.jpg"
images[6] = "/images/buildings/chicoutimi.jpg"
images[7] = "/images/buildings/grand_falls.jpg"
images[8] = "/images/buildings/matane.jpg"
images[9] = "/images/buildings/montreal.jpg"
images[10] = "/images/buildings/ottawa.jpg"
images[11] = "/images/buildings/quebec_city.jpg"
images[12] = "/images/buildings/rimouski.jpg"
images[13] = "/images/buildings/thunder_bay.jpg"
images[14] = "/images/buildings/toronto.jpg"
images[15] = "/images/buildings/vancouver.jpg"
images[16] = "/images/buildings/victoria.jpg"
images[17] = "/images/buildings/winnipeg.jpg"


var image = images[rand1]
alt = new Array
alt[1] = "An inside peek at a High Definition mobile truck."
alt[2] = "St. John's radio host Jeff Gilhooly."
alt[3] = "Radio hosts Didier Oti and Stéphane Parent record a show in Montreal."
alt[4] = "An inside peek at a High Definition mobile truck."
alt[5] = "Across the country: Calgary."
alt[6] = "Across the country: Chicoutimi."
alt[7] = "Across the country: Grand Falls."
alt[8] = "Across the country: Matane."
alt[9] = "Across the country: Montreal."
alt[10] = "Across the country: Ottawa."
alt[11] = "Across the country: Quebec City."
alt[12] = "Across the country: Rimouski."
alt[13] = "Across the country: Thunder Bay."
alt[14] = "Across the country: Toronto."
alt[15] = "Across the country: Vancouver."
alt[16] = "Across the country: Victoria."
alt[17] = "Across the country: Winnipeg (TV)."


var alttag = alt[rand1]

texts = new Array
texts[1] = "An inside peek at a <a href=http://www.cbc.radio-canada.ca/mobile/index2.html target=_blank>High Definition mobile truck.</a>"
texts[2] = "<a href=http://www.cbc.ca/thestjohnsmorningshow/ target=_blank>St. John's radio</a> host Jeff Gilhooly."
texts[3] = "<a href=http://www.radio-canada.ca/regions/montreal/index.shtml target=_blank>Radio hosts Didier Oti and Stéphane Parent</a> record a show in Montreal."
texts[4] = "An inside peek at a <a href=http://www.cbc.radio-canada.ca/mobile/index2.html target=_blank>High Definition mobile truck.</a>"
texts[5] = "Across the country: <a href=http://www.cbc.ca/calgary/ target=_blank>Calgary.</a>"
texts[6] = "Across the country: Chicoutimi."
texts[7] = "Across the country: <a href=http://www.cbc.ca/nb/ target=_blank>Grand Falls.</a>"
texts[8] = "Across the country: Matane."
texts[9] = "Across the country: <a href=http://www.cbc.ca/montreal/ target=_blank>Montreal.</a>"
texts[10] = "Across the country: <a href=http://www.cbc.ca/ottawa/ target=_blank>Ottawa.</a>"
texts[11] = "Across the country: Quebec City."
texts[12] = "Across the country: Rimouski."
texts[13] = "Across the country: <a href=http://www.cbc.ca/thunderbay/ target=_blank>Thunder Bay.</a>"
texts[14] = "Across the country: <a href=http://www.cbc.ca/toronto/ target=_blank>Toronto.</a>"
texts[15] = "Across the country: <a href=http://www.cbc.ca/bc/ target=_blank>Vancouver.</a>"
texts[16] = "Across the country: <a href=http://www.cbc.ca/bc/ target=_blank>Victoria.</a>"
texts[17] = "Across the country: <a href=http://www.cbc.ca/manitoba/ target=_blank>Winnipeg (TV)</a>."


var text = texts[rand1]
// -- End Hiding Here -->
