u='http://suchmaschinenoptimierung.michaelsattler.de/'
a2='</a>';
a3='<a href="'+u+'" title="Suchmaschinenoptimierung">';


L=new Array(3);
L[0]=u;
L[1]='Suchmaschinen-Optimierung leicht gemacht';
L[2]='Tipps und Tricks zur Suchmaschinen-Optimierung';
L[3]='SEO Tips &amp; Tricks';

function HTMLerzeugen(n){
a1='<a href="'+u+'">';
if(n!=5){
if(n==4){a1=a3};
code=a1+L[n-1]+a2;
}
else{code='Tipps zur '+a1+'Suchmaschinen-Optimierung'+a2+' von Webseiten';}
document.forms[0].codehtml.value=code;
}

function Name_kopieren(){
document.forms[0].bd3.value=document.forms[0].name.value;
document.forms[0].bd3.focus();
}

function was_ist_am_wichtigsten(){
document.forms[0].kommentar.value="Was ist der wichtigste Punkt, der an meiner Website optimiert werden sollte?";
document.forms[0].kommentar.focus();
}