if (isMarketplace()) {
document.write('<div style="font-size: 11pt; color: #00008b; font-family: Arial; border-right: #cccccc thin inset; border-top: #cccccc thin inset; border-left: #cccccc thin inset; border-bottom: #cccccc thin inset; font-style: italic; background-color: #fff4ca; text-align: justify; font-variant: normal; padding-right: 2px; padding-left: 2px; padding-bottom: 2px; padding-top: 2px;">There\'s some things money can\'t buy. The world series is one of them. This shirt is not. This is one of the most original "Yankees suck" shirts out there. Get one today! And if you haven\'t already, be sure to <a href="http://www.mgapparel.com"><b>check out the rest of MGA\'s stuff</b></a></div>');
} else {
document.write('There\'s some things money can\'t buy. The world series is one of them. This shirt is not. This is one of the most original "Yankees suck" shirts out there. Get one today!');
}
function isMarketplace() {
var strHref = window.location.href;
if (strHref.indexOf("/mgapparel") > -1) {
return false;
} else {
return true;
}
}
