if(typeof document.compatMode!='undefined'&&document.compatMode!='BackCompat') {
 	csFixedRBCalc="_top:expression(document.documentElement.scrollTop + document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}";
} else {
 	csFixedRBCalc="_top:expression(document.body.scrollTop + document.body.clientHeight-this.clientHeight);_left:expression(document.body.scrollLeft + document.body.clientWidth - offsetWidth);}";
}

var csBodyFixed  ='* html {background: fixed;background-repeat: no-repeat;background-position: right bottom;}';
var csBannerFixed = '#csBannerFixed{border 1 solid;position:fixed;_position:absolute;top:200px;right:0px;;clip:rect(0 110 105 0);overflow:hidden;z-index:100;' + csFixedRBCalc;


document.write( '<style type="text/css">' + csBodyFixed + csBannerFixed+ '</style>');
document.write( '<div id = csBannerFixed>' );
document.write( '<a href="http://twitter.com/SGame_staff" target="_blank"><img border=0 alt="sGame twitter" src="/images/bt_twitter2.png"></a>' );
document.write( '<br/>' );
document.write( '<a href="http://www.sgame.jp/?m=pc&a=page_o_rssfeed"><img border=0 alt="sGame RSSFEED" src="/images/bt_rss.png"></a>' );
document.write( '</div>' );
