if (navigator.userAgent.indexOf('Firefox')!= -1) {
	var cssNode = document.createElement('link');
	cssNode.setAttribute('rel', 'stylesheet');
	cssNode.setAttribute('type', 'text/css');
	cssNode.setAttribute('href', '../stylesheets/qmff.css');
	document.getElementsByTagName('head')[0].appendChild(cssNode);
}