    function loadCommentForm(offer_id) {

       var req = new Subsys_JsHttpRequest_Js();

        req.onreadystatechange = function() {
            if (req.readyState == 4) {
                if (req.responseJS) {
                    document.getElementById('add_comment').innerHTML = (req.responseJS.q||'');
                }
            }
        }
        req.caching = false;

        req.open('POST', '/ajax_load_cmnt_form.php', true);

        req.send({ test:303, offer_id:offer_id });
    }
	
	
function spammersmustdie() {
	var d="prices";		
	var tt="act";
	var ta="cont";
	var s="com";
	var sr="susanin";
	var mail = ta + tt + (String.fromCharCode(64)) + sr + d + "." + s;
	document.write("<a href='mailto:"+mail+"'>"+mail+"</a>");
}


function print_bookmark_link(mes, title) {
var tempAgent = navigator.userAgent;
if (tempAgent.indexOf('MSIE') >=0)
return '<a id=bookmark href="#" onClick="if (document.all) {window.external.AddFavorite(location.href,document.title); return false;}"  title="запомнить страницу">' + mes + '</a>';
else 
 return '<a id=bookmark href="'+location.href+'" rel="sidebar" title="' + title +'">' + mes + '</a>'; 
}


function ibookmarks(){
  var b=document.location;
  var t=encodeURIComponent(document.title);
  var s='<a href="http://www.bo'+'brdobr.ru/addext.html?url='+b+'&amp;title='+t+'" target=_blank><IMG title=Забобрить! alt=Bobrdobr hspace=2 src="/images/bkms/bobr_sml_blu_1.gif" border=0></a><a href="http://www.g'+'oogle.com/bookmarks/mark?op=add&amp;title='+t+'&amp;bkmk='+b+'&amp;labels=&amp;annotation=" target=_blank><IMG title=Google alt=Google hspace=2 src="/images/bkms/google.png" border=0></a><a href="http://www.slash'+'dot.org/bookmark.pl?url='+b+'&amp;title='+t+'" target=_blank><IMG title=slashdot alt=slashdot hspace=2 src="/images/bkms/slashdot.gif" border=0></a><a href="http://myweb2.s'+'earch.yah'+'oo.com/myresults/bookmarklet?u='+b+'&amp;t='+t+'" target=_blank><IMG title=YahooMyWeb alt=YahooMyWeb hspace=2 src="/images/bkms/yahoomyweb.png" border=0></a><a href="http://dig'+'g.com/submit?url='+b+'" target=_blank><IMG title=Digg alt=Digg hspace=2 src="/images/bkms/digg.16px.gif" border=0></a><a href="http://tec'+'hnorati.com/faves?add='+b+'" target=_blank><IMG title=Technorati alt=Technorati hspace=2 src="/images/bkms/technorati.16px.png" border=0></a><a href="http://del.i'+'cio.us/post?v=4&amp;noui&amp;jump=close&amp;url='+b+'&amp;title='+t+'" target=_blank><IMG title=Delicious alt=Delicious hspace=2 src="/images/bkms/delicious.16px.gif" border=0></a><a href="http://memori.ru/link/?sm=1&amp;u_data%5Burl%5D='+b+'&amp;title='+t+'" target="_blank"><img hspace="2" alt="Memori" border="0" src="/images/bkms/memori.gif" title="Запомнить этот сайт!"></a>';
  return s;
}

