function setSiteBg(bg_file)
{
	var bg_folder = "/templates/Tapki/bg/";
	jQuery('#site_body').css("backgroundImage","url("+bg_folder+bg_file+")");
	jQuery.cookie("TapkiBgFile", bg_file, {expires: 365});	
}
