<!--
/*
 *MasterDiz.com has trying to comunicate with Matthew Wollerto get permision to use, but not luck.
 *If you Matthew Woller find your script in my website and want me to removed, I will immediately.
 *This Script Is Copyright © 2001-2003 By Matthew Woller.
 *No Part Of This Script May Be Copied, Modified, Or Edited Without Permission From The Author. 
 *This Comment Must Be Left In The Script For You To Legally Use It.
 *Any Questions Or Comments May Be Sent To The Author.
 *This Script Is Legally Property Of The Author.
 *Please Inform The Author Via E-Mail That You Have Used This And Where.
 *
 *http://www.wworld.coolfreepage.com   http://www.javascript.curvedspaces.com
 *
 *bigmbw12@hotmail.com     
 *
 *!!!!!!   ALL RIGHTS RESERVED.   !!!!!!
 *
*/
function testnorm(){
	codetaken = document.actioncon.code.value;
	document.testarea.document.open();
	document.testarea.document.write(codetaken);
	document.testarea.document.close();
}
//-->
