$(document).ready(function(){clickBack();$('a.delete').click(function(){if(jQuery(this).attr('title').indexOf("el ")>-1)
return confirm('\u00BFDesea borrar '+jQuery(this).attr('title')+' seleccionado?');else
return confirm('\u00BFDesea borrar '+jQuery(this).attr('title')+' seleccionada?');});if($.fn.fancybox){$("a.fancybox").fancybox({'overlayShow':true,'zoomSpeedIn':300,'zoomSpeedOut':300});}
$('a[class="external"]').click(function(){this.target="_blank";});$('h2.title span').css({width:($('h2.title span').width()+10)+'px',display:'block'});if($('.imagen-actividad').length>0){$('.imagen-actividad a').append('<img src="/images/thumb-mask.gif" alt="" />');}
$('ul#navigation li:last').css('border','0');
$(".home #content.cols .colx2, .home #content.cols .colx4").equalHeights();
if ($('ul.sponsor').length > 0) {
	$('ul.sponsor').jcarousel({auto: 2,scroll:1,wrap: 'last'});
}
function clickBack() {
	if (!document.getElementsByTagName) return; 
	var anchors = document.getElementsByTagName("a"); 
	for (var i=0; i<anchors.length; i++) { 
		var anchor = anchors[i]; 
		if (anchor.className == "linkback")  {
			anchor.onclick = goBack;
		}		
	} 
} 

function goBack() {
		history.back();
		return false;
}
});(function($){$.fn.equalHeights=function(minHeight,maxHeight){tallest=(minHeight)?minHeight:0;this.each(function(){if($(this).height()>tallest){tallest=$(this).height();}});if((maxHeight)&&tallest>maxHeight)tallest=maxHeight;return this.each(function(){$(this).height(tallest).css("overflow","auto");});}})(jQuery);function showPreview(coords){if(parseInt(coords.w)>0){var rx=470/coords.w;var ry=352/coords.h;if($("#shirt_image_name").length){$('#preview').css({width:Math.round(rx*$('#shirt_image_name').width())+'px',height:Math.round(ry*$('#shirt_image_name').height())+'px',marginLeft:'-'+Math.round(rx*coords.x)+'px',marginTop:'-'+Math.round(ry*coords.y)+'px'});}
jQuery('#x').val(coords.x);jQuery('#y').val(coords.y);jQuery('#w').val(coords.w);jQuery('#h').val(coords.h);}};
