var cOnLoad = window.onload;
window.onload = showContent;function isdefined( variable)
{return (typeof(window[variable]) == "undefined")?  false: true;
}function showContent()
{if(isdefined("cOnLoad"))	cOnLoad(); 			var contentHolder = document.getElementById("v_review_content");		if (contentHolder == null) {return;}contentHolder.innerHTML = "<table class=\"v_mainTable\" cellspacing=\"0\" cellpadding=\"0\" style=\"margin-top:5px;\" border=\"0\"><tr><td style=\"width:10px;\">&nbsp;</td><td class=\"v_result_col\" valign=\"top\"><table cellspacing=\"0\" cellpadding=\"0\" style=\"border:1px solid #DEDEDE;height:47px;width:68px;\" border=\"0\"><tr><td colspan=\"2\" align=\"center\">Note /5</td></tr><tr><td align=\"center\"><img src=\"http://www.vinivi.com/images/gen_green_alarm.gif\" alt=\"\" /></td><td valign=\"middle\"><span class=\"v_review_rating_count\">4</span></td></tr></table></td><td style=\"width:5px;\">&nbsp;</td><td class=\"v_review_col\"><a class=\"v_review_url\" target=\"_blank\" href=\"http://www.vinivi.com/fr-Hotel-Var-France-r7008324-Avis-LArena.aspx#54662\">Bon rapport qualit&#233; prix</a><br /><span class=\"v_review_date\">05 mai 2007</span>&nbsp;<span class=\"v_reviewer_name\">chichi,&nbsp;France</span><br /><span class=\"v_review_abstract\">Tres bon accueil,bonne table,chambres correctes moyennement spacieuse, deco style provence de bon gout il y a une piscine.Pour cette partie de La Cote c'est certainement une des meilleures adresses.</span></td><td style=\"width:10px;\">&nbsp;</td></tr><tr><td colspan=\"5\" style=\"border-bottom:1px solid #ECECEC;width:100%;font-size:3px;\">&nbsp;</td></tr></table>";}