if (self != top)top.location.href = self.location.href;
// http://d.hatena.ne.jp/amachang/20071010/1192012056
/*@cc_on _d=document;eval('var document=_d')@*/
// http://archiva.jp/web/html-css/ie6_background_flickr.html
try {
document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}
// http://phpspot.org/blog/archives/2007/04/javascriptie1.html
var isMSIE = /*@cc_on!@*/false;
