function GoToAddToListPage(sEntitySource, sProductId, nCategoryId) { window.location = 'http://uk.shoppydoo.com/edituserlist.aspx' + '?urlfrom=' + escape(window.location.href) + '&mact=Add' + '&let=' + sEntitySource + '&productid=' + sProductId + '&categoryid=' + nCategoryId; } function GoToCopyToListPage(sEntitySource, nEntityId, nListId, sUsername, sProviderFromSource) { window.location = 'http://uk.shoppydoo.com/edituserlist.aspx' + '?urlfrom=' + escape(window.location.href) + '&mact=Add' + '&let=' + sEntitySource + '&entityid=' + nEntityId + '&listid=' + nListId + '&user=' + sUsername + '&letcp=' + sProviderFromSource; }