/*  =============
	Document Ready
	============= */
$(function() {
	
	/* Slideshow */
	$('#slideshow').cycle()
	
	/* sIFR */
	   /* $('#menu li ').flash(
        { 
            src: 'js/jfr.swf', 
			wmode: 'transparent',
			update: false,
			expressInstall: false,
            flashvars: { 
                css: [
                    '* { color: #333333; }',
                    'a { color: #e5ddcb; text-decoration: none; font-size: 18px; }',
                    'a:hover { color: #FFFFFF; }'
                ].join(' ')
            }
        },
        { version: 7 },
        function(htmlOptions) {
            htmlOptions.flashvars.txt = this.innerHTML;
            this.innerHTML = '<div>'+this.innerHTML+'</div>';
            var $alt = $(this.firstChild);
            htmlOptions.height = $alt.height();
            htmlOptions.width = $alt.width();
            $alt.addClass('alt').css('display','none');
            $(this)
                .addClass('flash-replaced')
                .prepend($.fn.flash.transform(htmlOptions));						
        }
    );*/

});
