
	var mySettingsAluno = ""
	var myQueryStringAluno = ""
	var myCallerAluno = self.document.URL
	if (myCallerAluno.indexOf("?")>=0){
		var myURL = myCallerAluno.split("?")
		myQueryStringAluno = myURL[1]
		myCallerAluno = myURL[0]
	}
	if (myQueryStringAluno!="") myQueryStringAluno = "&" + myQueryStringAluno
	var myScriptAluno='<script src="http://www.esenviseu.net/principal/rvcc/gotimailcno/YouveGotImailCNO.asp?caller='+escape(myCallerAluno)+mySettingsAluno+myQueryStringAluno+'"></script>'
	document.write(myScriptAluno);
	