﻿function myhomepage()
{
    this.homepage.style.behavior='url(#default#homepage)';
    this.homepage.setHomePage(this.window.location.href);
}
function addfavorite()
{
    window.external.AddFavorite(this.window.location.href,'安徽九泰粉体材料有限公司');
}
function getguid()
{
    return new Date().getFullYear().toString()+new Date().getMonth().toString()+new Date().getDay().toString()+new Date().getHours().toString()+new Date().getMinutes().toString()+new Date().getSeconds().toString()+new Date().getMilliseconds().toString();
}
