function blogSelect(blogStub)
{
  if (blogStub == 'doSearch'){
    window.open('/blogs/pop_search_results.php', height='360', width='320', scrollbars=1, resizable=1);
  } else {
    //window.location = 'http://keywest.galar2/index.php?blog=' + blogID;
    window.location = 'http://www.writelink.co.uk/blogs/' + blogStub;
  }
}
