window.addEvent('domready', function() {
	if (navigator.userAgent.contains('MSIE 6')) {
		var css = new Asset.css('http://www.jeffreystone.net/css/styleie6.css');
	}
});