<!-- This goes in the BODY of the html file --> <!-- RADIO BOTTON LINKS --> <!-- Copyright 2001, Sandeep Gangadharan --> <!-- For more free scripts go to http://sivamdesign.com/scripts/ --> <form> <font face="verdana, arial, helvetica, ms sans serif" size="1"> <input type="radio" name="go" onClick="location.href='http://www.microsoft.com/'" />Microsoft Corp.<br /> <input type="radio" name="go" onClick="location.href='http://home.netscape.com/'" />Netscape Corp.<br /> <input type="radio" name="go" onClick="location.href='http://www.macromedia.com'" />Macromedia Inc.<br /> <input type="radio" name="go" onClick="location.href='http://www.symantec.com'" />Symantec Corp. </font> </form>