|
|
|
Adnan Sami gets Death threats! |
|
| |
Date added: 7 May 2009 | Views: 3037 |
|
| |
The Adnan Sami-Sabah marital discord just got murkier. And Pakistan’s prime minister and president are now in the loop of the crisis.The Adnan
Sami-Sabah marital discord just got murkier. And Pakistan’s prime minister and president are now in the loop of the crisis.The Adnan Sami-Sabah
marital discord just got murkier. And Pakistan’s prime minister and president are now in the loop of the crisis.The Adnan Sami-Sabah marital
discord just got murkier. And Pakistan’s prime minister and president are now in the loop of the crisis. |
|
HTML;
= <<
function insertext(open, close, spot){
msgfield = document.forms['comment'].elements['comments'];
// IE support
if (document.selection && document.selection.createRange){
msgfield.focus();
sel = document.selection.createRange();
sel.text = open + sel.text + close;
msgfield.focus();
}
// Moz support
else if (msgfield.selectionStart || msgfield.selectionStart == '0'){
var startPos = msgfield.selectionStart;
var endPos = msgfield.selectionEnd;
msgfield.value = msgfield.value.substring(0, startPos) + open + msgfield.value.substring(startPos, endPos) + close + msgfield.value.substring(endPos, msgfield.value.length);
msgfield.selectionStart = msgfield.selectionEnd = endPos + open.length + close.length;
msgfield.focus();
}
// Fallback support for other browsers
else {
msgfield.value += open + close;
msgfield.focus();
}
return;
}
|