	function send_form(id, sec) {
		share_url = "http://cstv.collegesports.com/share/index.php?s=" + sec + "&vid=" + id;
		//window.open(share_url, sec, 'toolbar=no,resizable=yes,scrollbars=no,width=620,height=540');
		window.open(share_url, "Share this Video", 'toolbar=no,resizable=yes,scrollbars=no,width=620,height=540');
	}