
<!--
//change the two variables below to match your sites info
var bookmarkurl="http://www.newwestmall.com"
var bookmarktitle="New West Online Shopping Mall"
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
//-->


