Site hosted by Angelfire.com: Build your free website today!

My Home Page



Alan Jackson - Toby Keith - George Strait





GTO1966


***  NOTICE  ***

All the songs throughout my webpage's are for evaluation
and/or educational purposes "ONLY". No financial gains
are made by any of my webpage's. All copyright holders
still retain their perspective copyrights. Please support
the artists by purchasing their CDs. Thank you.



function makeStream(url, name) { this.url = url; this.name = name; } function handleControlsOnOffClick() { if (document.mediaPlayer.showControls == true) { document.mediaPlayer.showControls = false; document.playerCtrl.controls.value = " :.SHOW PLAYER.:"; } else { document.mediaPlayer.showControls = true; document.playerCtrl.controls.value = " :.HIDE PLAYER.: " } } function handlePlayOrPauseClick(){ var state; playerStatus = document.mediaPlayer.playState; if (playerStatus == 6) { document.mediaPlayer.play(); document.playerCtrl.playOrPause.value = " :.PAUSE.: "; } else if (playerStatus == 1) { document.mediaPlayer.play(); document.playerCtrl.playOrPause.value = " :.PAUSE.: "; } else if (playerStatus == 2) { document.mediaPlayer.pause(); document.playerCtrl.playOrPause.value = " :.PLAY.: "; } } function changeSize(newSize) { document.mediaPlayer.displaySize = newSize; } function change() { var list = document.playerCtrl.streams; var streamURL = list.options[list.selectedIndex].value; document.mediaPlayer.stop(); document.playerCtrl.playOrPause.value = " :.PAUSE.: "; document.mediaPlayer.fileName = streamURL; }