function makeid() { var text = "", possible = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"; for( var i=0; i < 5; i++ ) { text += possible.charAt(Math.floor(Math.random() * possible.length)); } return text; } function wishListCount() { var wishListNum = $.ajax({ type: "POST", cache: false, async: false, url: "/pws/AJWishListItemCount.ice", data: { id: makeid() } }).responseText; return wishListNum; } document.write('
  • Login
  • ');