
// Run on DOM load
document.observe("dom:loaded", function() {
//	new ATFx.LinkMonitor("content");
	new ATFx.QuoteFix("content");
});


