 $(document).ready(
				function(){
					$('div#electric_tape_inner').innerfade({
						speed: 1800,
						timeout: 6000,
						type: 'sequence',
						containerheight: '256px'
					});
					
					$('div#product_image').innerfade({
						speed: 700,
						timeout: 6000,
						type: 'sequence',
						containerheight: '442px'
					});
					
					
			});

function add_colors(shirt, style){	
	
	$.post("script/color_update.php", {shirt: ""+shirt+"", style: ""+style+""}, function(data){	
	document.getElementById("color_select").innerHTML = data;
	});	
	
}