	function MyAccount(){
		/*
		if( $C( 'CLID' ) != null && $C( 'CLID' ) != '' ){
			var strOpCode = "op=switch%26dlg%3dmyaccount%26tab%3daccountstatus";
			$OC( strOpCode, $C( 'CLID' ), "document.location.href = \"https://sms.napster.com/account/\"" ); 
		}
		*/
		MyAccountFromPlayer();
	}

	function MyAccountFromPlayer(){
		if( $C( 'CLID' ) != null && $C( 'CLID' ) != '' ){
			var strOpCode = "op=switch%26dlg%3dmyaccount%26tab%3daccountstatus";
			$OC( strOpCode, $C( 'CLID' ), "window.open\(\"https://sms.napster.com/account/\",\"account\"\)\;" ); 
		}
	}


