From street stalls to bourses, South East Asia’s traditional medicine …

From street stalls to bourses, South East Asia’s traditional medicine makers promise panacea | MISCELLANY | Financial Express :: Financial Newspaper of Bangladesh
“);

$(“#selText”).load(“http://www.thefinancialexpress-bd.com/dictionary_orangebd.php?selText=” + highlightedText + “&sp=” + a);
$(“#syn_cls”).click(function(){
$(“#pop_up”).fadeOut();
});
}
});

}
}

function URLEncode(string)
{
string = string.replace(/\r\n/g,”\n”);
var utftext = “”;

for (var n = 0; n 127) && (c > 6) | 192);
utftext += String.fromCharCode((c & 63) | 128);
}
else {
utftext += String.fromCharCode((c >> 12) | 224);
utftext += String.fromCharCode(((c >> 6) & 63) | 128);
utftext += String.fromCharCode((c & 63) | 128);
}

}
return utftext;
}

var text = “”;
function getActiveText(event)
{
// Sets text MSIE or Netscape active
// text based on browser, puts text in form
text = (document.all) ? document.selection.createRange().text : document.getSelection();
if (text != ”)
getHighlighted(event);
//document.theform.text.value = text;
//return true;
}

document.onmouseup = getActiveText;

if (!document.all) document.captureEvents(Event.MOUSEUP);
document.ondblclick = getHighlighted;

Comments are closed.