function Section(x,y){
  this.desc = x;
  this.url = y;
}

var ain = new Section("Blog","ain.html");
var dn = new Section("Blog","./dirtyandnerdy/");
var sd = new Section("Blog","./sublimedepravity/");
var ap = new Section("Blog","ap.html");
var sn = new Section("Links","sn.html");
var fl = new Section("Links","fl.html");

ain.desc = "<img src='ain.png' /><p>The original blog from Darius Whiteplume. Gaming, action figures, gaming, movies, gaming... There's something for everyone!</p><p><a href='http://adventuresinnerdliness.blogspot.com/' target='else'>A.i.N. Blog</a> on Blogger<br />";
dn.desc = "<img src='dn.png' /><p>For the mature nerd, this blog keeps the NSFW material out of the kiddies' hands (well, it tries to).</p><p><a href='http://dirtyandnerdy.blogspot.com/' target='else'>D&N Blog</a> on Blogger<br /></p>";
sd.desc = "<img src='sd.png' /><p>Another attempt to keep things in their places. this section deals with Sade, Atheism, and occassionally politics.</p><p><a href='http://sublimedepravity.blogspot.com/' target='else'>S.D. Blog</a> on Blogger<br /></p>";
ap.desc = "<img src='ap.png' /><p>A group blog devoted to Wonder Woman in all her incarnations.</p><p><a href='http://amazon-princess.blogspot.com/' target='else'>A.P. Blog</a> on Blogger<br /></p>";
sn.desc = "<img src='sn.png' /><p>You might not know it, but I can be found elsewhere! Tumblr, Twitter, Facebook, MySpace, Blip... I prefer Twitter, however.</p><p><a href='http://twitter.com/d_whiteplume' target='else'>@d_whiteplume on Twitter</a><br /><a href='http://blip.fm/dariuswhiteplume' target='else'>Darius Whiteplume on Blip.fm</a><br /><a href='http://www.facebook.com/darius.whiteplume' target='else'>Darius Whiteplume on Facebook</a><br /><a href='http://dariuswhiteplume.tumblr.com/' target='else'>A.i.N Tumblr</a><br /><a href='http://sublimedepravity.tumblr.com/' target='else'>S.D. Tumblr</a> NSFW!</p>";
fl.desc = "<img src='fl.png' /><p>Links to friends of nerdliness!</p><p><br /></p>";

function talking(a){
  document.getElementById("mainDesc").innerHTML = a;
}
