bg = new Image();
bg.src = '/images/grad4.gif';
arrow = new Image();
arrow.src = '/images/arrow.gif';
function gotoArchive(letter) {
	var loc = 'http://www.perfectsologirls.com/teen-links/' + letter + '.html';
	this.location = loc;
}
function gotoCat(u) {
	var loc = 'http://www.perfectsologirls.com' + 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];
	window.open(t.childNodes[0],'_newWin');
}
