$(document).ready(function(){
	// Showcase
	$('#showcase').flash({
		src: "assets/swf/index/featurebox.swf",
		wmode:"transparent",
		width: 623,
		height: 277
	});
	// Player
	$('#player').flash({
		src: "assets/swf/index/videoPlayer.swf",
		width: 320,
		height: 277
	});
	
	// TV Listings
	var marketcookie = $.cookie("TWCChannelLineup");
	bhn.marketid = "";
	if(marketcookie != null){
		bhn.marketid = marketcookie.split(",")[0];
	}
	bhn.listings.getListings(bhn.marketid);
});