	$(document).ready(function(){
		/*
		$('h1').flash(
			{ 
				src: 'fileadmin/template/swf/sub_nav.swf',  
				flashvars: { 
					css: [
                        '* { font-size: 20px; color: #555555; }',
                        'a { color: #2993cc; text-decoration: none; }',
                        'a:hover { text-decoration: underline; }',
                        'em { font-size: 15px; color: #777777; }',
                        'small { font-size: 15px; color: #666666; }',
                        'strong { font-size: 18px; color: #555555; }'
					].join(' ')
				}
			},
			{ version: 7 },
			function(htmlOptions) {
				htmlOptions.flashvars.txt = this.innerHTML;
				this.innerHTML = '<span>'+this.innerHTML+'</span>';
				var $alt = $(this.firstChild);
				htmlOptions.height = $alt.height();
				htmlOptions.width = $alt.width();
				$alt.addClass('alt');
				$(this)
					.addClass('flash-replaced')
					.prepend($.fn.flash.transform(htmlOptions));						
			}
		);
		*/
	});
	
	
    var requiredMajorVersion = 8;
    // Minor version of Flash required
    var requiredMinorVersion = 0;
    // Minor version of Flash required
    var requiredRevision = 0;

	
	jQuery(window).bind("load", function() {
		jQuery("div#slider1").codaSlider()
		// jQuery("div#slider2").codaSlider()
		// etc, etc. Beware of cross-linking difficulties if using multiple sliders on one page.
	});
	
 
