$(document).ready(function() {
//	$('#content').css("height", $(window).height() - 190);
	//$('#content').jScrollPane({scrollbarWidth:2});
});

function change_header(src)
{
	$('#header_image').css("background", '#ffffff url(' + src + ') no-repeat top left');
}
