//<![CDATA[
    $(document).ready(function(){
        $('a[@rel*=external]').attr('target', '_blank');

        // Select all links that contains lightbox in the attribute rel
        if (document.getElementById('gallery-photos')) {
            $('a[@rel*=lightbox]').lightBox();
        }

        // Sorted out Photo upload
        if (document.getElementById('frm_photo')) {
            eventAddPhoto();
        }
    });

    function setasHome() {
        window.open('/sethomepage.php', 'sethomeapge', 'height=470,width=550,status=yes,toolbar=no,menubar=no,location=no');
    }
    function Tellafriend() {
        window.open('/tellafriend.php?referer='+document.location, 'tellafriend', 'height=460,width=400,status=yes,toolbar=no,menubar=no,location=no');
    }
    function favoris() {
        if ( navigator.appName != 'Microsoft Internet Explorer' )
            window.sidebar.addPanel(document.title,document.location,"");
        else
            window.external.AddFavorite(document.location,document.title);
    }
//]]>
