jQuery(document).ready(function() {
		
		//ifixpng
		jQuery('img').ifixpng();
		
		//sifr
		jQuery.sifr({path:'../flash'});
		jQuery('h1.sifr').sifr({ font:'sifr'});
		jQuery('h2.sifr').sifr({ font:'sifr'});
		jQuery('h3.sifr').sifr({ font:'sifr'});	
		jQuery('h4.sifr').sifr({ font:'sifr'});
		jQuery('h6.sifr').sifr({ font:'sifr'});	
		jQuery('h5.sifr').sifr({ font:'sifr'});
		
		//jQuery('div#main div.columnDX div.promo h5').sifr({ font:'sifr' });	

		//prettyPhoto
		jQuery("a[rel^='prettyPhoto']").prettyPhoto();
		

		//prettyPopin 600x450
		jQuery("a[rel^='prettyPopin600x450']").prettyPopin({
			modal: false, /* true/false */
			width: 600, /* true/false */
			height: 450, /* true/false */
			opacity: 0.5, /* value from 0 to 1 */
			animationSpeed: 'fast' /* slow/medium/fast */
		});
		
		
		//prettyPopin 400x240
		jQuery("a[rel^='prettyPopin400x240']").prettyPopin({
			modal: false, /* true/false */
			width: 400, /* true/false */
			height: 240, /* true/false */
			opacity: 0.5, /* value from 0 to 1 */
			animationSpeed: 'fast' /* slow/medium/fast */
		});
		
		//prettyPopin 500x600
		jQuery("a[rel^='prettyPopin400x600']").prettyPopin({
			modal: false, /* true/false */
			width: 500, /* true/false */
			height: 600, /* true/false */
			opacity: 0.5, /* value from 0 to 1 */
			animationSpeed: 'fast' /* slow/medium/fast */
		});
		
		
		//prettyHack
		jQuery("select.prettyHack730x1000").prettyPopinHack({
			modal: false, /* true/false */
			width: 730, /* true/false */
			height: 1000, /* true/false */
			opacity: 0.5, /* value from 0 to 1 */
			animationSpeed: 'fast' /* slow/medium/fast */
		});

		
	//swfobject
	function embedswfobject(swf,divId, width, height, ver ,atuoupdate ,flashVars,params,attributes) {
		swfobject.embedSWF(swf,divId, width, height, ver ,atuoupdate ,flashVars,params,attributes) ;	
	}


	
	
});


