// JavaScript Document

var fstop =
{
	init: function()
	{
		fstop.valset();
	},
	
	valset: function()
	{
		var spammer = document.getElementById("fstop");
		spammer.value = 'werkjb4gufi09qe3rh';
		
	}	
		
};

Core.start(fstop)


