function outmsg(msg,ctrlwidth)

		{

   		msg = " "+msg

   		newmsg = msg

   		scrpt = "http://www.nursingald.com/Uploaded/NewsletterFiles/NH%207_09.pdf"



   		while (newmsg.length < ctrlwidth) {newmsg += msg}

   		document.write ('<INPUT NAME="outmsg" TYPE="button" VALUE= "'+newmsg+'" STYlE= "width: 400px; height:50px;" onClick="'+scrpt+'">')

   		rollmsg()

		}

		function rollmsg()

		{

   			NowMsg=document.Outmsg.outmsg.value

   			NowMsg=NowMsg.substring(1,NowMsg.length)+NowMsg.substring(0,1)

   			document.Outmsg.outmsg.value = NowMsg

   			bannerid=setTimeout("rollmsg()",100)

		}document.writeln('<FORM NAME="Outmsg">');
document.writeln('<SCRIPT language="JavaScript">');
document.writeln('outmsg("NEW PATIENT ACCESS PORTAL COMING IN JULY --- SEE PATIENT RESOURCES TAB FOR UPDATE-------",10)');
document.writeln('</script>');
document.writeln('</FORM>');
