	enterthesite = function(lang){
        if (isSafariTwo()) {
            window.location.href = 'http://www.happynewyear-film.ch/de/film/';
        }
        else {
            $("#start").remove();
            $("#enter").remove();
            $('#menu').animate({
                height: "60"
            }, 'slow');
            $('.sp1').animate({
                height: "900"
            }, 'slow');
            $('.sp2').animate({
                height: "900"
            }, 'slow');
            $('#content').animate({
                height: "960"
            }, 'fast');
            $('.noshow').animate({
                opacity: "show"
            }, 'fast');
            $('#nav').flash({
                src: '/media/swf/navi.swf',
                width: 800,
                height: 60,
                flashvars: { sprache: lang }
            });
        } 
    };
    
function isSafariTwo() {
    return false;
}

$(document).ready(function() {

    $('a.email_replace_low').nospam({
    replaceText: true,
    filterLevel: 'low'
    });

	window.defaultStatus="Design + Programming by FEINHEIT kreativ studio · www.feinheit.ch";

	var content = $("#content");
	var contentinner = $("#contentinner");


    $("#enter").click(function(){
		enterthesite();
	});

});

function loadPlayer(path) {
    $('.active').each(function(){
        $(this).removeClass('active');
    })
    $('#trailer-competition-player').empty();
    $('#trailer-competition-player').flash({
                   src: '/media/swf/player.swf',
                   width: 400,
                   height:250,
                   flashvars: { xml_file: path }
       });
} 





