$(function()
{
	var ajax = $.ajax(
	{
		type:"post",
		data:"",
		url:"php_scripts/playing.php",
		async:false
	}).responseText;
	$(".now").children("span").html(ajax);
});
