/**
 * StudentCity
 * Promotions JS Functions
 * Author: TJ Kelly
 * Info: tjkelly@studentcity.com
 * Date: 01 Apr 2009 - Don't be fooled
 */


$(document).ready(function() {

	////////////////////////////////////////]  Barstool Sports 2010  [////////////////////////////////////////
	// text_fancybox
	if($('a.fancybox').length > 0){
		$('a.fancybox').fancybox({
			frameWidth : 600,
			//frameHeight : 400,
			frameHeight : 475,
			hideOnContentClick : false
		});
	}
	
	////////////////////////////////////////]  MTV Vegas  [////////////////////////////////////////
	// text_fancybox
	if($('a.mtv_fancybox').length > 0){
		$('a.mtv_fancybox').fancybox({
			frameWidth : 600,
			//frameHeight : 400,
			frameHeight : 275,
			hideOnContentClick : false
		});
	}
	
	////////////////////////////////////////]  Rep Rewards 2009  [////////////////////////////////////////
	// Header Email Form
	$("#rep_rewards_book_submit").css("opacity",0);

});
