$(document).ready(function() {

	// clear all title tags so that rollovers don't show the text
	$("a").attr("title", "");
	$("a").attr("alt", "");
	$("img").attr("title", "");
	$("img").attr("alt", "");

});
