
$j = jQuery.noConflict();
$j(document).ready(function(){                                                                                                                                  

    $j(".productname").bind("mouseover",function(){
        $j(this).animate({opacity: 0.5},200,'',function(){
            $j(this).animate({opacity: 1.0},200);
        });
    });
	
	$j(".bigcatlink").bind("mouseover",function(){
        $j(this).animate({opacity: 0.5},200,'',function(){
            $j(this).animate({opacity: 1.0},200);
        });
    });
}); 

function LoadHomepage()
{
	$j("#indextop").animate({height: '140px'},500, function(){
		$j("#boxtoppage").fadeIn(500);
		
		$j("#homepagebox").fadeOut(500, function(){
			//$j("#homepagebox").html('<img src="image.php?width=1141&image=/picture_library/banners/original/3_image001.jpg" width="1141" height="514" border="0" hspace="0" vspace="0" alt="" />');
			$j("#homepagebox").html('<div id="slideshow"><img src="images/spacer.gif" width="1141" height="514" border="0" hspace="0" vspace="0" class="active" style="background-image: url(\'image.php?width=1141&image=/picture_library/slides/original/4_1.jpg\'); background-repeat: no-repeat; background-position: center;" alt="" /><img src="images/spacer.gif" width="1141" height="514" border="0" hspace="0" vspace="0"  style="background-image: url(\'image.php?width=1141&image=/picture_library/slides/original/9_2.jpg\'); background-repeat: no-repeat; background-position: center;" alt="" /><img src="images/spacer.gif" width="1141" height="514" border="0" hspace="0" vspace="0"  style="background-image: url(\'image.php?width=1141&image=/picture_library/slides/original/10_3.jpg\'); background-repeat: no-repeat; background-position: center;" alt="" /><img src="images/spacer.gif" width="1141" height="514" border="0" hspace="0" vspace="0"  style="background-image: url(\'image.php?width=1141&image=/picture_library/slides/original/11_4.jpg\'); background-repeat: no-repeat; background-position: center;" alt="" /><img src="images/spacer.gif" width="1141" height="514" border="0" hspace="0" vspace="0"  style="background-image: url(\'image.php?width=1141&image=/picture_library/slides/original/12_5.jpg\'); background-repeat: no-repeat; background-position: center;" alt="" /><img src="images/spacer.gif" width="1141" height="514" border="0" hspace="0" vspace="0"  style="background-image: url(\'image.php?width=1141&image=/picture_library/slides/original/96_Epstein Chicago 002.jpg\'); background-repeat: no-repeat; background-position: center;" alt="" /><img src="images/spacer.gif" width="1141" height="514" border="0" hspace="0" vspace="0"  style="background-image: url(\'image.php?width=1141&image=/picture_library/slides/original/53_DSC01148.jpg\'); background-repeat: no-repeat; background-position: center;" alt="" /><img src="images/spacer.gif" width="1141" height="514" border="0" hspace="0" vspace="0"  style="background-image: url(\'image.php?width=1141&image=/picture_library/slides/original/63_15.jpg\'); background-repeat: no-repeat; background-position: center;" alt="" /><img src="images/spacer.gif" width="1141" height="514" border="0" hspace="0" vspace="0"  style="background-image: url(\'image.php?width=1141&image=/picture_library/slides/original/56_DSC01139_3.jpg\'); background-repeat: no-repeat; background-position: center;" alt="" /><img src="images/spacer.gif" width="1141" height="514" border="0" hspace="0" vspace="0"  style="background-image: url(\'image.php?width=1141&image=/picture_library/slides/original/81_IMG_0866.jpg\'); background-repeat: no-repeat; background-position: center;" alt="" /><img src="images/spacer.gif" width="1141" height="514" border="0" hspace="0" vspace="0"  style="background-image: url(\'image.php?width=1141&image=/picture_library/slides/original/92_Rollin Room setting OCt518.jpg\'); background-repeat: no-repeat; background-position: center;" alt="" /><img src="images/spacer.gif" width="1141" height="514" border="0" hspace="0" vspace="0"  style="background-image: url(\'image.php?width=1141&image=/picture_library/slides/original/98_Epstein Chicago 007.jpg\'); background-repeat: no-repeat; background-position: center;" alt="" /><img src="images/spacer.gif" width="1141" height="514" border="0" hspace="0" vspace="0"  style="background-image: url(\'image.php?width=1141&image=/picture_library/slides/original/95_TrumpAprentBoardRoomSide4953 copy.jpg\'); background-repeat: no-repeat; background-position: center;" alt="" /><img src="images/spacer.gif" width="1141" height="514" border="0" hspace="0" vspace="0"  style="background-image: url(\'image.php?width=1141&image=/picture_library/slides/original/93_TrumpAprentBoardRoom4947 copy.jpg\'); background-repeat: no-repeat; background-position: center;" alt="" /></div>');
			$j("#homepagebox").fadeIn(1000);
		});
		
	});

}





