/*
Sweet Titles (c) Creative Commons 2005
http://creativecommons.org/licenses/by-sa/2.5/
Author: Dustin Diaz | http://www.dustindiaz.com

DRH: Remove content of function to remove annoying tooltips - 12/2009
*/
var sweetTitles = { 

};
function pageLoader() {
	sweetTitles.init();
}
addEvent(window,'load',pageLoader);