window.onload = init;

function init() {
	try{
		document.getElementById("wpcm").setAttribute('method', 'post');
		document.getElementById("wpcm").setAttribute('action','#nucleus_cf');
	} catch(e) {
	}
}