if (document.domain.indexOf('vitacost.com') > -1){
	document.domain = 'vitacost.com';
}

function RedirectToReview(ReviewPage){
	location.replace(ReviewPage);
}

function BVHelpfulTips(e){
	var BVHelpfulTipsMsg = '<div><b>To see your review featured on our website:</b><ul class="pLinkList1" style="margin:5px 0 0 5px;"><li>Use the product before reviewing it</li><li>Focus on the product\'s features and be specific</li><li>Avoid...</li></ul><ul class="pLinkList1" style="margin-left:20px;"><li>info that changes, such as price and promotional details</li><li>inappropriate language and attitude</li><li>info about other companies and websites</li><li>personal info -- we want to protect your privacy!</li></ul><ul class="pLinkList1" style="margin:0 0 5px 5px;"><li>Have something else to say? Contact <a href="/Help/ContactUsForm.cfm">Customer Service</a>. (Your comment will be sent privately to our staff.)</li></ul></div>';
	VitacostMsgBox('EZShipMsgBox', 400, MousePosition(e, false, true).x, MousePosition(e, false, true).y, true, true, true, BVHelpfulTipsMsg, 'BackgroundColor=FDFDEA;Padding=15;ShowCloseLink=True');
}

function MsgBazaarVoiceOR(HTML,ThisEvent){
	VitacostMsgBox('BVORMsgBox', 290, MousePosition(ThisEvent, true, true).x, MousePosition(ThisEvent, true, true).y, true, true, false, HTML.replace('&lt;div class=\'BVRatingSummary\'&gt;', '<div class="BVRatingSummary">').replace('&lt;/div&gt;','</div>'), 'BackgroundColor=FDFDEA;Padding=10;');
}

function MsgBazaarVoiceORRemove(){
	VitacostMsgBoxRemove('BVORMsgBox');
}
