// JavaScript Document
// (c) copyright 2009 mauro gallo - web creations
// home page Terre Piane

window.onload = function () {
	var credits = $("#webd");
	credits.removeAttr("title");
	credits.mouseover(showCredits);
}


