function GetIt(partnerName)
{
			d = document;
			var div ="<div style='position: absolute; top: 20px; margin-left: 200px; width: 550px; height: 32px; line-height: 32px; background-color: #ff0000; text-align: center; vertical-align: middle; font-size: 22px; color: white; font-family: Arial; border-left-color: black; border-bottom-color: black; border-top-style: solid; border-top-color: black; font-style: normal; border-right-style: solid; border-left-style: solid; border-right-color: black; border-bottom-style: solid;'>Ud. ha entrado como: <b><u>" + partnerName + "</u></b></div>";
			d= document.write(div);
}