$(document).ready(function()
{
	
});


function getContent(file)
{
	$("div.content").hide("slow");
	$("div.content").load(file,"ajax=on",$("div.content").show("slow"));	
}