 $(document).ready(function(){
   // Your code here
	 // do stuff
		
		external(); //launch external window script
		BrowserDetect.init(); //Launch Browser Detection
		//customform();
		
		DD_roundies.addRule('.white-bg', '5px', true);

		
		/* 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 @*/
 });
