jQuery(document).ready(function() {
	
        jQuery("a.loginlink").fancybox();
	
	if(jQuery.browser.msie) {
		jQuery('.primary').prepend('<div style="padding: 1em; width: 33em;"><h1>Does this page look wierd?</h1><p>To be able to build the best service there is in a short time we had to scrap support for older browsers like IE.</p><p>You might want to give some feedback on that using the feedback tab on the right, or simply download <a href="http://www.google.com/chrome/">google chrome</a> or <a href="http://www.mozilla.org/">mozilla firefox</a> on get going.</div>')
	}
});
