function about_me() {
var nick = "tableton"
var hobby = "c0ding";
var work = "c0ding";
}
function places_to_go() {
var CODING = [
"http://www.codinghorror.com/blog/",
"http://www.joelonsoftware.com/"
];
var AJAX = [
"http://ajaxian.com/",
"http://www.crockford.com/javascript/",
"http://dojotoolkit.org/",
"http://alex.dojotoolkit.org/",
"http://www.quirksmode.org/blog/",
"http://www.yuiblog.com/blog/",
"http://ejohn.org/blog/",
"http://blog.stevenlevithan.com/",
"http://lazutkin.com/blog/",
"http://www.catswhocode.com/blog/",
"http://reference.sitepoint.com/javascript",
"http://davidwalsh.name/",
"http://stevesouders.com"
];
var INFO = [
{
url : "http://www.alistapart.com/",
description : "For people who make websites"
},{
url : "http://www.merlyn.demon.co.uk/index.htm" ,
description : "Some interesting reading"
},{
url : "http://stackoverflow.com",
description : "Find you answer or ask a question "
},{
url : "http://dzone.com/",
description : "Fresh links for developers"
},{
url : "http://www.Noupe.com",
description : "Curiosity for finding..."
},{
url : "http://www.fuelyourcreativity.com/",
description : "It's all in link"
},
[ "http://docs.sun.com/source/806-3568/ncg_goldberg.html", "Floating point arithmetic" ]
];
var IE = [
"http://positioniseverything.net/explorer.html"
];
}