// Movable Type code
var HOST = 'www.globeofblogs.com';

function openComments(c) {
  window.open(c,
    'comments',
    'width=468,height=468,scrollbars=yes,status=yes');
}

function openTrackBack(c) {
  window.open(c,
    'trackback',
    'width=468,height=306,scrollbars=yes,status=yes');
}

function openContact(c) {
  window.open(c,
    'contact',
    'width=468,height=468,scrollbars=yes,resize=yes,status=yes');
}

function openRegister(c) {
  window.open(c,
    'register',
    'width=600,height=468,scrollbars=yes,status=yes');
}