// JavaScript Document
$(document).ready(function() {
	crossFadeInit();
	setTimeout("fadeInit()",4000);
  });