function validate_blog()
{
	alert('hello blog');
}

function test()
{
	alert('test');
}
