/**
 * Spalsh Page JS
 * @lastChanged  $Author: eric $ $Date: 2010-06-01 17:21:38 -0400 (Tue, 01 Jun 2010) $
 * @Revision  $Rev: 30 $
 */
 $(document).ready(function(){
	$("#cover").fadeTo(500,1,function(){
			$(this).fadeOut(2000);
		}
		);
 });
