$(document).ready(function(){
	if ($.browser.msie) {
		window.onbeforeunload = function(){
			$('embed,object').each(function(){
				$(this).wrap('<div style="height:'+$(this).height()+'px"></div>');
				$(this).remove();
			});
		}
	}

	renderFonts();
	searchDefault();
});

window.onload = function(){window.scrollTo(0, 1)};

function renderFonts() {
//	Cufon.replace('p.date', {fontFamily: 'Liberation Serif', fontStyle:'bold'});
//	Cufon.replace('h2', {fontFamily: 'newyork', fontSize: '40pt'});
}
