/*NOTES ---------------------------------

misc javascript

UPDATE INFO ------------------------

Revision number: 1.0.0
Last updated: 17.05.2008
Last update made by: Michael Andrew (michael@hazardmedia.co.nz)

*/

$(document).ready(function(){
	
	/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
	// sIFR to replace headers with flash 
	/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
	
	// set up sIFR header replacement
	// note: HEX shorthand for colour values cannot be used here
	$('h1').sifr( { strSWF: './swf/dinengschriftlt.swf', strColor: '#000066', strWmode: 'transparent' } );
	$('h2').sifr( { strSWF: './swf/dinengschriftlt.swf', strColor: '#000066', strWmode: 'transparent' } );
	//$('#tech_promo h1').sifr( { strSWF: './swf/dinengschriftlt.swf', strColor: '#999999', strWmode: 'transparent', strFlashVars: 'textalign=center&' } ); // requires that ampersand be at the end of the value of strFlashVars to work
	$('h3').sifr( { strSWF: './swf/dinengschriftlt.swf', strColor: '#000066', strWmode: 'transparent' } ); 
	$('h4').sifr( { strSWF: './swf/dinengschriftlt.swf', strColor: '#000066', strWmode: 'transparent' } );
	 
	
});
