
// 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=373,height=181,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");
}