var textlinks_link=new Array ('/expert/food/47/','/expert/food/63/');
var textlinks_location=new Array ('Jamaica, USA','Puerto Rico, USA');
var textlinks_name=new Array ('Blake Kingsley','Lleyda Centeno');
var textlinks_title=new Array ('Chief Concierge',' Chief Concierge');
var textlinks_hotel=new Array ('Round Hill','Water Club');
var textlinks_hotellink=new Array ('../hotel-review/jamaica/Round-Hill-Hotel-and-Villas.html','../hotel-review/puerto-rico/The-Water-Club.html');
var textlinks_description=new Array ('A native of Montego Bay, Kinsley started as a bellman at the hotel in 1972 and is now Chef Concierge.','A native of Puerto Rico, Centeno has been the Water Club\'s "Desires Manager" since 2004.');
var textlinks_photo=new Array ('/media/photos/headshots/blake_kingsley.jpg','media/photos/headshots/lleyda_centeno.jpg');

var isSafari = 0;
if (navigator.appVersion.indexOf('Safari')>-1) isSafari = 1; 

if (!isSafari) 
	var textlinks_html = '<h1 style="background-image: url(/media/img/title_bar.gif);background-repeat:no-repeat;width:337;height:37;margin-bottom:6px;margin-top:1px;color:969481;text-decoration:none;font-weight:bold;font-family:futura,Century Gothic, verdana,arial;font-size:14px;letter-spacing:2px;text-transform:uppercase;padding:9px;"><img src="/media/img/icon_bell.gif" border="0" alt="" align="absmiddle">&nbsp;DESTINATION EXPERTS</h1>';
else  
	var textlinks_html = '<h1 style="background-image: url(/media/img/title_bar.gif);background-repeat:no-repeat;width:337;height:37;margin-bottom:6px;margin-top:1px;color:969481;text-decoration:none;font-weight:bold;font-family:futura,Century Gothic, verdana,arial;font-size:14px;letter-spacing:2px;text-transform:uppercase;padding:9px;"><img src="/media/img/icon_bell.gif" border="0" alt="" align="absmiddle">&nbsp;DESTINATION EXPERTS</h1>';

for(i=0;i<textlinks_link.length;i++) {
        textlinks_html = textlinks_html + '<div style="padding:5px;border:1px solid #999999;width:100;float:left;"><a href="http://www.forbestraveler.com' + textlinks_link[i] + '"><img src="' +textlinks_photo[i]+ '" width="100" height="100" border="0" alt="Destination Experts"></a></div><div style="float:right;width:210"><a href="' + textlinks_link[i] + '" class="headline"><h2 class="headline">' + textlinks_location[i] + '</h2></a><div class="subheadline">' + textlinks_name[i] + '</div><b>' + textlinks_title[i] + ':</b><br> <a href="' + textlinks_hotellink[i] + '" class="subnav">' + textlinks_hotel[i] + '</a><hr size="1"><a href="' + textlinks_link[i] + '" class="subnav">' + textlinks_name[i] + '&#39;s picks for &#187;</a><br>Best Steak<br>Best Gallery<br>Best Day Trip<br>Best Place to Catch a Sunset</a><hr size="1">See all picks from <a href="' + textlinks_link[i] + '" class="subnav">' + textlinks_name[i] + '</a><hr size="1"></div><br clear="all"><br>';
}

if (!isSafari) 
	textlinks_html = textlinks_html + '';
else 
	textlinks_html = textlinks_html + '<div style="background-color:#bdb89f;padding-left:20;"><a href="/experts/" class="subnav">MORE DESTINATION EXPERTS &#187;</a></div>';

document.write(textlinks_html);


