\/**
 * @author maciej ćwiek
 */

function changePageTitle(title)
{
	window.title = title;
}