<!-- hide

function pop(pageUrl)
{
popOpen=window.open(pageUrl,"aWindow","toolbar=no,scrollbars=yes,resizable=yes,width=400,height=420");
}

// ADAPTED by DANJOCREATIONS from:
// (C) 2000 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this header

var txt = "Add this page to Favorites"
var maintxt = "Add us to your Favorites!"
var nstxt = "Bookmark us"
var nsmaintxt = "Bookmark our Site!"
var url = "http://www.kanggah.com"
var who = "Kanggahs Neighbourhood - Frugal and Environmentally Friendly Parenting."
var ver = navigator.appName
var num = parseInt(navigator.appVersion)

var tell = "Tell a Friend about this Page"


function getPoints() {
// by DANJOCREATIONS
// Simple javascript using current WW formula 
// as found publicly in USPTO patent database
   var cal = document.wwForm.cal.value;
   var fat = document.wwForm.fat.value;
   var fib = document.wwForm.fib.value;
   if (fib>4) { fib=4; }
   document.wwForm.points.value = Math.round(cal/50+fat/12-fib/5);
}


// stop -->


