var r_text = new Array ();
r_text[0] = "When visiting London, American Express Cardmembers love to dine at <b>China Tang</b>.";
r_text[1] = "When visiting London, American Express Cardmembers love to dine at <b>Cipriani</b>.";
r_text[2] = "When visiting London, American Express Cardmembers love to dine at <b>Hakkasan</b>.";
r_text[3] = "When visiting London, American Express Cardmembers love to dine at <b>Nobu Berkeley ST</b>.";
r_text[4] = "When visiting London, American Express Cardmembers love to dine at <b>Nobu London</b>.";
r_text[5] = "When visiting London, American Express Cardmembers love to dine at <b>Sketch</b>.";
r_text[6] = "When visiting London, American Express Cardmembers love to dine at <b>The Berkeley Square</b>.";
r_text[7] = "When visiting London, American Express Cardmembers love to dine at <b>The Ivy</b>.";
r_text[8] = "When visiting London, American Express Cardmembers love to dine at <b>The Wolseley</b>.";
r_text[9] = "When visiting London, American Express Cardmembers love to dine at <b>Zuma</b>.";

r_text[10] = "When visiting London, American Express Cardmembers love to stay at <b>Claridge's</b>.";
r_text[11] = "When visiting London, American Express Cardmembers love to stay at <b>Four Seasons Hotel London</b>.";
r_text[12] = "When visiting London, American Express Cardmembers love to stay at <b>Jumeirah Carlton Tower</b>.";
r_text[13] = "When visiting London, American Express Cardmembers love to stay at <b>The Savoy, A Fairmont Hotel</b>.";
r_text[14] = "When visiting London, American Express Cardmembers love to stay at <b>Brown's Hotel</b>.";
r_text[15] = "When visiting London, American Express Cardmembers love to stay at <b>Mandarin Oriental Hyde Park</b>.";
r_text[16] = "When visiting London, American Express Cardmembers love to stay at <b>The Berkeley</b>.";
r_text[17] = "When visiting London, American Express Cardmembers love to stay at <b>The Dorchester</b>.";
r_text[18] = "When visiting London, American Express Cardmembers love to stay at <b>The Lanesborough, A St. Regis Hotel</b>.";
r_text[19] = "When visiting London, American Express Cardmembers love to stay at <b>The Metropolitan</b>.";

r_text[20] = "<b>China Tang</b> is one of the most visited London restaurants by American Express Cardmembers.";
r_text[21] = "<b>Cipriani</b> is one of the most visited London restaurants by American Express Cardmembers.";
r_text[22] = "<b>Hakkasan</b> is one of the most visited London restaurants by American Express Cardmembers.";
r_text[23] = "<b>Nobu Berkeley ST</b> is one of the most visited London restaurants by American Express Cardmembers.";
r_text[24] = "<b>Nobu London</b> is one of the most visited London restaurants by American Express Cardmembers.";
r_text[25] = "<b>Sketch</b> is one of the most visited London restaurants by American Express Cardmembers.";
r_text[26] = "<b>The Berkeley Square</b> is one of the most visited London restaurants by American Express Cardmembers.";
r_text[27] = "<b>The Ivy</b> is one of the most visited London restaurants by American Express Cardmembers.";
r_text[28] = "<b>The Wolseley</b> is one of the most visited London restaurants by American Express Cardmembers.";
r_text[29] = "<b>Zuma</b> is one of the most visited London restaurants by American Express Cardmembers.";

r_text[30] = "<b>Claridge's</b> is one of the most visited London hotels by American Express Cardmembers.";
r_text[31] = "<b>Four Seasons Hotel London</b> is one of the most visited London hotels by American Express Cardmembers.";
r_text[32] = "<b>Jumeirah Carlton Tower</b> is one of the most visited London hotels by American Express Cardmembers.";
r_text[33] = "<b>The Savoy, A Fairmont Hotel</b> is one of the most visited London hotels by American Express Cardmembers.";
r_text[34] = "<b>Brown's Hotel</b> is one of the most visited London hotels by American Express Cardmembers.";
r_text[35] = "<b>Mandarin Oriental Hyde Park</b> is one of the most visited London hotels by American Express Cardmembers.";
r_text[36] = "<b>The Berkeley</b> is one of the most visited London hotels by American Express Cardmembers.";
r_text[37] = "<b>The Dorchester</b> is one of the most visited London hotels by American Express Cardmembers.";
r_text[38] = "<b>The Lanesborough, A St. Regis Hotel</b> is one of the most visited London hotels by American Express Cardmembers.";
r_text[39] = "<b>The Metropolitan</b> is one of the most visited London hotels by American Express Cardmembers.";

var i = Math.round(39*Math.random());

