// JavaScript Document

$(document).ready(function() {
						   
						   
	/*$('#header *').css('opacity',0.0);
	$('#content_wrapper').css('opacity',0.0);
	$('#footer').css('opacity',0.0);
	
	
	// FadeIn 
	var intTime = 200;
  	$('#header').each(function(i){
		var _this = this;
		window.setTimeout(function(){$(_this).fadeTo('slow',1.0).end();}, intTime);
		intTime += 250;
 	 });
	var intTime = 200;
  	$('#header .imgcontainer').each(function(i){
		var _this = this;
		window.setTimeout(function(){$(_this).fadeTo('slow',1.0).end();}, intTime);
		intTime += 250;
 	 });
	$('#header .imgcontainer *').each(function(i){
		var _this = this;
		window.setTimeout(function(){$(_this).fadeTo('slow',1.0).end();}, intTime);
		intTime += 250;
 	 });
	var intTime = 200;
  	$('#header .shadowright').each(function(i){
		var _this = this;
		window.setTimeout(function(){$(_this).fadeTo('slow',1.0).end();}, intTime);
		intTime += 250;
 	 });
	var intTime = 200;
  	$('#header .shadowleft').each(function(i){
		var _this = this;
		window.setTimeout(function(){$(_this).fadeTo('slow',1.0).end();}, intTime);
		intTime += 250;
 	 });
	
	
	
	
	
	var intTime = 5000;
  	$('#header *').each(function(i){
		var _this = this;
		window.setTimeout(function(){$(_this).fadeTo('slow',1.0).end();}, intTime);
		intTime += 0;
  	});  
	var intTime = 5000;
  	$('#content_wrapper').each(function(i){
		var _this = this;
		window.setTimeout(function(){$(_this).fadeTo('slow',1.0).end();}, intTime);
		intTime += 250;
  	});  
	var intTime = 5000;
  	$('#footer').each(function(i){
		var _this = this;
		window.setTimeout(function(){$(_this).fadeTo('slow',1.0).end();}, intTime);
		intTime += 250;
  	});  */
	
});
