document.getElementsByTagName('html')[0].className += ' js';

//IE png fix with background-repeat and background-position
document.write('<!--[if IE 6]><script type="text/javascript">DD_belatedPNG.fix(\'div, span, a\');</script><![endif]-->');

(function($){
    $(document).ready(function(){
        $('#slideshow').cycle({
            timeout: 5000
        });
        
        $('#slideshow').toggle(function(){
            $(this).cycle('pause');
        }, function(){
            $(this).cycle('resume', true);
        });
        
        $("#infoRequest").validationEngine({
			validationEventTriggers: 'submit'
		});
    });
})(jQuery);
