var vibewindow;

function sendToclipboard(s) 
{ 
	if( window.clipboardData && clipboardData.setData ) {
		clipboardData.setData("Text", s); 
		alert("Our podcast address is now in your clipboard. Just press Ctrl-V or use the Paste function in your podcast application to paste the address.");
	} else {
		alert("To automatically copy the address into your clipboard, use Internet Explorer."); 
	}
}

function gohome() {
location = '/';
}

function liveRadio()
{
	document.location='http://www.vibelebanon.com/listen.m3u';
}