
// 468 x 60
var imagenumber = 6 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
images[1] = "http://www.get.fm/sites/default/files/fm_banner468x60a.jpg"
images[2] = "http://www.get.fm/sites/default/files/fm_banner468x60a.jpg"
images[3] = "http://www.get.fm/sites/default/files/fm_banner468x60a.jpg"
images[4] = "http://www.get.fm/sites/default/files/fm_banner468x60a.jpg"
images[5] = "http://www.get.fm/sites/default/files/fm_banner468x60a.jpg"
images[6] = "http://www.get.fm/sites/default/files/fm_banner468x60a.jpg"
var image = images[rand1]

links = new Array
links[1] = "http://get.fm"
links[2] = "http://get.fm"
links[3] = "http://get.fm"
links[4] = "http://get.fm"
links[5] = "http://get.fm"
links[6] = "http://get.fm"
var link = links[rand1]

function switch_A(){
 if (document.go_a.letter.options[document.go_a.letter.selectedIndex].value != "none") {
 parent.location = document.go_a.letter.options[document.go_a.letter.selectedIndex].value
 }
}
function switch_B(){
 if (document.go_b.formats.options[document.go_b.formats.selectedIndex].value != "none") {
 parent.location = document.go_b.formats.options[document.go_b.formats.selectedIndex].value
 }
}
function switch_C(){
 if (document.go_c.states.options[document.go_c.states.selectedIndex].value != "none") {
 parent.location = document.go_c.states.options[document.go_c.states.selectedIndex].value
 }
}
function switch_D(){
 if (document.go_d.international.options[document.go_d.international.selectedIndex].value != "none") {
 parent.location = document.go_d.international.options[document.go_d.international.selectedIndex].value
 }                       
}
function switch_E(){
 if (document.go_e.internet.options[document.go_e.internet.selectedIndex].value != "none") {
 parent.location = document.go_e.internet.options[document.go_e.internet.selectedIndex].value
 }                       
}

//No Select Text script 
var omitformtags=["input", "textarea", "select"]

omitformtags=omitformtags.join("|")

function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}

function reEnable(){
return true
}

if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}

// Lisa.FM Player
function PlayerUp() {
playerwindow = window.open ("http://www.lisa.fm/player/","playerwindow","toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=325,height=180,left=236,top=225");
}

// Lisa.FM Xmas Player
function XmasPlayer() {
playerwindowxmas = window.open ("http://www.lisa.fm/player/xmas.html","playerwindowxmas","toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=375,height=180,left=236,top=225");
}
