/* Prevents IE6 Background Flicker */

try {
  document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}


/* Font Replacements */
Cufon.replace('h1', { fontFamily: 'Bold', hover: true });
Cufon.replace('h1 a', { fontFamily: 'Bold', hover: true });


/* Alternate Table Rows */

$("document").ready(function(){
	$("table.regular tr:even").addClass("bgodd");
});








