 $(document).ready(function(){
   // Your code here
	 // do stuff
		
		external(); //launch external window script
		BrowserDetect.init(); //Launch Browser Detection
		$('.obfuscate').amail('(ta)','(stop)'); //de-obfuscate email addresses
		//customform();
		
		/* for Internet Explorer */
		/*@cc_on @*/
		/*@if (@_win32)
			
			//if IE6...launch superSleight
			if(BrowserDetect.version == 6){
				// limit to part of the page ... pass an ID to limitTo:
				//supersleight.limitTo('header');
				supersleight.init();
				supersleight.run();
			}
			
			
		
		/*@end @*/
		
		$(".nav-photo").jCarouselLite({
			btnNext: ".next",
			btnPrev: ".prev",
			visible: 5,
			circular: true,
			scroll: 3,
			mouseWheel: true
		});
 });
