MyOtzivCl = function() {
    var siteAdr = 'http://avsradio.ru/';
    
    this.mo_get_win_width = function() {
        var myWidth = 0;
        if( typeof( window.innerWidth ) == 'number' ) //Non-IE
            myWidth = window.innerWidth;
        else if( document.documentElement && document.documentElement.clientWidth ) //IE 6+ in 'standards compliant mode'
            myWidth = document.documentElement.clientWidth;
        else if( document.body && document.body.clientWidth) //IE 4 compatible
            myWidth = document.body.clientWidth;
        return myWidth;
    }
	
    this.mo_get_win_height = function() {
        var myHeight = 0;
        if( typeof( window.innerHeight ) == 'number' ) //Non-IE
            myHeight = window.innerHeight;
        else if( document.documentElement && document.documentElement.clientHeight ) //IE 6+ in 'standards compliant mode'
            myHeight = document.documentElement.clientHeight;
        else if( document.body && document.body.clientHeight) //IE 4 compatible
            myHeight = document.body.clientHeight;
        return myHeight;
    }

    this.mo_get_scrol = function() {
        var yPos = 0;
        if (self.pageYOffset) {
            yPos = self.pageYOffset;
        } else if (document.documentElement && document.documentElement.scrollTop){
            yPos = document.documentElement.scrollTop;
        } else if (document.body) {
            yPos = document.body.scrollTop;
        }
        return yPos;
    }
  
        
    this.mo_showcss = function() {
        document.write("<style type=\"text/css\">");
        
		document.write(".furjbqy4 {position:fixed; right:0; top:263px; z-index:5; width:22px; height:151px;}* html .furjbqy4 {position:absolute;}.furjbqy4 a {display:block; width:22px; height:151px; background:#FFA000;}.furjbqy4 a:hover {background:#FFA000;}.furjbqy4 img {border:0;}");
		document.write(".furjbqy3 {position:fixed; right:0; top:100px; z-index:5; width:22px; height:151px;}* html .furjbqy3 {position:absolute;}.furjbqy3 a {display:block; width:22px; height:151px; background:#FFA000;}.furjbqy3 a:hover {background:#FFA000;}.furjbqy3 img {border:0;}");
        document.write(".furjbqy2 {position:fixed; left:0; top:100px; z-index:5; width:22px; height:151px;}* html .furjbqy2 {position:absolute;}.furjbqy2 a {display:block; width:22px; height:151px; background:#FFA000;}.furjbqy2 a:hover {background:#FFA000;}.furjbqy2 img {border:0;}");
		document.write(".furjbqy {position:fixed; left:0; top:263px; z-index:5; width:22px; height:151px;}* html .furjbqy {position:absolute;}.furjbqy a {display:block; width:22px; height:151px; background:#FFA000;}.furjbqy a:hover {background:#FFA000;}.furjbqy img {border:0;}");
        document.write("</style>");
    }
    
    this.mo_showframe = function() {
        this.mo_showcss();
		                        document.write("<div class=\"furjbqy4\"><a href=\"http://vkontakte.ru/club749617\" target=\"_blank\"><img src=\""+siteAdr+"images/otziv4.jpg\" width=\"22\" height=\"151\" alt=\"\" style=\"border: 0;\" class=\"tdsfh\" /></a></div>");
		                        document.write("<div class=\"furjbqy3\"><a href=\"http://avsradio.promodj.ru\" target=\"_blank\"><img src=\""+siteAdr+"images/otziv3.jpg\" width=\"22\" height=\"151\" alt=\"\" style=\"border: 0;\" class=\"tdsfh\" /></a></div>");
                                document.write("<div class=\"furjbqy2\"><a href=\"http://avsradio.ru/index.php?id=21\"><img src=\""+siteAdr+"images/otziv2.jpg\" width=\"22\" height=\"151\" alt=\"\" style=\"border: 0;\" class=\"tdsfh\" /></a></div>");
		                        document.write("<div class=\"furjbqy\"><a href=\"http://avsradio.ru/index.php?id=14\"><img src=\""+siteAdr+"images/otziv.jpg\" width=\"22\" height=\"151\" alt=\"\" style=\"border: 0;\" class=\"tdsfh\" /></a></div>");          	
		
    	
    }
}

var MyOtziv = new MyOtzivCl();	
MyOtziv.mo_showframe();
