$(function()
{
	
	// INI: PRINT COLLLECTION SWF
	var so = new SWFObject("/media/swf/store/mes_store.swf", "sotester", "733", "569", "9");
	so.addVariable("language", "es");
	so.addParam("quality", "high" );
	so.addParam("wmode", "transparent");
	so.write("flashcontent");
	// END: PRINT COLLLECTION SWF

	$('.bloque:last').html('<a href="/media/swf/store/mapStores.swf" id="mapaFlash" rel="prettyPhoto;width=649;height=457;flashvars=language=es"><img src="/media/img/local/es/store_map.jpg" alt="Nike Store Map" /></a>');

	$("a[rel^='prettyOverlay'], a[rel^='prettyPhoto']").prettyPhoto(
	{
		animationSpeed: 'normal',		/* fast/slow/normal */
		padding: 10,					/* padding for each side of the picture */
		opacity: 0.70,					/* Value betwee 0 and 1 */
		showTitle: false,				/* true/false */
		allowresize: true,				/* true/false */
		counter_separator_label: '/'	/* The separator for the gallery counter 1 "of" 2 */
	});

	
});