// <script language="Javascript">

// use the common function in scripts/homestuff.js

var myName="JKWW";
var frameWinName="_top";
var siteName="JKWW";

if ( parent.basePath==null ) {
	parent.basePath = "./"
}

function bookmarkMe () {
	if(document.all)
		window.external.AddFavorite(self.location.href,self.location.title);
}


