function addtolist(method, id, purchase_type)
{
	id = id.replace (",b",'');
	id = id.replace (",r",'');
	var newlocation = siteversion + 'php/viewlist.php?method=' + method + '&property=' + id + ',' + purchase_type;
	//alert (newlocation);

	top.frames[0].document.location=newlocation;
//	top.document.viewmylist.location.href=newlocation;
}
