$(document).ready(function() {
	$('#categories-module > li').click(function(){
		$('#categories-module > li').removeClass('selected');
		$(this).addClass('selected');
		$('.box-sections div').slideUp('1500');
		$('.box-sections div:eq(' + $('#categories-module > li').index(this) + ')').slideDown('1500');
	}).mouseover(function() {
		//Add and remove class, Personally I dont think this is the right way to do it, anyone please suggest
		$(this).addClass('mouseover');
		$(this).removeClass('mouseout');   
	}).mouseout(function() {
		//Add and remove class
		$(this).addClass('mouseout');
		$(this).removeClass('mouseover');
	});
	
	$('#ad-holder-ceiling').innerfade({
		speed: 'slow',
		timeout: 8000,
		type: 'sequence',
		containerheight: '92px'
	});
	
	$('#banner-holder-middle').innerfade({
		speed: 'slow',
		timeout: 8000,
		type: 'sequence',
		containerheight: '142px'
	});
	
	$('#ad-holder-middle').innerfade({
		speed: 'slow',
		timeout: 8000,
		type: 'sequence',
		containerheight: '142px'
	});
	
	$('#ad-holder-lateral').innerfade({
		speed: 'slow',
		timeout: 8000,
		type: 'sequence',
		containerheight: '382px'
	});
});

var flashvars = {};
var params = {};
params.wmode = "opaque";
params.scale = "exactfit";
params.salign = "lt";
params.menu = "false";
var attributes = {};

/*
swfobject.embedSWF(
	"http://www.ladoce.com.mx/anuncios/dyn/la12-banner-ceiling.swf", 
	"flash-banner-ceiling1", "584", "92", "9.0.0", 
	"http://www.ladoce.com.mx/anuncios/dyn/express_install.swf", 
	flashvars, params, attributes
);
*/

swfobject.embedSWF(
	"http://www.ladoce.com.mx/anuncios/dyn/albinegrosmx_superior_20110120.swf", 
	"flash-banner-ceiling", "572", "92", "9.0.0", 
	"http://www.ladoce.com.mx/anuncios/dyn/express_install.swf", 
	flashvars, params, attributes
);

swfobject.embedSWF(
	"http://www.ladoce.com.mx/anuncios/dyn/anitas-middle-20110203.swf", 
	"flash-banner-middle", "520", "142", "9.0.0", 
	"http://www.ladoce.com.mx/anuncios/dyn/express_install.swf", 
	flashvars, params, attributes
);

/*
swfobject.embedSWF(
	"http://www.ladoce.com.mx/anuncios/dyn/thephonehouse-20100511-lateral.swf", 
	"ad-holder-lateral", "376", "360", "9.0.0", 
	"http://www.ladoce.com.mx/anuncios/dyn/express_install.swf", 
	flashvars, params, attributes
);
*/
