
function mychange(){
hour=new Date();
myhour=hour.getHours();


if (0<=myhour&&myhour<2){document.write('<marquee width="600"><font color=magenta>おこんばんわぁ♪もうそろそろ寝る準備をしないとマジョいですよ〜(〃~∇~〃)zzz｡o〇○　</font>　<a href="http://marai.co.jp/category/474.html"  target="_blank">★激割引空間♪ ドでかバザール会場へщ(=｀(∞)´щ)ｶﾓｰﾝ!!ほしかったあのアイテムを手に入れるチャンースッ</a></a></marquee>');
}
else if (2<=myhour&&myhour<4){document.write('<marquee width="600"><font color=#660000>(ΦωΦ)ふふふ････こんな時間まで夜更かしですかぁ？＿？　夜更かしはお肌の敵ですよ（ぉ　</font>　<a href="http://marai.co.jp/category/474.html"  target="_blank">★激割引空間♪ ドでかバザール会場へщ(=｀(∞)´щ)ｶﾓｰﾝ!!ほしかったあのアイテムを手に入れるチャンースッ</a></a></marquee>');
}
else if (4<=myhour&&myhour<6){document.write('<marquee width="600"><font color=purple>おはよぉございます！？　めっさ早起きじゃないですか？＿？　あれ？ずっと起きてたのかしら・・・(^o^)　</font>　<a href="http://marai.co.jp/category/474.html"  target="_blank">★激割引空間♪ ドでかバザール会場へщ(=｀(∞)´щ)ｶﾓｰﾝ!!ほしかったあのアイテムを手に入れるチャンースッ</a></a></marquee>');
}
else if (6<=myhour&&myhour<11){document.write('<marquee width="600"><font color=#CC0000>おっはよぉございま〜す(^o^)　今日も一日、楽しく暮らしましょう(｡´･ω･)(･ω･｀｡)ﾈｰ　</font>　<a href="http://marai.co.jp/category/474.html"  target="_blank">★激割引空間♪ ドでかバザール会場へщ(=｀(∞)´щ)ｶﾓｰﾝ!!ほしかったあのアイテムを手に入れるチャンースッ</a></a></marquee>');
}
else if (11<=myhour&&myhour<12){document.write('<marquee width="600"><font color=#CC0000>おこんにちわぁヽ(｀○´)/　そろそろ、お昼ご飯のことしか頭にないのでは！？　今日は何を食べましょう？＿？　</font>　<a href="http://marai.co.jp/category/474.html"  target="_blank">★激割引空間♪ ドでかバザール会場へщ(=｀(∞)´щ)ｶﾓｰﾝ!!ほしかったあのアイテムを手に入れるチャンースッ</a></a></marquee>');
}
else if (12<=myhour&&myhour<15){document.write('<marquee width="600"><font color=purple>お昼ご飯はナニを食べましたかぁ？＿？　次は３時のおやつのことを考えないとです！！　あぁ忙しい=3=3=3　</font>　<a href="http://marai.co.jp/category/474.html"  target="_blank">★激割引空間♪ ドでかバザール会場へщ(=｀(∞)´щ)ｶﾓｰﾝ!!ほしかったあのアイテムを手に入れるチャンースッ</a></a></marquee>');
}
else if (15<=myhour&&myhour<16){document.write('<marquee width="600"><font color=purple>ムムム♪おやつの時間ではありませんかヽ(｀○´)/　紅茶でも煎れてごゆっくりどうぞ☆　</font>　<a href="http://marai.co.jp/category/474.html"  target="_blank">★激割引空間♪ ドでかバザール会場へщ(=｀(∞)´щ)ｶﾓｰﾝ!!ほしかったあのアイテムを手に入れるチャンースッ</a></a></marquee>');
}
else if (16<=myhour&&myhour<19){document.write('<marquee width="600"><font color=#FF00FF>今日の晩ご飯はなんでしょう？＿？　(ﾟ∇ﾟ ;)ｴｯ!? そんなウマそうなのを？＿？　</font>　<a href="http://marai.co.jp/category/474.html"  target="_blank">★激割引空間♪ ドでかバザール会場へщ(=｀(∞)´щ)ｶﾓｰﾝ!!ほしかったあのアイテムを手に入れるチャンースッ</a></a></marquee>');
}
else if (19<=myhour&&myhour<22){document.write('<marquee width="600"><font color=#FF00FF>おこんばんわぁ♪　今日も一日お疲れさま☆彡　当店でゆっくりくつろいでくださいな(^o^)　</font>　<a href="http://marai.co.jp/category/474.html"  target="_blank">★激割引空間♪ ドでかバザール会場へщ(=｀(∞)´щ)ｶﾓｰﾝ!!ほしかったあのアイテムを手に入れるチャンースッ</a></a></marquee>');
}
else {
document.write('<marquee width="600"><font color=#660000>もうお風呂に入りましたかぁ？＿？　寝る直前にお風呂に入ると、寝付きが悪くなるみたいですよ☆　</font>　<a href="http://marai.co.jp/category/474.html"  target="_blank">★激割引空間♪ ドでかバザール会場へщ(=｀(∞)´щ)ｶﾓｰﾝ!!ほしかったあのアイテムを手に入れるチャンースッ</a></a></marquee>');
}
}

