// #require mootools.js
if (window.MooTools && window.gecko) {
	if (window.Asset) {
		new Asset.css('./css/homeground-ff.css', {'media': 'all'});
	} else {
		document.write('<link rel="stylesheet" media="all" type="text/css" href="./css/homeground-ff.css" />');
	}
}
