setInterval("changeScreenshot()",9000);

function changeScreenshot()
{
	fwExec('getnextscreenshot','','screenshot_cont');
}