﻿var IsTestGoVN = false;
if (IsTestGoVN) var domain_mygo = "http://localhost:9900/MyGoMedia/notify/";
else var domain_mygo = "http://static.gox.vn/media/notify/";

// Include file css
var mygo_version = 8.93;
document.write(" <link href=\"" + domain_mygo + "css\/mygo_footer.css?v=" + mygo_version + "\" rel=\"stylesheet\" type=\"text\/css\" \/>");
//
function mygo_WriteFooter() {
    var strFooterText = "<div class ='footer_line'>"
    strFooterText += "<div class='footer' style=\"width:860px\">"
    strFooterText +=        "<div class='copyright'>"
    strFooterText +=            "<a href='http://www.go.vn'>Copyright &copy; 2011 go.vn</a>" 
    strFooterText +=            " - Đơn vị chủ quản: Tổng Công ty Truyền thông Đa phương tiện Việt Nam - VTC"
    strFooterText +=            "<br> Địa chỉ: Tầng 12 - Tòa nhà VTC Online - 18 Tam Trinh - Phường Minh Khai - Quận Hai Bà Trưng - Hà Nội"
    strFooterText += "</div>"
//    strFooterText += ' <div class="link">'
//    strFooterText += "<a href='http://www.go.vn/introduction/introduction.aspx' target='_blank'>Giới thiệu go.vn </a>"
//    strFooterText += "<a href='http://www.go.vn/introduction/contact.aspx' target='_blank'>Liên hệ</a>"
//    strFooterText += "<a href='http://www.go.vn/introduction/rule.aspx' target='_blank'>Điều khoản sử dụng</a>"
//    strFooterText += "<a href='http://www.go.vn/dev/' target='_blank'>Tài liệu kỹ thuật</a>"
//    strFooterText += "</div>"

    strFooterText +=    "</div>"
    strFooterText += "</div>"
    document.writeln(strFooterText);
}

mygo_WriteFooter(); 
