bg = new Image();
bg.src = '/images/grad4.gif';
arrow = new Image();
arrow.src = '/images/arrow.gif';
function gotoArchive(letter) {
	var loc = 'http://www.perfect-babes.net/babe-listings/' + letter + '.html';
	this.location = loc;
}
function gotoCat(u) {
	var loc = 'http://www.perfect-babes.net' + u ;
	this.location = loc;
}
function bookmarksite(title, url){
	if (document.all)
		window.external.AddFavorite(url, title);
	else if (window.sidebar)
		window.sidebar.addPanel(title, url, "")
}
function doClick(t) {
	window.location = t.childNodes[0];
}
function doClick2(t) {
	window.open (t.childNodes[0]);
}

