$(document).ready(function(){
    /* Inicializacion de shadowbox */
	Shadowbox.init();
	
	// if($('#intersticial'))
		// $('#intersticial').click();
	
	/*****flash***/
	$('.media').media({ 
			autoplay:  true,
			width: 875,
			height: 141,
			flashvars: { autostart: 'true' } , 
			params:    { wmode: 'transparent', quality: 'high' }, // object params/embed attrs 
			caption:   false // supress caption text 
		}); 
	
	
	$('.media_ofertas').media({ 
			autoplay:  true,
			width: 204,
			height: 295,
			flashvars: { autostart: 'true' } , 
			params:    { wmode: 'transparent', quality: 'high' }, // object params/embed attrs 
			caption:   false // supress caption text 
		}); 
	
	
});