nice idea buddy... is that the same idea as this one? lolz
http://theftalk.com/viewtopic.php?pid=680283#p680283
btw, shorten your code... give all the input buttons a class name... then just enter all the css for those buttons in your css file... sample:[quote]+"<input class='butoonwahtever' value='blahblahblah'>House"
+"<input class='butoonwahtever' value='blahblahblah'>Propayl"[/quote]
then in your external css, add the tweaks:[quote].butoonwahtever { width:blah; height:blah; border: blah blah blah; }[/quote]
about innerHTML... if you are going to use the default modules of friendster, you don't need to use onloads or setTimeouts because such modules are automatically loaded by friendster's scripts...