// JavaScript Document

$(document).ready(function(){

$('a[href*=riser]').click(function(e){

    if(!$('#FB_TW_module').length == 0)
    {
    $('#FB_TW_module').show();
    $('.side_mod img').hide();
    e.preventDefault()
    }
    
});


/*Twiter Module*/
	
	//Normal Pages
	if(!$("#fox_my_tweets").length==0){
		$("#fox_my_tweets").tweet({
        join_text: "auto",
        username: "foxmoviechannel",
        avatar_size: 48,
        count: 3,
        auto_join_text_default: "we said,",
        auto_join_text_ed: "we",
        auto_join_text_ing: "we were",
        auto_join_text_reply: "we replied",
        auto_join_text_url: "we were checking out",
        loading_text: "loading tweets..."
      });
    }
      //UnVaulted Pages
	if(!$("#fox_my_tweets_UV").length==0){
		$("#fox_my_tweets_UV").tweet({
        join_text: "auto",
        username: "foxmoviechannel",
        avatar_size: 48,
        count: 3,
        auto_join_text_default: "we said,",
        auto_join_text_ed: "we",
        auto_join_text_ing: "we were",
        auto_join_text_reply: "we replied",
        auto_join_text_url: "we were checking out",
        loading_text: "loading tweets..."
      });
    }
//End of Twiter Module

$('.slider img[src*=fb]').attr('usemap','#fb_tw');					  

});
