// BT.com script to populate the text in the news box in the global logo bar

// Two lines for each block of text - one for the text itself, and one for the link.
// Remember the text, including any html code it has, has to be all on one line.
// If you don't wan't it to link anywhere use a "#" as the link.
// Copy or remove the last array to add/remove text blocks (remember to update the "nNews[x}" number!).

nNews=new Array()

nNews[0]=new Array()
nNews[0]["text"]="Blog: New photo software<br /><span class='news_link_001'>sorts by facial recognition</span>"
nNews[0]["link"]="http://current.newsweek.com/budgettravel/2009/02/photos_new_apple_software_uses.html"

nNews[1]=new Array()
nNews[1]["text"]="Costa Rica, 3 ways<br /><span class='news_link_001'>which one\'s right for you?</span>"
nNews[1]["link"]="http://www.budgettravel.com/bt-dyn/content/article/2008/09/15/AR2008091500975.html"

nNews[2]=new Array()
nNews[2]["text"]="Tourist Traps You Love<br /><span class='news_link_001'>&hellip;7 all-time favorites</span>"
nNews[2]["link"]="http://www.budgettravel.com/bt-dyn/content/article/2008/04/16/AR2008041601703.html"