window.addEvent('domready', function() {
	var notimooManager = new Notimoo({
		locationHType: "right",
		locationVType: "top"
	});
	notimooManager.show({
		title: "GRL KYOTO News!",
		message:"今後のアップは全てブログで行います！<br>→<a href=\"http://grlkyoto.exblog.jp/\">GRL Kyoto Blog</a><br><br>YoutubeのGRLチャンネル<br>→<a href=\"http://www.youtube.com/user/grlkyoto#g/u\">Youtube GRLKyoto channnel</a><br><br>USTREAMで１２日間に起こったことが全部みれます。レクチャーも全部公開！<br>→<a href=\"http://www.ustream.tv/grlkyoto/videos\">USTREAM</a><br><br>２月１１日から新プロジェクト「駐輪場無料化作戦」開始！"
	
	});
});