function random_top()
{
var images=new Array()
images[0]="<a href='http://www.coca-cola.com' target='_blank'><img src='http://www.christmascity.org/images/FROSTY/sponsors/TOP_coke.png' border='0'></a>"
images[1]="<a href='http://www.wfmz.com/' target='_blank'><img src='http://www.christmascity.org/images/FROSTY/sponsors/TOP_wfmz.png' border='0'></a>"
images[2]="<a href='http://www.wfmz.com/' target='_blank'><img src='http://www.christmascity.org/images/FROSTY/sponsors/TOP_wfmz.png' border='0'></a>"
images[3]="<a href='http://www.sandsbethworks.com/' target='_blank'><img src='http://www.christmascity.org/images/FROSTY/sponsors/TOP_sands.png' border='0'></a>"
images[4]="<a href='http://www.sandsbethworks.com/' target='_blank'><img src='http://www.christmascity.org/images/FROSTY/sponsors/TOP_sands.png' border='0'></a>"


var now=new Date()
var num=(now.getSeconds())%5

document.write(''+images[num]+'')

}

function random_middle()
{
var images=new Array()
images[0]="<a href='http://www.catcountry96.fm' target='_blank'><img src='http://www.christmascity.org/images/FROSTY/sponsors/MIDDLE_cat.png' border='0'></a>"
images[1]="<a href='http://www.mcall.com' target='_blank'><img src='http://www.christmascity.org/images/FROSTY/sponsors/MIDDLE_mcall.png' border='0'></a>"
images[2]="<a href='http://www.wntp.com' target='_blank'><img src='http://www.christmascity.org/images/FROSTY/sponsors/MIDDLE_wntp.png' border='0'></a>"
images[3]="<a href='http://www.b104.com.com' target='_blank'><img src='http://www.christmascity.org/images/FROSTY/sponsors/MIDDLE_b104.png' border='0'></a>"
images[4]="<a href='http://www.wlevradio.com' target='_blank'><img src='http://www.christmascity.org/images/FROSTY/sponsors/MIDDLE_wlev.png' border='0'></a>"
images[5]="<a href='http://www.999thehawk.com' target='_blank'><img src='http://www.christmascity.org/images/FROSTY/sponsors/MIDDLE_999thehawk.png' border='0'></a>"
images[6]="<a href='http://www.capbluecross.com' target='_blank'><img src='http://www.christmascity.org/images/FROSTY/sponsors/MIDDLE_capbluecross.png' border='0'></a>"
images[7]="<a href='http://www.capbluecross.com' target='_blank'><img src='http://www.christmascity.org/images/FROSTY/sponsors/MIDDLE_capbluecross.png' border='0'></a>"
images[8]="<a href='http://www.capbluecross.com' target='_blank'><img src='http://www.christmascity.org/images/FROSTY/sponsors/MIDDLE_capbluecross.png' border='0'></a>"
images[9]="<a href='http://www.capbluecross.com' target='_blank'><img src='http://www.christmascity.org/images/FROSTY/sponsors/MIDDLE_capbluecross.png' border='0'></a>"
images[10]="<a href='http://www.capbluecross.com' target='_blank'><img src='http://www.christmascity.org/images/FROSTY/sponsors/MIDDLE_capbluecross.png' border='0'></a>"
images[11]="<a href='http://www.capbluecross.com' target='_blank'><img src='http://www.christmascity.org/images/FROSTY/sponsors/MIDDLE_capbluecross.png' border='0'></a>"


var now=new Date()
var num=(now.getSeconds())%12

document.write(''+images[num]+'')

}


function random_bottom()
{
var images=new Array()
images[0]="<a href='http://www.artsquest.org' target='_blank'><img src='http://www.christmascity.org/images/FROSTY/sponsors/BOTTOM_artsquest.png' border='0'></a>"
images[1]="<a href='http://www.guardianlife.com/' target='_blank'><img src='http://www.christmascity.org/images/FROSTY/sponsors/BOTTOM_guardian.png' border='0'></a>"
images[2]="<a href='http://www.wfil.com' target='_blank'><img src='http://www.christmascity.org/images/FROSTY/sponsors/BOTTOM_wfil.png' border='0'></a>"
images[3]="<a href='http://www.fritch.com/' target='_blank'><img src='http://www.christmascity.org/images/FROSTY/sponsors/BOTTOM_Fritch.png' border='0'></a>"
images[4]="<a href='http://www.bankobeverage.com/' target='_blank'><img src='http://www.christmascity.org/images/FROSTY/sponsors/BOTTOM_banko.png' border='0'></a>"


var now=new Date()
var num=(now.getSeconds())%5

document.write(''+images[num]+'')

}