// We can figure out a way to wisely house promotions here
var url = window.location.search;
if (url.indexOf("popup=freeshipping")>-1) {
	freeshipping();
}else if (url.indexOf("popup=giftsOnTime")>-1) {
	holidayShipping();
}