enx( function () {
    if (enx.reject({
		imagePath:'http://jreject.turnwheel.com/images/',
		header: 'Your browser doesn\'t seem to support CSS3-websites.', // Header of pop-up window  
		paragraph1: 'Your browser may be out of date or not be compatible with modern websites like this one. ', // Paragraph 1
		paragraph2: 'Click on one of the following modern compatible browser to go to the download page:', // Paragraph 2
        display: ['chrome', 'firefox', 'opera', 'safari','msie'],
		overlayOpacity: 1, // Background transparency (0-1)  
		fadeInTime: 0, // Fade in time on open ('slow','medium','fast' or integer in ms)  
		close: false, // Allow closing of window with esc key  
		reject: {  
			msie5: true,msie6: true,msie7: true,msie8: false, 
            unknown: false // Everything else  
        }  	
	}) == false) {
     

	}
});
