var baseurl = "http://www.sametz.com/roundthesquare";
// preload hover state images for nav and right boxes to avoid flickering
var topHover = new Image;
var inHover = new Image;
var outHover = new Image;
var botHover = new Image;
topHover.src = baseurl+"/wp-content/themes/roundthesquare/images/cattopo.gif";
inHover.src = baseurl+"/wp-content/themes/roundthesquare/images/catino.gif";
outHover.src = baseurl+"/wp-content/themes/roundthesquare/images/catouto.gif";
botHover.src = baseurl+"/wp-content/themes/roundthesquare/images/catboto.gif";
var archHover = new Image;
var contHover = new Image;
var abouHover = new Image;
var brHover = new Image;
archHover.src = baseurl+"/wp-content/themes/roundthesquare/images/archivesbgo.gif";
contHover.src = baseurl+"/wp-content/themes/roundthesquare/images/contributorsbgo.gif";
abouHover.src = baseurl+"/wp-content/themes/roundthesquare/images/aboutbgo.gif";
brHover.src = baseurl+"/wp-content/themes/roundthesquare/images/blogrollbgo.gif";
