// JavaScript Document

function chgImg(){
	var n = Math.floor(Math.random()*6) + 1;
	document.getElementById("mainImg").innerHTML = '<img src="http://www.getitnyc.com/images/toppage/main' + n +'.jpg" width="307" height="220" border="0" />';
}

