/*
Basic Rules:
1)  if you use a apostrophe ' please put a \ in front of it.  ex. ( Stop and Shop\'s fabulous munchies )
2)  Avoid using < or > because they could cause issues in internet explorer 6
*/
var newsLink = 'http://www.nu-train.com/repository/bread-is-the-devil-win-the-weight-loss-battle-by-taking-control-of-your-diet-demons/';
var newsText = 'Heathers new book, Bread is the Devil, hits stores on January 3, 2012';

// !!!!!! DO NOT EDIT !!!!!!!!!!
var recentNews = '<a href="'+newsLink+'" >'+newsText+'<img src="images/symbolTriangle.jpg" class="linkPointer" alt="Recent News Pointer" /></a>';

