function blog()
{
sub = window.open("http://ohmi-blog.blogspot.com/","_blank");
}

function home()
{
sub = window.open("../index.html","_parent");
}