// JavaScript Document


$(function() {
	
	/*
	$("#trailer a[rel^='prettyPhoto']").prettyPhoto({theme:'dark_square'});
	$('#trailerlink').click(initvideo);
	*/
	
	var contentend = {minWidth:700, minHeight:393, resizable:false, autoSizable:false/*, endShowContent:function(elts, settings) { initvideo(); } */};
	
	$('#trailerlink').nyroModal(contentend);
	
	// AUTO PLAY TRAILER
	$('#trailerlink').nyroModalManual(contentend);
	
	$(".secondary").hide();
	
});
