jQuery(document).ready(function($) {
	$('#topstyle1').delay(1000).fadeIn(1000);
	$('#topstyle2').delay(1000).fadeIn(1000);
	$('#topstyle3').delay(1000).fadeIn(1000);
	$('#topstyle4').delay(1000).fadeIn(1000);
	$('#topstyle5').delay(1000).fadeIn(1000);
});

$(function() {
	var ver = getInternetExplorerVersion();
	if (ver < 8.0 && ver > -1) {
		$.fancybox(
		'<h2>This website is not compatible with your version of Internet Explorer</h2><p>You should either upgrade to the latest version of <a href="http://windows.microsoft.com/en-GB/internet-explorer/products/ie/home">Internet Explorer</a>, or try <a href="http://www.google.com/chrome/">Google Chrome</a> or <a href="http://www.mozilla.com/">Firefox</a>.</p>',
		{
       		'autoDimensions'	: false,
			'width'         	: 350,
			'height'        	: 'auto',
			'transitionIn'		: 'none',
			'transitionOut'		: 'none'
		}
	);
	}
});
