$(document).ready(function()
{
	$('.hide').hide();
	$('a.toggle').click(function() { $($(this).attr('href')).slideToggle(); return false; });
	$('.new-window').click(function () { return !window.open($(this).attr('href')); });
	//$('#blog-feed').load('/process/get_blog_feed');
});
