document.write ("<script src=\"http://web2.uwindsor.ca/jQuery/jquery-1.2.6.js\"></script>");
document.write ("<script src=\"http://web2.uwindsor.ca/jQuery/jquery-ui-core-1.6rc2.js\"></script>");
document.write ("<link rel=\"stylesheet\" href=\"http://web2.uwindsor.ca/jQuery/ui/styles/dialog.css\" />");
document.write ("<style>");
	document.write ("#myUwindsorDialog a");
	document.write ("{");
		document.write ("display: block;");
		document.write ("text-decoration: none;");
		document.write ("color: #fff;");
		document.write ("font-weight: bold;");
		document.write ("font-size: 8pt;");
	document.write ("}");
				
	document.write ("#myUwindsorDialog");
	document.write ("{");
		document.write ("padding: 0px;");
	document.write ("}");
	
	document.write ("#myUwindsorDialog img");
	document.write ("{");
		document.write ("border: 0px;");
	document.write ("}");
	
document.write ("</style>");
document.write ("<script>");
	
		document.write ("var flashContentHtml = '';");
		document.write ("var flashContentImg = \"<img border='0' alt='University of Windsor is thinking forward' src='/uweb/futurestudents.nsf/flashPlayerDefault.png\'>\";");
		
		
		document.write ("function closeMyUwindsorDialog ()");
		document.write ("{");
			document.write ("if (flashContentHtml && flashContentHtml.length > 0) { ");
			document.write ("$(\"#flashcontent\").html (flashContentHtml); }");
			document.write ("$(\"#myUwindsorDialog\").dialog (\"close\");");
		document.write ("}");
		
		document.write ("function showMyUwindsorDialog () {");
		
			document.write ("if (flashContentHtml && flashContentHtml.length == 0)");
			document.write ("{");
				document.write ("flashContentHtml = $(\"#flashcontent\").html();");
			document.write ("}");
		
			document.write ("$(\"#flashcontent\").html (flashContentImg);");
		
			document.write ("$(\"#myUwindsorDialog\").dialog ({ ");
				document.write ("modal: true,");
				document.write ("height: 180,");
				document.write ("width: 380,");
				document.write (" overlay: { ");
					document.write ("opacity: 0.7, ");
					document.write ("background: \"black\" ");
				document.write ("} ");
			document.write ("});");
			
			document.write ("$(\".ui-dialog-titlebar-close\").click (closeMyUwindsorDialog);");
			document.write ("$(\"#myUwindsorDialog\").dialog (\"open\");");
		document.write ("}");
	document.write ("</script>");
document.write ("</head>");
document.write ("<body>");
	document.write ("<div style=\"display: none\">");
		document.write ("<div id=\"myUwindsorDialog\" title=\"Choose Your Portal\">");
			document.write ("<a href=\"http://www.uwindsor.ca/futurePortal\"><img src=\"http://web2.uwindsor.ca/liaison/dialog/prospectiveStudent.jpg\" /></a>");
			document.write ("<a href=\"http://my.uwindsor.ca\"><img src=\"http://web2.uwindsor.ca/liaison/dialog/currentStudent.jpg\" /></a>");
		document.write ("</div>");
	document.write ("</div>");
document.write ("</body>");
document.write ("</html>");
