function checknew8(start,date) {
  var newimg = "http://www.diannsgifts.com/images/hopehouse.jpg";
  var text = "<br>Diann's Gifts will be collecting non-perishable food for the Hope House in Dover New Jersey, to help <em>Feed the Hungry Locally</em>. The drop off box for canned and non-perishable items will be in our entrance foyer. We will be collecting food and non-perishables for the remainder of 2011. Our goal is to deliver 2 bags of groceries a week.<br><br>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
    document.write('<div class="promotion-new">' + '<img src=' + newimg + '>' + '<br>' + text + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew80(start,date) {
  var newimg = "http://www.diannsgifts.com/images/vera161.jpg";
  var text = "<br><h1>The Vera Bradley Spring 'On a Clear Day' Collection</h1><br><br>The Spring 'On a Clear Day' collection from Vera Bradley has arrived (pictured below). This collection is made of clear plastic and laminated cotton fabric and includes two new totes and cosmetic bags.<br><br>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew81(start,date) {
  var newimg = "http://www.diannsgifts.com/images/vera163.jpg";
  var text = "<br><h1>The Vera Bradley Spring 'Limited Edition' Accessory Collection</h1><br><br>The Spring 'limited edition' accessory collection is now in store. This collection includes the 'tech pocket' ($18.00, pictured below), the 'tiny traveler' bag ($36.00), the 'shopper tote' ($8.00), and the 'jewelry roll' ($35.00).<br><br>Be sure to check out all of these new Spring items next time you stop in!<br><br>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew82(start,date) {
  var newimg = "http://www.diannsgifts.com/images/swarovski170.jpg";
  var text = "<br><h1>The 2011 Swarovski Club Redemption Event</h1><br><br>The 2011 Swarovski Club Redemption Event begins on Friday, Feb. 18th, and lasts through Friday, Feb. 25th. Anyone who makes an SCS purchase during this event will receive a special gift (a choice of either a Polar Bear tack pin or a small customized jewelry purse), and he/she will be entered into a drawing for an Arctic pendant.<br><br>This years exclusive event piece is the Arctic Hare ($110.00), which is only available during this week and is the perfect addition to the overall Arctic-themed collection for 2011. Other club pieces that are available for purchase are the Polar Bear Siku (w/ title plaque, $490.00), the set of two Polar Bear cubs (available in either Crystal Moonlight or White Opal, $350.00 per set), the Arctic Flower pendant ($90.00), the Arctic bracelet ($140.00), the Arctic pierced earrings ($75.00), and the Arctic Flower ballpoint pen ($35.00). Also, the 2011 crystal membership gift is the Arctic Flower ornament (free with an in-store purchase of a 2011 SCS membership).<br><br>Visit Diann's Gifts & Collectibles to see this exclusive, beautiful new collection from Swarovski and learn about the benefits of a Swarovski membership.<br><br>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew83(start,date) {
  var newimg = "http://www.diannsgifts.com/images/vera172.jpg";
  var text = "<br><h1>FREE Vera Bradley 'Let Me Check' Notebook</h1><br><br>Beginning on Wednesday, February 23rd, through Sunday, February 27th, when you make a $50.00 Vera Bradley purchase, you will receive a FREE Vera Bradley 'Let Me Check' notebook. The 'Let Me Check' notebook is available in Lemon Parfait, Boysenberry, Blue Lagoon, and Folkloric.<br><br>This promotion is while supplies last!<br><br>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew84(start,date) {
  var newimg = "http://www.diannsgifts.com/images/vera181.jpg";
  var text = "<br><h1>Vera Bradley's New 'Dockside Canvas' Collection</h1><br><br>Vera Bradley's new 'Dockside Canvas' collection is now in store (pictured above). This sun and fun-worthy collection in soft, cotton canvas is sure to be a favorite for spring (and beyond). All three styles have off-white piping and floral print accents inside. Available in four exciting colors, each is designed to coordinate with the Spring 2011 patterns- Indigo (coordinates with Blue Lagoon), Sand (coordinates with Lemon Parfait), Periwinkle (coordinates with Boysenberry) and Clementine (coordinates with Folkloric).<br><br>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew85(start,date) {
  var newimg = "http://www.diannsgifts.com/images/vera174.jpg";
  var text = "<br><h1>Vera Bradley's Limited Edition, Canvas 'Card Keeper' Wallet</h1><br><br>Also, a limited edition, canvas 'Card Keeper' wallet was released (pictured below). The wallet is a great addition to the 'Dockside Canvas' collection and is available for purchase (for $16.00) from March 3rd-14th, or while supplies last.<br><br>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew86(start,date) {
  var newimg = "http://www.diannsgifts.com/images/vera179.jpg";
  var text = "<br><h1>Vera Bradley 'Spring Cleaning' Sale!</h1><br><br>We are having a Vera Bradley 'Spring Cleaning' Sale! Newly retired patterns and styles will be 25% off. The newly retired patterns are Sitting in a Tree, Poppy Fields, and Purple Punch. The newly retired styles are the Lisa B. bag, the Morgan bag, the Reversible tote, and the Maggie bag. Hurry in now to shop the best sale selection!<br><br>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew87(start,date) {
  var newimg = "http://www.diannsgifts.com/images/vera180.jpg";
  var text = "<br><h1>Vera Bradley 'Spring Cleaning' Sale!</h1><br><br>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew88(start,date) {
  var newimg = "http://www.diannsgifts.com/images/brighton182.jpg";
  var text = "<br><h1>FREE Brighton Sheer, Silk Georgette Scarf</h1><br><br>Beginning on March 4th, when you purchase $100.00 in Brighton merchandise (excluding sale items), you will receive a FREE Brighton sheer, silk georgette scarf. This limited edition, floral print scarf is lightweight and perfect to wear as a single layer, doubled, or tied on the handle of your favorite bag. Scarves are fun accessory to work with and they add a touch of whimsy to any outfit!<br><br>This promotion is through March 20th, or while supplies last.<br><br>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew89(start,date) {
  var newimg = "http://www.diannsgifts.com/images/vera183.jpg";
  var text = "<br><h1>Vera Bradley's New Summer Collection Event</h1><br><br>Be sure to visit Diann's Gifts & Collectibles on Thursday, March 24th, to celebrate the launch of Vera Bradley's new Summer collection. Four new patterns will be introduced (pictured above)- Deco Daisy, English Meadow, Watercolor, and Viva La Vera. Also, there will be two new style handbags and lots of new accessories that are great for travel, including a passport holder, a tech organizer, and a luggage tag.<br><br>To celebrate this new collection, we will be holding a special Grand Prize raffle on Thursday. Stop in anytime between 10am-6pm to enter to win (one entry per person).<br><br>Visit us during lunch hours on Thursday, between 12-2pm, and we will have snacks, sandwiches, and drinks available. This way, you can shop and eat! You will also receive a FREE Vera Bradley 'business card box' just for stopping in that day (one per customer, will be available all day or while supplies last)!<br><br>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew90(start,date) {
  var newimg = "http://www.diannsgifts.com/images/vera188.jpg";
  var text = "<br><h1>Vera Bradley Promotions</h1><br><br>There will be two new promotions starting on Thursday, March 24th, and lasting through Tuesday, April 5th (both pictured below). Anyone that makes a $65.00 Vera Bradley purchase (after any coupons, and excluding sale items) will receive a FREE 'Petite Pouch' coin purse in one of the four new patterns.<br><br>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew91(start,date) {
  var newimg = "http://www.diannsgifts.com/images/vera187.jpg";
  var text = "<h1>Vera Bradley Promotion</h1><br><br>The 'Get Carried Away' bag will be available for purchase at a special promotional price of $75.00 (originally $88.00, no double promotions/coupons).<br><br>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew92(start,date) {
  var newimg = "http://www.diannsgifts.com/images/vera203.jpg";
  var text = "<h1>Vera Bradley Promotion</h1><br><br>Beginning on Thursday, April 14th, stop in at Diann's Gifts & Collectibles to purchase an exclusive Vera Bradley 'Little Princess' handbag for $24.00. This adorable handbag makes a great Easter basket and is available in the four new Summer patterns- English Meadow, Deco Daisy, Viva La Vera, and Watercolor. It will be available for purchase until April 23rd, or while supplies last!<br><br>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew93(start,date) {
  var newimg = "http://www.diannsgifts.com/images/brighton205.jpg";
  var text = "<h1>Friday, April 22nd - Sunday, May 8th<br>Purchase Any Brighton Bracelet & Necklace and Choose a Pair of Brighton Earrings for FREE!*</h1><br><br>The Brighton earring promotion is back! The 'Ears to Your' promotion lets you choose a FREE pair of Brighton earrings when you purchase a Brighton bracelet and necklace.* You can pick out a set of matching jewelry or a mix of various styles - the possibilities are endless! This promotion lasts through Sunday, May 8th, which also happens to be Mother's Day- hint, hint.<br><br>*Excludes charm jewelry and prior purchases. Limited to in stock items only.<br><br>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew94(start,date) {
  var newimg = "http://www.diannsgifts.com/images/brightonpowerofpink.jpg";
  var text = "<h1>Brighton Power of Pink Promotion</h1><br><br>Breast cancer awareness and fundraising has been a part of Brighton's philanthropic nature for many years.  We are excited to offer 3 limited items from Brighton, with 10% of the proceeds going directly to a local Breast Cancer fund.  These items will be available in October.  Please call our store at 973-584-3848 to order yours.<br><br>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew95(start,date) {
  var newimg = "http://www.diannsgifts.com/images/vera229.jpg";
  var text = "<h1>Vera Bradley Sale<br>Starting Thursday, June 23rd</h1><br><br>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew96(start,date) {
  var newimg = "http://www.diannsgifts.com/images/trollbeads2.jpg";
  var text = "<h1>Diann's Gifts Announces Trollbeads!</h1><br><br>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew97(start,date) {
  var newimg = "http://www.diannsgifts.com/images/brighton231.jpg";
  var text = "<h1>Get a FREE Brighton 'Boardwalk Tote' When You Make a $100.00 Brighton Purchase!*</h1><br><br>*Excludes sale merchandise, limit one per customer, and while supplies last!<br><br>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew98(start,date) {
  var newimg = "http://www.diannsgifts.com/images/vera237.jpg";
  var text = "<h1>Vera Bradley Event Thursday, July 7th, 10AM-8PM Shop the New Patterns, Get a FREE GIFT, Enter into Raffles, and Check Out the New Promotion!</h1><br><br>Visit Diann's Gifts & Collectibles on Thursday, July 7th, as we celebrate the launch of the new Fall Vera Bradley collection. You will get a FREE GIFT just for coming in on Thursday, one of the Vera Bradley Two-Way Mirrors (pictured below)! We will also be holding TEN random raffles throughout the day for you to enter into (you must be present to win)!<br><br>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew99(start,date) {
  var newimg = "http://www.diannsgifts.com/images/vera236.jpg";
  var text = "<h1>Vera Bradley's 'Laundry Bag' promotion begins on Thursday, 7/7 - you can buy an exclusive laundry bag for only $48.00 (pictured below)!</h1><br><br>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew100(start,date) {
  var newimg = "http://www.diannsgifts.com/images/vera244.jpg";
  var text = "<h1>Stop in at Diann's Gifts & Collectibles between Thursday, July 21 through, Sunday, July 31st (we are closed on Monday, August 1st), to take advantage of the two new Vera Bradley promotions!<br><br>Vera Bradley XL Duffel<br><br></h1>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew101(start,date) {
  var newimg = "http://www.diannsgifts.com/images/vera246.jpg";
  var text = "<h1>Vera Bradley Colorful Calculator<br><br></h1>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew102(start,date) {
  var newimg = "http://www.diannsgifts.com/images/brighton248.jpg";
  var text = "<h1>Brighton Handbag Trade-In<br><br></h1>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew103(start,date) {
  var newimg = "http://www.diannsgifts.com/images/vera249.jpg";
  var text = "<h1>Exclusive Vera Bradley Bookbag</h1><br><br>Get ready for back-to-school by purchasing a special Vera Bradley 'Bookbag' for only $75.00 (originally $92.00).<br><br>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew104(start,date) {
  var newimg = "http://www.diannsgifts.com/images/vera250.jpg";
  var text = "<h1>The New Fall 'Vera Vera' Collection</h1><br><br>Be sure to check out the new Fall 'Vera Vera' collection from Vera Bradley, which is available in three colors.<br><br>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew105(start,date) {
  var newimg = "http://www.diannsgifts.com/images/brighton240.jpg";
  var text = "<h1>The Luxe Lunch Bag</h1><br><br>Brighton's Luxe Lunch Bag promotion begins this Friday! Also, all of our retired 2011 Brighton straw handbags are now 40% off (all sales final). Hurry in before they are gone!<br><br>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew106(start,date) {
  var newimg = "http://www.diannsgifts.com/images/brightonbagwinner.jpg";
  var text = "<h1>Brighton Product of the Month Winners for the month of August </h1><br><br><h2>Cyndi Olsen, winner of the Shasta Daisy Straw Handbag</h2>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew107(start,date) {
  var newimg = "http://www.diannsgifts.com/images/brightonwalletwinner.jpg";
  var text = "<h2>Sue Graziano, winner of the Black Twister Wallet</h2>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew108(start,date) {
  var newimg = "http://www.diannsgifts.com/images/brightonshoewinner.jpg";
  var text = "<h2>Judy Eichhorn, winner of the Ravish Pewter Shoes</h2>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew109(start,date) {
  var newimg = "http://www.diannsgifts.com/images/vera256.jpg";
  var text = "<h2>Vera Bradley Cozy Stadium Blanket</h2>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew110(start,date) {
  var newimg = "http://www.diannsgifts.com/images/brighton257.jpg";
  var text = "<h2>Free Brighton Bangle</h2>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew111(start,date) {
  var text = "<h2>Shop Our Annual Porch Sale<br><br>Friday, September 16th - Sunday, September 18th<br><br>Most of the Sale Items on the Porch will be 75%-90% Off of the Original Prices.<br><br>Items in Our 'Overstock Room' will be 70% Off (Friday and Saturday Only),<br>and there will be Retired Vera Bradley and Brighton Merchandise!*<br><br>The sale will run on Friday, September 16th, from 10a.m. to 8 p.m., on Saturday, September 17th, from 10 a.m. to 5 p.m., and on Sunday, September 18th, from 12 noon until 5 p.m.<br><br>* All sales final. No Layaways. No double promotions. Sale cannot be combined with any other coupons.</h2>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew112(start,date) {
  var text = "<h2>Sunday, September 18th, from 12pm-5pm will be our Porch Sale 'Bag Day!'<br><br>Fill a bag (to be provided) with items from our porch sale and pay only $20 for the whole bag!<br><br>This promotion ONLY includes items from our Porch Sale! All sales are final and<br><br>If a Porch Sale item is still in it's original box, we ask if you would please not remove it from it's box before placing it your bag. Thanks in advance!<br><br>We will be also be dedicating two register lines to people who are participating in the 'Bag Day' sale, and we will keep the third register open for customers who are not participating in the sale.</h2>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew113(start,date) {
  var text = "<h2>Vera Bradley Winter Launch Celebration<br><br>Thursday, September 22nd, 10AM-8PM<br><br>Shop the New Winter Patterns, Enter into a Grand Prize Raffle, and Check Out Vera Bradley's New 'Choose Your Gift' with a $75 Purchase Promotion!*<br><br>Also, the first 400 Adults to RSVP for the event will get a FREE gift just for coming in (either a Vera Bradley Tape Measure, Card Holder OR Double Mirror)!<br><br>*This promotion cannot be combined with any other coupons/offers, excludes sale merchandise, and is while supplies last.<br><br></h2>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew114(start,date) {
  var newimg = "http://www.diannsgifts.com/images/vera262.jpg";
  var text = "<h2>Vera Bradley's 'Choose Your Gift' promotion begins on Thursday.<br><br>Spend $75 in full-priced Vera Bradley merchandise and pick a Medium Cosmetic, Photo-Book, OR a Tech Case for FREE!*<br><br>*This promotion cannot be combined with any other coupons/offers, excludes sale merchandise, and is while supplies last.<br><br></h2>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew115(start,date) {
  var newimg = "http://www.diannsgifts.com/images/trollbeads263.jpg";
  var text = "<h2>Help Us Celebrate Our 9th Anniversary at this Location with 5 Diann's Dollars* this Saturday, September 24th!<br><br>Join us Saturday, Sept. 24th for cake, coffee, free hourly raffles, and 5 Diann's Dollars per person (*adults only) to use that day on any full-priced item.  *Sorry, no double promotions/coupons with the 5 Diann's Dollars.<br><br>Also, from 10 to 3, Fran Jenkins, our Trollbeads rep., will be on hand to share many Universal Uniques (Trollbeads that are one of a kind and fit on any fine jewelry bracelet), and to discuss and show this fabulous line.  Spend over $200 in Trollbeads merchadise and receive a FREE Trollbeads coffee table book ($90 Value).<br><br>Please join us for lots of fun!<br><br></h2>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew116(start,date) {
  var newimg = "http://www.diannsgifts.com/images/diannsdollars265.jpg";
  var text = "<h2>Help Us Celebrate Our 9th Anniversary in this Location with 5 Diann's Dollars* this Sunday, September 25th, from 12PM-5PM!<br><br>Join us Sunday, Sept. 25th for our store's 9th Anniversary and get 5 Diann's Dollars per person (*adults only) to use that day on any full-priced item.  *Sorry, no double promotions/coupons with the 5 Diann's Dollars.<br><br></h2>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew117(start,date) {
  var newimg = "http://www.diannsgifts.com/images/brighton267.jpg";
  var text = "<h2>Visit the store to enter into a raffle to win a Brighton Power of Pink Bracelet and Power of Pink clutch! $1.00 per entry. Winner will be announced on October, 31st, 2011. Enjoy pink snacks and refreshments this Friday too!</h2>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew118(start,date) {
  var newimg = "http://www.diannsgifts.com/images/yankeecandle269.jpg";
  var text = "<h2>Early Christmas Special! 40% off Select Yankee Candle Scents: Christmas Cookie & Christmas Eve Plus Top Off Your Candle with a 'Winter Forest' Candle Lamp Shade Originally $17.99, Now $8.99 (Candle Sold Separately)!<br><br>*All sales final, no special orders/layaways, and cannot be combined with any other promotions/coupons.</h2>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew119(start,date) {
  var newimg = "http://www.diannsgifts.com/images/vera273.jpg";
  var text = "<h2>Vera Bradley's East West Tote will be a special price this Saturday only.</h2><br><br>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew120(start,date) {
  var newimg = "http://www.diannsgifts.com/images/verafacebook.jpg";
  var text = "<h2>Vote on our Facebook page for the Vera Bradley pattern that you like best on Diann's two schnauzers! We posted the two pictures above on Facebook- Sydney in Mocha Rouge and Hannah in Plum Petals. Simply click 'like' on the picture that you prefer in order to cast your vote!<br><br>Make sure you check out our Facebook page on Thursday, October 27th, when we will announce the winning and losing schnauzer and the special promotion attached to the contest!<br><br>You must have a Facebook account in order to vote.<br><br></h2>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '<h2><a href="http://www.facebook.com/diannsgiftsandcollectibles" target="_blank">*Click here to go to Our Facebook Page*</a></h2>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew121(start,date) {
  var newimg = "http://www.diannsgifts.com/images/halloween-cobweb-header.gif";
  var text = "<h2>Starting this Saturday, Oct. 22nd, Buy One Halloween-Related Item, and Get the Second Halloween-Related Item of Equal or Lesser Value at 50% Off!* This Sale Includes Byer's Choice, Department 56, and Halloween Candy!<br><br>*Excludes Brighton, Trollbeads, Kameleon, and special orders. This sale cannot be combined with any other coupon or offer. All sales final.</h2>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-halloween">' + '<br><br>' + '<img src=' + newimg + '>' + '<br>' + text + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew122(start,date) {
  var newimg = "http://www.diannsgifts.com/images/trollbeads282.jpg";
  var text = "<h2>Stop in to See Over 400 Universal Uniques (one of a kind Murano glass Trollbeads) that are Available to Purchase from Now Through Tuesday Evening, Nov. 1st!</h2>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew123(start,date) {
  var newimg = "http://www.diannsgifts.com/images/brighton275.jpg";
  var text = "<h2>Fabulous, New Brighton Promotion Starting this Friday:*<br><br>*This promotion cannot be combined with any other offer and is while supplies last!</h2>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew124(start,date) {
  var newimg = "http://www.diannsgifts.com/images/halloween-event.jpg";
  var text = "<h2>Halloween Treats!<br><br>Shop at Diann's Gifts Saturday, October 29th & Sunday, October 30th.<br><br>All adults saying 'Trick or Treat' WHEN THEY ENTER THE STORE will receive 5 Diann's Dollars (to spend that day only)!<br><br>All children wearing Halloween costumes and saying 'Trick or Treat' WHEN THEY ENTER THE STORE will receive a treat!<br><br>Sorry, no double promotions/coupons with this offer.</h2>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew125(start,date) {
  var newimg = "http://www.diannsgifts.com/images/vera286.jpg";
  var text = "<h2>Vera Bradley's Small Duffel Promotion Starts Tomorrow</h2>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew126(start,date) {
  var newimg = "http://www.diannsgifts.com/images/swarovski285.jpg";
  var text = "<h2>Swarovski Membership Event Starts Tomorrow</h2>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew127(start,date) {
  var text = "<h2>Wow.  Tomorrow will be 11/11/11.  When will that happen again?  Shop at Diann's Gifts tomorrow and mention 11/11/11 at checkout, to receive $11.11 off your bill.  *Sorry, this promotion cannot be combined with any other offer or coupon.  Happy Shopping.<br><br></h2>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew128(start,date) {
  var newimg = "http://www.diannsgifts.com/images/vera291.jpg";
  var text = "<h2>New Vera Promotion<br><br>This promotion is while supplies last and cannot be combined with any other coupons or offers!<br><br></h2>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew129(start,date) {
  var newimg = "http://www.diannsgifts.com/images/brighton303.jpg";
  var text = "<h2>New Brighton Promotion<br><br></h2>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew130(start,date) {
  var text = "<h2>Shop with Diann's Gifts on 'Black Friday!'<br><br>Every adult shopping with us on Friday, from 10am-8pm, will get either a free Christmas ornament or a free Vera Bradley gift at the door!*<br><br>*Limit one per customer. While supplies last!<br><br></h2>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew131(start,date) {
  var newimg = "http://www.diannsgifts.com/images/veraholidaytote.jpg";
  var text = "<h2>Also, the first 60 customers on Friday to spend $100 in Vera Bradley will receive this exclusive 'Holiday Tote' in Suzani!*<br><br>*Limit one per customer. While supplies last!<br><br></h2>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew132(start,date) {
  var newimg = "http://www.diannsgifts.com/images/chamiliabracelet.jpg";
  var text = "<h2>Our newest line, Chamilia, will be 20% off this Friday, Saturday, and Sunday only! <br><br></h2>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew133(start,date) {
  var newimg = "http://www.diannsgifts.com/images/kameleon311.jpg";
  var text = "<h2>Kameleon Holiday Party Friday, December 2nd, from 5PM-8PM:</h2><br><br>Meet with Tim Lawrence, the Vice President of Kameleon Jewelry!<br><br>Learn about the collection and see the new Christmas jewelpops!<br><br>With any Kameleon purchase, you can participate in two games for the chance to win prizes and rewards!*<br><br>(*The games and prizes are while supplies last!)<br><br>Also, with any Kameleon purchase, you can enter into a raffle to win a Kameleon jewelry box, a $59.00 value!*<br><br>(*One entry per customer!)<br><br>Enjoy cheese & crackers, wine, and desserts!<br><br>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew134(start,date) {
  var newimg = "http://www.diannsgifts.com/images/vera312.jpg";
  var text = "<h2>We are honoring Vera Bradley's 'Friends & Family' discount this weekend, December 3rd & 4th, 2011!<br><br>Simply mention the 'Friends & Family' discount at checkout to receive 20% off* your Vera Bradley purchases!<br><br></h2>*This offer excludes prior purchases and cannot be combined with any other sales, coupons or promotions.<br><br>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew135(start,date) {
  var newimg = "http://www.diannsgifts.com/images/vera315.jpg";
  var text = "<h2>Vera Bradley's Sophie Bag is $29*<br><br>(orginally $44) Tuesday Only!</h2><br><br>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew136(start,date) {
  var newimg = "http://www.diannsgifts.com/images/brighton320.jpg";
  var text = "<h2>Starting on Friday...<br><br>Get a FREE Brighton 'Shimmer Bangle' with a $50 Brighton purchase in charms, beads, or spacers!*<br><br>*Excludes prior purchases. This promotion is through January 22nd, OR while supplies last!</h2><br><br>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew137(start,date) {
  var newimg = "http://www.diannsgifts.com/images/vera323.jpg";
  var text = "<h2>Vera Bradley's 'Choose Your Gift' promotion (with a $75 purchase, pictured below) also starts on Thursday, 1/19!*<br><br>*All promotions are while supplies last and cannot be combined with any other coupons.<br><br></h2>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew138(start,date) {
  var text = "<h2>Vera Bradley's 'Go Round Tote' will be a special price of $63 (originally $84) this Thursday through Sunday only!*<br><br>*All promotions are while supplies last and cannot be combined with any other coupons.<br><br></h2>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew139(start,date) {
  var newimg = "http://www.diannsgifts.com/images/vera324.bmp";
  var text = "<h2>Get a FREE gift (pictured below) just for stopping in to see the new collection!*<br><br>Get entered in a 'Grand Prize' raffle to win Vera Bradley product (no purchase necessary and you do not need to be present to win)!<br><br>*All promotions are while supplies last and cannot be combined with any other coupons.</h2><br><br>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew140(start,date) {
  var newimg = "http://www.diannsgifts.com/images/brighton325.jpg";
  var text = "<h2>Two Lovely Valentine's Day Promotions from Brighton!</h2><br><br>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew141(start,date) {
  var newimg = "http://www.diannsgifts.com/images/brighton324.jpg";
  var text = "<br><br>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew142(start,date) {
  var newimg = "http://www.diannsgifts.com/images/vera327.jpg";
  var text = "<h2>The Perfect Valentine's Day Gift - Vera Bradley's Limited Edition 'From My Heart' Jewelry Box!</h2><br><br>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->

function checknew143(start,date) {
  var newimg = "http://www.diannsgifts.com/images/groundhog.jpg";
  var text = "<br>"
  var startdate = new Date(start);
  var expdate = new Date(date);
  var curdate = new Date();
  if ( (startdate.getTime() < curdate.getTime()) && (expdate.getTime() > curdate.getTime()) )
  {
     document.write('<div class="promotion-new">' + '<br>' + text + '<img src=' + newimg + '>' + '<br><br>' + '</div>');
  }
  else
  {
    document.write('<div class="promotion">' + '</div>');
  }
}
// End -->
