jQuery(window).bind('load', function() {
	jQuery('.foreground').toggle('slow');
});
