var now = new Date(), x;
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
now = now.toGMTString();

x = document.cookie.toLowerCase().indexOf("bookmark");
if(x == -1){
  window.location='http://homepage1.nifty.com/cheesetei/';
}

var now2 = new Date();
var month = now2.getMonth() + 1;
var next = now2.setMonth(month);
var date = new Date(next);
document.write("<META http-equiv=\"Expires\" content=\"" + date + "\">");
var out = new Date();

if(navigator.appName=="Microsoft Internet Explorer" && navigator.platform=="Win32"){
  document.write('<style type="text/css">');
  document.write('#layer    { position: absolute; top: 10px; left: 10px ; visibility: visible }');
  document.write('#contents { position: absolute; top: 110px; left: 130px ; visibility: visible }');
  document.write('</style>');
}
else if(navigator.appName=="Netscape" && navigator.platform=="Win32"){
  document.write('<style type="text/css">');
  document.write('#layer    { position: absolute; top: 10px; left: 10px ; visibility: visible }');
  document.write('#contents { position: absolute; top: 110px; left: 130px ; visibility: visible }');
  document.write('</style>');
}
else if(navigator.appName=="Microsoft Internet Explorer" && navigator.platform=="MacPPC"){
  document.write('<style type="text/css"><!--');
  document.write('#layer    { position: absolute; top: 10px; left: 10px ; visibility: visible }');
  document.write('#contents { position: absolute; top: 110px; left: 130px ; visibility: visible }');
  document.write('--></style>');
}
else if(navigator.appName=="Microsoft Internet Explorer" && navigator.platform=="MacPPC"){
  document.write('<style type="text/css"><!--');
  document.write('#layer    { position: absolute; top: 10px; left: 10px ; visibility: visible }');
  document.write('#contents { position: absolute; top: 110px; left: 130px ; visibility: visible }');
  document.write('--></style>');
}
else{
  document.write('<style type="text/css"><!--');
  document.write('#layer    { position: absolute; top: 10px; left: 10px ; visibility: visible }');
  document.write('#contents { position: absolute; top: 110px; left: 130px ; visibility: visible }');
  document.write('--></style>');
}
