// JavaScript Document
function w1() {
var randomnumber=Math.floor(Math.random()*6);
document.write('<img src="images/headers/'+randomnumber+'.jpg" alt="" width="570" height="171" />');
}
function w2() {
var randomnumber=Math.floor(Math.random()*6);
document.write('<img src="../images/headers/'+randomnumber+'.jpg" alt="" width="570" height="171" />');
}
function w3() {
document.write('<a href="mailto:gtimmons@gtimmons.com">gtimmons@gtimmons.com</a>');
}