/**
 * @author ragoncalves
 */
(function($) {
	$.extend({
		 TVI24VideoBox:{	
		 
            loadimg60:function (){
                $(TVI24VideoBoxData).each(function (){
                    $('<img>').attr('src',this.img);
                });
            },
           
            addClickAction:function (){                
                 $('a',$('li',$('ul',$(".galeria-navClass")))).click(function(){

                    $('img',$('li',$('ul',$(".galeria-navClass")))).removeClass('active');
                    $('img',this).addClass('active');
                   var id=$('img',this).attr('id').substring(4);
                   var idtarget=TVI24VideoBoxData[id].mul_id;

                   var object='%20%20%3COBJECT%20classid%3Dclsid%3AD27CDB6E-AE6D-11cf-96B8-444553540000%20codebase%3Dhttp%3A%2F%2F';
                    object+='macromedia.com%2Fcabs%2Fswflash.cab%23version%3D6%2C0%2C0%2C0%20ID%3DflaMovie%20WIDTH%3D400%20HEIGH';
                    object+='T%3D244%3E%0D%0A%20%20%20%20%3CPARAM%20NAME%3Dmovie%20VALUE%3Dhttp%3A%2F%2Fwww.videos.iol.pt%2Fflas';
                    object+='hplayers%2Fflvplayer.swf%3E%0D%0A%20%20%20%20%3CPARAM%20NAME%3DFlashVars%20VALUE%3Dfile%3Drtmp%3A%2';
                    object+='F%2Fflashmedia.iol.pt%2Flive%2F%26id%3D'+idtarget+'%26showdigits%3Dfalse%26autostart%3Dtrue%26showf';
                    object+='sbutton%3Dfalse%26repeat%3Dtrue%26volume%3D100%26showicons%3Dfalse%26image%3D%3E%0D%0A%20%20%20%20%';
                    object+='3CPARAM%20NAME%3Dquality%20VALUE%3Dhigh%3E%0D%0A%20%20%20%20%3CPARAM%20NAME%3Dwmode%20VALUE%3Dtrans';
                    object+='parent%3E%0D%0A%20%20%20%20%3CPARAM%20NAME%3Dbgcolor%20VALUE%3D%23000000%3E%0D%0A%20%20%20%20%3CEMB';
                    object+='ED%20src%3Dhttp%3A%2F%2Fwww.videos.iol.pt%2Fflashplayers%2Fflvplayer.swf%20FlashVars%3Dfile%3Drtmp%';
                    object+='3A%2F%2Fflashmedia.iol.pt%2Flive%2F%26id%3D'+idtarget+'%26showdigits%3Dfalse%26autostart%3Dtrue%26s';
                    object+='howfsbutton%3Dfalse%26repeat%3Dtrue%26volume%3D100%26showicons%3Dfalse%26image%3D%20wmode%3Dtranspa';
                    object+='rent%20bgcolor%3D%23FFFFFF%20WIDTH%3D400%20HEIGHT%3D244%20TYPE%3Dapplication%2Fx-shockwave-flash%3E';
                    object+='%3C%2FEMBED%3E%0D%0A%20%20%3C%2FOBJECT%3E';

                   var videoobject=decodeURIComponent(object);
                   
                    $('#VideoPlayer').animate({opacity: 0.1},250).queue(function (){
                        $('#VideoPlayer').html($(videoobject));
                        $('#VideoPlayer').animate({opacity: 1.0},{ queue:false, duration:500});
                        $(this).dequeue();
                    });                    

                    $('h3',$('#main_title')).html(TVI24VideoBoxData[id].title);
                    $('#main_desc').html(TVI24VideoBoxData[id].desc);
					
					$('#mrec').html(' ');
					$('#mrec').banner({path:'Site=tvi24&PagePos=7&adsize=300x250&type=0300x0250-0000'});
					
					if (typeof(w_counter) == "object")  {w_counter.count();};
					
                    return false;
                 });
            },
            
			start:function(){                                                        
                                     
                    
                   $(".galeria-navClass").jCarouselLite({
						btnNext: ".next",
						btnPrev: ".prev",
						visible: 8,
						scroll:7,
						circular:true
					});
                    this.addClickAction();
                    this.loadimg60();
                    
			}
		}		
	});
})(jQuery);

