//Amazon wishlist pointof view point
//http://pointofviewpoint.air-nifty.com/blog/

var iwish_doc="";
var iwish_uri = "http://aawishlist.appspot.com/aawishlist/jp?Service=AWSECommerceService&Version=2004-10-04&ResponseGroup=ItemAttributes,Images&ContentType=text/html&Style=http://www.spegene.com/ecsxsl/iwish2js4.xsl&Sort=DateAdded&Operation=ListLookup&AssociateTag="+AssociateTag+"&iwish_design="+iwish_design+"&iwish_titles="+iwish_titles;

if (iwish_titles > 20){iwish_titles = 20}
if (iwish_titles > 10){
iwish_uri += '&ListLookup.Shared.ListType=WishList&ListLookup.Shared.ListId='+iwish_listid+'&ListLookup.1.ProductPage=1&ListLookup.2.ProductPage=2';
} else {
iwish_uri += '&ListType=WishList&ListId='+iwish_listid+'&ProductPage=1'
}
//		document.write(iwish_uri);
document.write ("\<scr"+"ipt type='text/javascript' src='"+ iwish_uri+ "'  charset='UTF-8'\>"+"\</script\>");
