/* Hidden Email Script */

var name = "cynfoll";
var domain = "gmail.com";
var display = "MacOracle Ent";
function macomail() {
document.write('<a href=mailto:' + name + '@' + domain + ' class=pink' + '>' + display + '</a>');
}

<!--
startMenu = function() {
	if (document.all&&document.getElementById) {
		MWC_cssmenu = document.getElementById("MWC_csstopmenu");
		for (i=0; i<MWC_cssmenu.childNodes.length; i++) {
			node = MWC_cssmenu.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
				}
				node.onmouseout=function(){
					this.className=this.className.replace(" over", "")
				}
			}
		}
	}
}

if (window.attachEvent)
window.attachEvent("onload", startMenu)
else
window.onload=startMenu;

//-->


