 $(document).ready(function(){

  // do stuff
	//external(); //launch external window script
	//SI.ClearChildren.initialize();
	//sfHover(); //launch suckerfish
	//geo(); //launch Graceful E-mail Obfuscations
	
	/* for Internet Explorer */
	/*@cc_on @*/
	/*@if (@_win32)
		BrowserDetect.init(); //Launch Browser Detection
		//if IE6...launch superSleight
		if(BrowserDetect.version == 6){
			// limit to part of the page ... pass an ID to limitTo:
			//supersleight.init();
			//supersleight.run();
		}
	
	/*@end @*/
	
	$(".filmstriper").jCarouselLite({
			btnNext: ".next",
			btnPrev: ".prev",
			visible: 6,
			circular: true,
			scroll: 3
		});
	
	 $('a.lightbox').lightBox(); // Select all links that contains lightbox in the attribute rel					

 });