
//-- (c) hagman 1998-2001
//-- http://hagman.trance.nu
//-- do not delete this header

var b_url="http://www.wiredteens.org";
var b_title="WiredTeens";
var b_mouseo="Add WiredTeens to your list of favorite sites";
var b_text="Bookmark";
var b_nn="To bookmark:\n1.) Press Ctrl+D\nor\n1.) Go to Communicator\n2.) Go to Bookmarks\n3.) Add Bookmark";
var b_nn6="To bookmark:\n1.) Press Ctrl+D\nor\n1.) Go to Bookmarks\n2.) Add Current Page";
var b_op="To bookmark:\n1.) Press Ctrl+T\nor\n1.) Go to Bookmarks\n2.) Add current document here...\n3. Fill out form.";
var b_other="bookmark disabled";

// do not edit below this line
if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {
document.write('<a href="javascript:window.external.addfavorite(b_url,b_title);" ');
document.write('onmouseover="window.status=');
document.write(" (b_mouseo); return true");
document.write('">'+ b_text +'</a>'); }
else if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) <= 4)) {
document.write('<a href="javascript:void(0);" onclick="alert(b_nn);">'+ b_text +'</a>'); }
else if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 5)) {
document.write('<a href="javascript:void(0);" onclick="alert(b_nn6);">'+ b_text +'</a>'); }
else if (navigator.appName == "Opera") {
document.write('<a href="javascript:void(0);" onclick="alert(b_op);">'+ b_text +'</a>'); }
else {
document.write('<a href="javascript:void(0);" onclick="alert(b_other);">'+ b_text +'</a>'); }
// do not edit above this line
