<!--
function notify(type){
	if(type == 'video'){
		alert('Please log in to watch this video report.');
	}
	else{
		alert('Please log in to read this text report.');
	}
}
//-->
