// Wywolanie ajaxa
function testmovie_DoFSCommand(command, args) { 
	if (command == "call_insert") { 
         $("#ajaxcontentarea").load(args);
	}
}
