$(document).ready(function(){	if($(".flexcroll > p").size() < 1)	{		$(".flexcroll > div:last").after("<p class=\"dummy\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>");	}	$("#twitter").tweet({		username: "MTBNica",		join_text: "auto",		count: 1,		fetch: 20,		auto_join_text_default: "<br /><b>Nicoletta: </b>",		auto_join_text_ed: "", //was: we		auto_join_text_ing: "", //was: we were		auto_join_text_reply: "", //was: we replied to		auto_join_text_url: "", //was: we were checking out		loading_text: "loading tweets...",		filter: function(t){ return ! /^@\w+/.test(t["tweet_raw_text"]); }	});     $(".fotoalbum a").lightBox();	 $("a.thumb").lightBox();     $("*").pngFix();	 resizeVP();});$(window).resize(function(){	 resizeVP();});function resizeVP(){	if ($(window).height() > 720)	{		var margintoevoegen = ($(window).height()-720)/2;		$("#xcontainer").css("margin-top", margintoevoegen+"px");	}}
