var theImages = new Array()

theImages[0] = 'http://www.post-gazette.com/images4/2010_photoday_01.jpg'
theImages[1] = 'http://www.post-gazette.com/images4/2010_photoday_02.jpg'
theImages[2] = 'http://www.post-gazette.com/images4/2010_photoday_03.jpg'
theImages[3] = 'http://www.post-gazette.com/images4/2010_photoday_04.jpg'
theImages[4] = 'http://www.post-gazette.com/images4/2010_photoday_05.jpg'
theImages[5] = 'http://www.post-gazette.com/images4/2010_photoday_06.jpg'
theImages[6] = 'http://www.post-gazette.com/images4/2010_photoday_07.jpg'
theImages[7] = 'http://www.post-gazette.com/images4/2010_photoday_08.jpg'
theImages[8] = 'http://www.post-gazette.com/images4/2010_photoday_09.jpg'
theImages[9] = 'http://www.post-gazette.com/images4/2010_photoday_10.jpg'

var j = 0
var p = theImages.length;

var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages[i]
}
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
document.write('<img src="'+theImages[whichImage]+'">');
}


var theImagesX = new Array()

theImagesX[0] = 'http://www.post-gazette.com/images4/2010_xante_01.jpg'
theImagesX[1] = 'http://www.post-gazette.com/images4/2010_xante_02.jpg'
theImagesX[2] = 'http://www.post-gazette.com/images4/2010_xante_03.jpg'
theImagesX[3] = 'http://www.post-gazette.com/images4/2010_xante_04.jpg'
theImagesX[4] = 'http://www.post-gazette.com/images4/2010_xante_05.jpg'
theImagesX[5] = 'http://www.post-gazette.com/images4/2010_xante_06.jpg'
theImagesX[6] = 'http://www.post-gazette.com/images4/2010_xante_07.jpg'
theImagesX[7] = 'http://www.post-gazette.com/images4/2010_xante_08.jpg'
theImagesX[8] = 'http://www.post-gazette.com/images4/2010_xante_09.jpg'
theImagesX[9] = 'http://www.post-gazette.com/images4/2010_xante_10.jpg'

var k = 0
var q = theImagesX.length;
var preBuffer = new Array()
for (l = 0; l < q; l++){
   preBuffer[l] = new Image()
   preBuffer[l].src = theImagesX[l]
}
var whichImage = Math.round(Math.random()*(q-1));
function showImageX(){
document.write('<img src="'+theImagesX[whichImage]+'">');
}


var theImagesPromo = new Array()

theImagesPromo[0] = "<a href='/pg/10064/1040608-28.stm'><img src='http://www.post-gazette.com/images4/2010_barcode_148x50.jpg' style='border:0px; margin-bottom:3px'></a><br /><a href='/pg/10064/1040608-28.stm'><b>PAGE 1 BARCODE &raquo;</b></a><br /><span style='color:#777777; font-size:95%;'>What it is, how it works</span>"
theImagesPromo[1] = "<a target=_blank href='/brian/iphone/download-featured.asp'><img src='http://www.post-gazette.com/images4/2010_logo_pgreader_2_148x50.png' style='border:0px; margin-bottom:3px'></a><br clear=left/><a target=_blank href='/brian/iphone/download-featured.asp'><b>OUR IPHONE APP &raquo;</b></a><br /><span style='color:#777777; font-size:95%;'>Read the PG anywhere!</span>"
theImagesPromo[2] = "<a href='/pg/03001/1079267-209.stm'><img src='http://www.post-gazette.com/images4/2010_dream18_148x50.png' style='border:0px; margin-bottom:3px'></a><br clear=left/><a href='/pg/03001/1079267-209.stm'><b>GOLF: DREAM 18 &raquo;</b></a><br /><span style='color:#777777; font-size:95%;'>The region's top public holes</span>"
theImagesPromo[3] = "<a href='/sports/pitt'><img src='http://www.post-gazette.com/images4/2010_pittsports_148x50.png' style='border:0px; margin-bottom:3px'></a><br clear=left/><a href='/sports/pitt'><b>PG BLOG AND Q&amp;A &raquo;</b></a><br /><span style='color:#777777; font-size:95%;'>Read his daily coverage</span>"
theImagesPromo[4] = "<a target=_blank href='/slides/60Bucs_Part5/index.html'><img src='http://www.post-gazette.com/images4/2010_60pirates_148x50.png' style='border:0px; margin-bottom:3px'></a><br clear=left/><a target=_blank href='/slides/60Bucs_Part5/index.html'><b>50 YEARS LATER &raquo;</b></a><br /><span style='color:#777777; font-size:95%;'>Celebrating the champs</span>"
theImagesPromo[5] = "<a href='/pg/03001/1079608-209.stm'><img src='http://www.post-gazette.com/images4/2010_consol_148x50.jpg' style='border:0px; margin-bottom:3px'></a><br clear=left/><a href='/pg/03001/1079608-209.stm'><span style='font-size:90%;'><b>CONSOL ENERGY CENTER &raquo;</b></span></a><br /><span style='color:#777777; font-size:95%;'>A fan's guide to the arena</span>"
theImagesPromo[6] = "<a target=_blank href='/slides/Carrie/index.html'><img src='http://www.post-gazette.com/images4/2010_carriefurnance_148x50.jpg' style='border:0px; margin-bottom:3px'></a><br clear=left/><a target=_blank href='/slides/Carrie/index.html'><b>THE CARRIE FURNACE &raquo;</b></a><br /><span style='color:#777777; font-size:95%;'>A special PG interactive</span>"

var s = 0
var t = theImagesPromo.length;
var preBuffer = new Array()
for (u = 0; l < t; u++){
   preBuffer[u] = new Image()
   preBuffer[u].src = theImagesPromo[u]
}
var whichImage = Math.round(Math.random()*(t-1));
function showImagePromo(){
document.write(theImagesPromo[whichImage]);
}
