كود لتحريك عنوان الاندكس (الـ title)

كود PHP:
<html dir="rtl">
<
script language="javascript">
msg "اكتب هنا العنوان";

msg "..." msg;pos 0;
function 
scrollMSG() {
document.title msg.substring(posmsg.length) + msg.substring(0pos);
pos++;
if (
pos >  msg.lengthpos 0
window
.setTimeout("scrollMSG()",200);
}
scrollMSG();
  </
script