function addToBasket(billboard){
	parent.location = 'http://www.nicheadv.com/basket/basketItemAdd-Action.asp?billboardID=' + billboard + '&r=' + Math.random();
//	nicheBasketWindow = window.open('http://www.nicheadv.com/basket/basketItemAdd-Action.asp?billboardID=' + billboard + '&r=' + Math.random(), 'nicheBasket', '');
//	nicheBasketWindow.focus();
	return false;
}

function removeFromBasket(billboard){
	location = 'http://www.nicheadv.com/basket/basketItemRemove-Action.asp?billboardID=' + billboard + '&r=' + Math.random();
//	nicheBasketWindow = window.open('http://www.nicheadv.com/basket/basketItemRemove-Action.asp?billboardID=' + billboard + '&r=' + Math.random(), 'nicheBasket', '');
//	nicheBasketWindow.focus();
	return false;
}


