
function a(Text,URL,Title)
{
var undefined;
var one=arguments[0];
var two=arguments[1];
var three=arguments[2];
if(three==undefined)
   {
   Title=Text;
   }
document.write('<li><a href="'+URL+'" title="'+Title+'">'+Text+'</a></li>');
}
document.write('<ul class="nolist">');

//----------Enter Other Links-------------------
a("HTML Goodies","http://www.htmlgoodies.com");
a("SourceForge&#8226;net","http://www.sourceforge.net");
a("Compilers&#8226;net","http://www.compilers.net");
a("CPlusPlus&#8226;com","http://www.cplusplus.com");
a("CPPReference.com","http://www.cppreference.com");
a("CProgramming&#8226;com","http://www.cprogramming.com");
a("W3Schools&#8226;com","http://www.w3schools.com");
a("Free WebMaster Help","http://www.freewebmasterhelp.com");
a("HowStuffWorks&#8226;com","http://www.howstuffworks.com");
a("HowToFAQ&#8226;com","http://www.howtofaq.com");
a("Programmer's Heaven","http://www.programmersheaven.com");
a("CodePedia","http://www.codepedia.com");
a("Robot Caf&eacute;","http://www.robotcafe.com");
a("Robots&#8226;net","http://www.robots.net");
a("Botic&#8226;com","http://www.botic.com");
a("JavaScript-Reference","http://www.javascript-reference.info");
a("JavaScript Regular Expressions","http://www.visibone.com/regular-expresions");
a("XHTML&#8226;org","http://www.xhtml.org");
a("Programming Tutorials","http://www.programmingtutorials.com");
a("FunctionX","http://www.functionx.com");
a("OS News","http://www.osnews.com");
a("WonderSky","http://www.wondersky.com");
a("Code Guru","http://www.codeguru.com");
a("Bravenet&#8226;com","http://www.bravenet.com");
a("Free GuestBook","http://www.freegb.net");
a("FreeServers","http://www.freeservers.com");
a("Free2Code","http://www.free2code.com");
a("DevShed","http://www.devshed.net");
a("CNN&#8226;com Technology","http://www.cnn.com/TECH");
a("RSS 1.0","http://purl.org/rss/1.0/");
a("MSDN","http://msdn.microsoft.com");
a("Micro-ISV","http://www.microisv.com");
a("ThinkGeek","http://www.thinkgeek.com");
a("TuCows","http://www.tucows.com");
a("TuDogs","http://www.tudogs.com");
a("Download&#8226;com","http://www.downloads.com");
a("Shareware&#8226;com","http://www.shareware.com");
a("Jumbo&#8226;com","http://www.jumbo.com");
a("SurplusDirect","http://www.surplusdirect.com");
a("TechWeb","http://www.techweb.com");
a("PCWeek&#8226;com","http://www.pcweek.com");
a("Internet News","http://www.internetnews.com");
a("Kuro5hin","http://www.kuro5hin.org");
a("Artima","http://www.artima.com");
a("WirelessDev","http://www.wirelessdev.net");
a("Wired","http://www.wired.com");
a("WebMonkey","http://webmonkey.lycos.com");
a("D&#8226;A&#8226;D&#8226;S&#8226;","http://nist.gov/dads/","Dictionary Of Algorithms And Data Structures");
a("DevChannel","http://www.devchannel.org");
a("OSTG","http://www.ostg.com","Open Source Technology Group");
a("ITMJ","http://www.itmj.com","I.T. Managers' Journal");
a("IT Toolbox","http://www.ittoolbox.com");
a("NewsForge","http://www.newsforge.com");
a("Freshmeat&#8226;net","http://www.freshmeat.net","Freshmeat");
a("Tiobe","http://www.tiobe.com");
a("Stochastic Programming","http://www.stoprog.org");
a("Developer&#8226;be","http://www.developer.be");
a("GotDotNet","http://www.gotdotnet.com");
a("Advogato","http://www.advogato.org");
a("Sweet Reference","http://members.ozemail.com.au/~phoenix/html/ref_a-c.htm","This guy documented everything you may need. I would have paid if I could.");
a("Artima","http://www.artima.com");
a("The Unicode Consortium","http://www.unicode.org");
a("Skew&#8226;org","http://www.skew.org");
a("BASIC Stamp Documentation","http://www.parallax.com/html_pages/downloads/basicstamps/documentation_basic_stamp.asp");
a("SQL Course Part I","http://www.sqlcourse.com","This is first part of the SQL course I took. And I loved it.");
a("SQL Course Part II","http://www.sqlcourse2.com","THis is the second part of my favourite SQL tutorial.");
a("Database Journal","http://www.databasejournal.com");
a("Asimov Online","http://www.asimovonline.com","The Isaac Asimov Online FanBase");
a("The Geek Code","http://www.geekcode.com");
a("BASIC Stamp Class","http://www.stampsinclass.com");
a("File Format Resource","http://www.wotsit.org");
a("MathWorld","http://mathworld.wolfram.org","Funny, I hated Maths while I was at school. Then, I later find I like some bits of it. Wolfram feeds me.");
a("Microsoft SQL Server 2000 Home","http://www.microsoft.com/sql");
a("ASP Scripting Technologies Documentation","http://www.microsoft.com/scripting");

//------------No More Other Links----------------

document.write('</ul>');

