// CODED BY MIKE SHORT AUGUST 2009

<!-- hide script from old browsers

function headerChange()
{
	var random=Math.floor(Math.random()*5) + 1;
	document.getElementById('header').style.backgroundImage = "url(http://www.thelate94s.com/images/94_hdr_bg_" + random + ".jpg)";
	document.getElementById('header').getElementsByTagName("H1") [0].style.backgroundImage = "url(http://www.thelate94s.com/images/94_hdr_h1_" + random + ".gif)";
	}


function send(one,two,three){window.location = 'mailto:'+two+one+three;}


// end hiding script from old browsers -->
