$(function() 
{ 
	$("#faded").faded({
		speed: 10,
		crossfade: true,
		bigtarget: true,
		sequentialloading: false,
		autoplay: 5000,
		autorestart: 0,
		random: false,
		autopagination:false
	});		
	
	$("#datos_faded").faded({
		speed: 5,
		crossfade: true,
		bigtarget: true,
		sequentialloading: false,
		autoplay: 5000,
		autorestart: 0,
		random: false,
		autopagination:false
	});		
	
	//callback function to bring a hidden box back 
	function callback(){ 
		setTimeout(function(){ $("#effect:hidden").removeAttr('style').hide().fadeIn(); }, 1000);
	};
	
	//set effect from select menu value 
	$("#button").ready(function() 
	{  
		//get effect type from var 
		selectedEffect = 'slide'; 
	
		//most effect types need no options passed by default 
		var options = {}; 
	
		//run the effect 
		$("#effect").effect(selectedEffect,options,500,callback); 
		$("#botones").effect(selectedEffect,options,500,callback); 
	});
	
  $('#bt_3ra_light').click(function() 
  {
    nueva = window.open('https://mexico.dineromail.com/Carrito/cart.asp?NombreItem=Membres&#237;a 3&amp;TipoMoneda=1&amp;PrecioItem=2842.00&amp;NroItem=-&amp;image_url=http://a.imageshack.us/img828/5011/logo6gradosparadinerofc.jpg&amp;DireccionExito=http://www.facebook.com/6grados&amp;DireccionFracaso=http://www.seisgrados.com.mx&amp;DireccionEnvio=0&amp;Mensaje=1&MediosPago=4,5,19,20,13,14,18,2,7&amp;Comercio=313212','Carrito','width=600,height=275,toolbar=no,location=no,status=no,menubar=no,resizable=yes,scrollbars=yes,directories=no');
    
    return false;
  });
  
  $('#bt_3ra').click(function() 
  {
    nueva = window.open('https://mexico.dineromail.com/Carrito/cart.asp?NombreItem=Membres&#237;a 3&#186;&amp;TipoMoneda=1&amp;PrecioItem=4002.00&amp;NroItem=-&amp;image_url=http://a.imageshack.us/img828/5011/logo6gradosparadinerofc.jpg&amp;DireccionExito=http://www.facebook.com/6grados&amp;DireccionFracaso=http://www.seisgrados.com.mx&amp;DireccionEnvio=0&amp;Mensaje=1&MediosPago=4,5,19,20,13,14,18,2,7&amp;Comercio=313212','Carrito','width=600,height=275,toolbar=no,location=no,status=no,menubar=no,resizable=yes,scrollbars=yes,directories=no');
    
    return false;
  });
 
  $('#bt_6ta').click(function() 
  {
    nueva = window.open('https://mexico.dineromail.com/Carrito/cart.asp?NombreItem=Membres&#237;a 6&#186;&amp;TipoMoneda=1&amp;PrecioItem=6322.00&amp;NroItem=-&amp;image_url=http://a.imageshack.us/img828/5011/logo6gradosparadinerofc.jpg&amp;DireccionExito=http://www.facebook.com/6grados&amp;DireccionFracaso=http://www.seisgrados.com.mx&amp;DireccionEnvio=0&amp;Mensaje=1&MediosPago=4,5,19,20,13,14,18,2,7&amp;Comercio=313212','Carrito','width=600,height=275,toolbar=no,location=no,status=no,menubar=no,resizable=yes,scrollbars=yes,directories=no');
    
    return false;
  });
 
  $('#bt_9ta').click(function() 
  {
    nueva = window.open('https://mexico.dineromail.com/Carrito/cart.asp?NombreItem=Membres&#237;a 9&#186;&amp;TipoMoneda=1&amp;PrecioItem=8062.00&amp;NroItem=-&amp;image_url=http://a.imageshack.us/img828/5011/logo6gradosparadinerofc.jpg&amp;DireccionExito=http://www.facebook.com/6grados&amp;DireccionFracaso=http://www.seisgrados.com.mx&amp;DireccionEnvio=0&amp;Mensaje=1&MediosPago=4,5,19,20,13,14,18,2,7&amp;Comercio=313212','Carrito','width=600,height=275,toolbar=no,location=no,status=no,menubar=no,resizable=yes,scrollbars=yes,directories=no');
    
    return false;
  });  
});

