Type in the text you want, choose the glitter type, then hit "Generate"! You can copy and paste the generated code into your comments, "About Me" section, or just about anywhere else you can think of!

Text: ">

Glitter Type: <% if request.Form("glitters")="" then %>
<% else %> /a.gif" align="middle">
<% end if %>
<% if not Request.Form("Generate")="" then glitter_type=Request.Form("glitters") the_text=Request.Form("glittext") x=1 getto=len(the_text) while x<=getto the_letter=right(left(the_text,x),1) if the_letter=" " then the_string = the_string & " &nbsp; " the_string2 = the_string2 & "   " else the_string = the_string & "<a href='" & gv_baseurl & "' target='_blank'>" the_string = the_string & "<img src=" & gv_baseurl & "/images/glitters/" & glitter_type & "/" & lcase(the_letter) & ".gif border='0'>" the_string = the_string & "</a>" the_string2 = the_string2 & "" the_string2 = the_string2 & "" the_string2 = the_string2 & "" end if x=x+1 wend response.write "

" response.write "Sample:
" response.write the_string2 %>

Code:
<% end if %>