
function getPDLink(portal) {
	
	var pdLink = '' ;
	
	if (portal == 'LCC') {
		pdLink = 'http://www.webbrands.co.uk/microsite/microsite.asp?id=114' ;
	} else if (portal == 'INDEXEXTRA') {
		pdLink = 'http://www.paverdownes-processrequest.co.uk/littlewoods/unsubscribe/extra/extra.html' ;
	} else if (portal == 'SPORTS') {
		pdLink = 'http://www.paverdownes-processrequest.co.uk/Littlewoods/unsubscribe/sport-e/sport-e.html' ;
	} else if (portal == 'ELECTRICALS') {
		pdLink = 'http://lw.marketing-on-line.co.uk/electricals/unsubscribe.cfm' ;
	} else if (portal == 'FASHION') {
		pdLink = 'http://www.paverdownes-processrequest.co.uk/littlewoods/brandquarter/unsub/' ;
	} else if (portal == 'ADIDAS') {
		pdLink = 'http://www.paverdownes-processrequest.co.uk/adidas/unsubscribe_form.htm' ;
	}
	return pdLink ;
			
}	