$(document).ready(function(){
    $(".tweet").tweet({
        username: "simmerdeis",
        join_text: "auto",
        avatar_size: 32,
        count: 5,
        auto_join_text_default: "we said,",
        auto_join_text_ed: "we",
        auto_join_text_ing: "we were",
        auto_join_text_reply: "we replied to",
        auto_join_text_url: "we were checking out",
        loading_text: "Laden Simmertweets..."
    });
    $('a.booking').fancybox({
        type : 'iframe',
        width : 680,
        height : 500,
        centerOnScroll : true,
        padding:0
    });
    
    $('a.bookingP').fancybox({
        type : 'iframe',
        width : 600,
        height : 670,
        centerOnScroll : true,
        padding:0
    });
    
    if ($('#stylishbanner').length > 0)
    {
        swfobject.embedSWF("/site/assets/swf/stylishbanner_externalxml.swf", "stylishbanner", "616", "302", "9.0.0", "expressInstall.swf", {xml_path: 'ajax.php?r=banner/xml/banner/1'}, {'wmode' : 'transparent'});
    }

});
