var Site = {
	start: function($)
	{
		jQuery('#genreselect').change( function() {document.searchshowform.submit();} );
		jQuery('#miniFeatures li').equalHeights(); 
	}
}

jQuery.noConflict();
jQuery(document).ready(function() {
   Site.start();
 });

var gotham = { src:"assets/flash/gotham-bold.swf" };

  sIFR.activate(gotham);

  sIFR.replace
	(
		gotham,
		{
			css:
			[
				".sIFR-root { color:#A11106; font-size:26px; text-transform:uppercase; }"
			],
    	selector:"h2",
			wmode:"transparent"
  	}
	);

  sIFR.replace
	(
		gotham,
		{
			css:
			[
				".sIFR-root { color:#ffffff; font-size:14px; text-transform:uppercase; }"
			],
    	selector:"h3.white",
			wmode:"transparent"
  	}
	);

  sIFR.replace
	(
		gotham,
		{
			css:
			[
				".sIFR-root { color:#a11106; font-size:14px; text-transform:uppercase; }"
			],
    	selector:"h3",
			wmode:"transparent"
  	}
	);	

  sIFR.replace
	(
		gotham,
		{
			css:
			[
				".sIFR-root { color:#ffffff; font-size:12px; text-transform:uppercase; }"
			],
    	selector:"h4.white",
			wmode:"transparent"
  	}
	);

  sIFR.replace
	(
		gotham,
		{
			css:
			[
				".sIFR-root { color:#303030; font-size:12px; text-transform:uppercase; }"
			],
    	selector:"h4",
			wmode:"transparent"
  	}
);