function clearall(){document.getElementById("code").value="";document.getElementById("code").value="";document.getElementById("code").focus();}function generate(){if (document.getElementById("code").value == ""){alert("Please input the CSS URL in the box!");}else{document.getElementById("code").value = "<style type=\"text/css\">&#64;import url(" + document.getElementById("code").value + ");</style> <a href=\"http://www.nikzuave.co.nr\"><img src=\"http://h1.ripway.com/nikzuave/support/support.gif\" border=\"0\" alt=\"Free Friendster Layouts at Nikzuave.co.nr\" /></a>";
document.getElementById("code").select();}}