var vp;

function varietyKitPromo2()
{
alert("Write Down the Promo Code: TSFLFW and enter it in the Coupon Line\nin the Shopping Cart at Checkout for a Savings for Over $75.00! - then Click OK"); 

  varietyKitPromo();
}

function varietyKitPromo()
{
  vp = window.open("http://getyouhealth.tsfl.com");
  setTimeout("vk_endpause()",3000); // wait 3 sec
}

function vk_endpause()
{
vp.location.replace("http://shop.tsfl.com/pls/ngs/ngs_instore.show_product_listing?fn_product_scs_group_id=1862&fv_display_style=EX&fn_category_id=3922");
}

function Shop2()
{
 alert("Write Down the Promo Code: HA2004 and Enter it in the last screen before payment (on the payment screen), then Click OK.\nDiscount available to 1st time buyers only for $25.00 off of an order that totals $75.00 or more!");

Shop(); 
}

function Shop()
{
  vp = window.open("http://getyouhealth.tsfl.com");
  setTimeout("shop_endpause()",3000); // wait 3 sec
}

function shop_endpause() {
vp.location.replace("http://shop.tsfl.com/pls/ngs/ngs_instore.home");
}

