function doWbriPopUp()
{
	if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)))
	{
		window.open('http://www.washingtonbanglaradio.com/wbri_specific/iphone.php','iPhone|WashingtonBanglaRadio.com','width=320,height=480')
	}
	else
	{
		wbriPopupWindow=window.open('', 'wbriPopup','width=800,height=600,resizable=yes,scrollbars=yes');
		// Start Cross window scripting
		wbriPopupWindow.document.writeln('<HTML><HEAD><TITLE>Washington Bangla Radio - WBRi Player</TITLE>') ;
		wbriPopupWindow.document.writeln('<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">') ;
		wbriPopupWindow.document.writeln('<base href="/FlashStreamPlayer">') ;
		wbriPopupWindow.document.writeln('</HEAD>') ;
		wbriPopupWindow.document.writeln('<BODY BGCOLOR="#000000" style="margin:0px;">') ;
		wbriPopupWindow.document.writeln('<iframe align="top" frameborder="0" style="margin:0px;" ') ;
		wbriPopupWindow.document.writeln('width="800" height="600" marginheight="0" marginwidth="0" ') ;
		wbriPopupWindow.document.writeln('scrolling="auto" src="http://www.washingtonbanglaradio.com/FlashStreamPlayer/WBRiStreamPlayer.html"') ;
		wbriPopupWindow.document.writeln('title="Washington Bangla Radio">') ;
		wbriPopupWindow.document.writeln('</iframe>') ;
		wbriPopupWindow.document.writeln('</BODY></HTML>') ;
		wbriPopupWindow.document.close() ;
	}
	// End Cross window scripting
	return(false) ;
}

function doWbriChannel2PopUp()
{
	if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)))
	{
		window.open('http://www.washingtonbanglaradio.com/wbri_specific/iphone.php','iPhone|WashingtonBanglaRadio.com','width=320,height=480')
	}
	else
	{
		wbriPopupWindow=window.open('', 'wbriPopup','width=640,height=480,resizable=no,scrollbars=no');
		// Start Cross window scripting
		wbriPopupWindow.document.writeln('<HTML><HEAD><TITLE>Washington Bangla Radio - Channel 2 - Special Broadcasts</TITLE>') ;
		wbriPopupWindow.document.writeln('<meta name="keywords" content="bengal, bangla, bengali, kolkata, calcutta, bangladesh, dhaka, sanyal">') ;
		wbriPopupWindow.document.writeln('<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">') ;
		wbriPopupWindow.document.writeln('</HEAD>') ;
		wbriPopupWindow.document.writeln('<BODY BGCOLOR="#000000" style="margin:0px;">') ;
		wbriPopupWindow.document.writeln('<iframe align="top" frameborder="0" style="margin:0px;" ') ;
		wbriPopupWindow.document.writeln('width="640" height="480" marginheight="0" marginwidth="0" ') ;
		wbriPopupWindow.document.writeln('scrolling="auto" src="http://www.washingtonbanglaradio.com/wbri_channel_2_player/wbri_channel_2_player.html" ') ;
		wbriPopupWindow.document.writeln('title="Washington Bangla Radio - Channel 2">') ;
		wbriPopupWindow.document.writeln('</iframe>') ;
		wbriPopupWindow.document.writeln('</BODY></HTML>') ;
		wbriPopupWindow.document.close() ;
	}
	// End Cross window scripting
	return(false) ;
}

