// JavaScript Document
$(document).ready(function() {
	$.fn.media.defaults.flvPlayer = url_swf+"mediaplayer.swf";
	$.fn.media.defaults.mp3Player = url_swf+"mediaplayer.swf";
    $('a.media').media();  
    $("a[@href^='mailto:']").each(function(){$(this).attr('href',$(this).attr('href').replace(/\(\( a t \)\)/,'@'));$(this).text($(this).text().replace(/\(\( a t \)\)/,'@'));   }); 
	var strHref = window.location.href.match(/index.php\/page\/view\/(\w+)/)[1];
	$("#menu a").each(function(){
        thisctrl=$(this).attr("href").match(/index.php\/page\/view\/(\w+)/)[1];
        if (thisctrl==strHref)
            $(this).addClass("selected");      
    });
    if ($('#menu span:eq(1) a.selected').size()==1) {
        $("#menu a[@href*='filmo']").addClass("selected");
    } else {
        if ($('#menu span:eq(0) a:eq(0).selected').size()==0) {
            $('#menu span:eq(1)').hide();
        }   
    }
    
    $("a[href='#seemore']").addClass("seemore");
    $("a[href='#seemore']").prepend("» ");
    
});
