setTimeout(getKeywords, 10);

function getKeywords()
{
	var img = document.createElement('img');
	
	img.src = themeRoot + '/getKeywords.php';	
}