if (window.style == 1) {
	_style = '<style>';
	_style += '.myicon_exlinklog_box { text-align:right;  font-size:0px; font-color:#ffffff;}';
	_style += '.myicon_user img {filter:alpha(style=2);width:30px;   height:30px; }';
         _style += '.myicon_user {  overflow:hidden;  padding:2px; margin:0px; float:left; width:30px;   height:30px;   text-align:center; }';
	_style += '</style>';
	document.write(_style);
}
if(window.icons) {	var n = icons; } else {	n = "9"; }
if(window.charset) { var c =charset; } else { c="utf8"; }
if(window.iconsize) { var s=iconsize; } else { s="30"; }
document.write('<' + 'script src="http://www.myicon.com.tw/scriptlets/myicon_exlinklog.php?url=' + site_url + '&style='+ style +'&n='+ n +'&c='+ c +'&s='+ s +'" type="text/javascript"><' + '/script>');
