    $(document).ready(function(){ 
        $(document).pngFix(); 
        //$(".fancy").fancybox();

                getTwitters('tweet', { 
                id: 'fridayfrantic', 
                count: 3, 
                enableLinks: true, 
                ignoreReplies: true, 
                clearContents: true,
                template: '"%text%" <a href="http://twitter.com/%user_screen_name%/statuses/%id%/">%time%</a>'
                });

		jQuery("#gallery-flickr").flickr({     
			api_key: "29762a2e8174549981fe24129b9acc27",     
			per_page: "10",
			thumb_size: "s",
			type: "search",
			user_id: "43262556@N02",
			callback: fancyBoxCallback,
			attr: "class=fancy"
		}); 

	
	function fancyBoxCallback(el){
        	$(".fancy").fancybox();
	}

    }); 
