$(document).ready(function() {

	 $.reject({  
		 reject: {},
	     display: ['msie', 'firefox','safari'],
	     imagePath: '/SiteCollectionImages/',
	     browserInfo: { // Settings for which browsers to display  
	    	         firefox: {  
	    	             text: 'Firefox 3.5+', // Text below the icon  
	    	             url: 'http://www.mozilla.com/firefox/' // URL For icon/text link  
	    	         },  
	    	         safari: {  
	    	             text: 'Safari 4+',  
	    	             url: 'http://www.apple.com/safari/download/'  
	    	         } 
	    	     },
	    paragraph1: 'To get the best possible experience using our website we recommend that you upgrade to a new version or other web browser. a list of our most popular web browsers can be found below:',
	    closeMessage:''
	 });
	
	
	$('#banner').cycle({
		fx: 'fade',
		timeout:10000,
		pager: '.pagination',
		after: function() {
			$('.feature .copy > h3, .feature .copy > p, .feature .copy > a').remove();
			$('.feature .copy').prepend($(this).find('div.pic').html());
		} 
	});

});


//loads facebook js libraries
(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));


