function init() {
	document.queryForm.w.focus(); //search box in header
	if (document.getElementById('rImage')) //rimage won't exist if flash is present
		rotateImage('rImage','rLink'); //rotate static image on load/refresh
}
