/* Sawpit No-spam Email Wizard by Allan Saw */

/* Copyright © 2002, all rights reserved */

function MakeIt(form)
{
var info='<!-- No-Spam Email script created with Webmaster Tools (http://www.erenet.net). -->\n\n';

if (form.openhead.value)
info+='<script language=javascript>\n<!--\nvar showtag="@"\nvar showlink="'+form.text.value+'";\nvar showname="'+form.yourname.value+'";\nvar showhost="'+form.yourhost.value+'";\ndocument.write("<a href="+"mail"+"to:"+showname+showtag+showhost+\n">"+showlink+"</a>")\n//--> \n</script>';


form.source.value=info;
}

function AddText(form, Action)
{
var AddTxt="";
var info="";
form.keywords.value+=AddTxt;
}

function doClear(theText) {
if (theText.value == theText.defaultValue) {
theText.value = ""
}
}

/* Copy Script */

function highlight() {
document.noha.source.select(); document.noha.source.focus()
}

function copy() {
highlight();
textRange = document.noha.source.createTextRange();
textRange.execCommand("RemoveFormat");
textRange.execCommand("Copy");
alert("Tüm Kodu Kopyaladınız.\n\nŞimdi Bu Kodu Sitenizin uygun yerine yapıştırınız.\n\nEreNeT.NeT i Tercih ettiğiniz için teşekkürler.");
}

/* End Copy script */
