$(function() {
		$(".datepicker").datepicker();
		
		try{
			if($.browser.msie && $.browser.version.substr(0,3) == '6.0' ){
				DD_belatedPNG.fix('#logo, #wrapper, #footer, .boxbottom,#content h3, .button, .buttonend, .contentbottom');
			}
			if($('table.searchresults tbody tr').length && !$('table.searchresults').hasClass('tweets')){
				$('table.searchresults tbody tr').click(function(){
					document.location = $(this).attr('rel');
				})
			}
			
		}catch(e){
			console.log(e);
		}
				
		
});

