window.addEvent('domready', function() {
	var notimooManager = new Notimoo({
		locationHType: "right",
		locationVType: "top"
	});
	notimooManager.show({
		title: "GRL Kyoto News!",
		message: "Check our Blog for recent updates! <br>→<a href=\"http://grlkyoto.exblog.jp/\">GRL Kyoto Blog</a><br><br>You can watch our base on USTREAM!!<br>→<a href=\"http://www.ustream.tv/grlkyoto/videos\">USTREAM</a><br><br> GRL's Youtube Channel <br>→<a href=\"http://www.youtube.com/results?search_query=GRLKyoto&search=tag\">Youtube GRLKyoto channnel</a>"
	
	});
});
