	var fakeMail;	var name = "brad";	var at = "@";	var domain = "bweir.com";	fakeMail = name + at + domain;function changeRes(w,h) { window.resizeTo( w,h )}function eightball() {window.open("http://bweir.com/8ball/8baLL.htm", "", "width=400,height=400");  }function contactMe() {var win = window.open("", "win", "width=400,height=400");var doc = win.document;doc.open("text/html", "replace");doc.write("<HTML><HEAD><TITLE>Contact Me</TITLE></HEAD><BODY>Send a message to my cell. ~ not working yet.</BODY></HTML>");doc.close(); }function sixball() {window.open("http://bweir.com/8ball/6ball.html", "", "width=400,height=400");  }
