/*
function GoVod(intseq)
{
	if( parseInt(intseq) > 0 )
	{
		document.location.href='/vod/'+intseq;
	}
	else
	{
	}
}
*/
function GoLive(strcate)
{
	// is MISE
	if(navigator.userAgent.indexOf('MSIE') != -1)
	{
		var str='<iframe name=runframe id=runframe src="/'+strcate+'/live_check.php" width=0 height=0></iframe>';
		document.body.insertAdjacentHTML('beforeEnd', str );
	}
	else
	{
		document.location.href='/'+strcate+'/live/';
	}
}
/*
function GoLive2()
{
	// is MISE
	if(navigator.userAgent.indexOf('MSIE') != -1)
	{
		var str='<iframe name=runframe id=runframe src="/live_check.php" width=0 height=0></iframe>';
		document.body.insertAdjacentHTML('beforeEnd', str );
	}
	else
	{
//		alert('ttttt');
		document.location.href='gomcmd:///title%20GomStarInvitational%20avis://gsi.gomtv.com/live_redirect.php';
	}
}
*/
