$(function(){
	$('#birthdays').bxSlider({mode:'fade',speed:1500,pause:4000,auto:true,randomStart:true,pager:false,controls:false})
;});
function window_open(url){document.location.href=url;}
function frameHeight(){
var subfrm=document.getElementById('fr');var midfrm=document.getElementById('midframe');
if (subfrm.contentDocument&&subfrm.contentDocument.body.offsetHeight)
midfrm.height=subfrm.contentDocument.body.offsetHeight+18;
else if(subfrm.Document&&subfrm.Document.body.scrollHeight)
midfrm.height=subfrm.Document.body.scrollHeight+18;
}
