

var bmurl = escape(location.href);
var bmname = escape(document.title);

var sHTML;

if (!(spre)) {
	var spre = '';
}
if (!(spost)) {
	var spost = '';
}
if (!(stext)) {
	var stext = 'Bookmark this page';
}
//document.write(sHTML);


if (!(img) || img > 0) {
//document.write(img + '<P>');
	var img;
	if (img != 0) {
		img=1;
//document.write(img + '<P>');
	}
}

if (img == 1)
	document.write('<IMG ALT="Bookmark this with PortalPlanet" SRC="http://www.portalplanet.com/img/pp24x24.jpg">');


document.write('<A HREF="javascript:void(open(\'http://my.portalplanet.com/bookmark.cgi?a=c1&bmurl=\'+escape(location.href)+\'&bmname=\'+escape(document.title),\'PortalPlanet\',\'height=300,width=400,location=no,scrollbars=no,menubars=no,toolbars=no,resizable=yes\'));">' + spre + stext + spost + '</A>');


