window.addEvent('domready', function(){
	swaptext = $('stext').get('html');
	$('btext').set('html', swaptext);
	$('stext').set('html', '');
});
