﻿var addHomePage='http://javanemrooz.com';
function makehome()
{
       theobj = document.anchors[0];  
       theobj.style.behavior='url(#default#homepage)';
       theobj.setHomePage(addHomePage);
}



