function facebook(url, text) {window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(url)+'&t='+encodeURIComponent(text),'sharer','toolbar=0,status=0,width=626,height=436');return false;}
function vkontakte(url, text) {window.open('http://vkontakte.ru/share.php?url='+encodeURIComponent(url)+'&title='+encodeURIComponent(text)+'&image=http://r-gorod.ru/images/logo.jpg','sharer','toolbar=0,status=0,width=626,height=436');return false;}
function change_refs(k, title, description, permalink, home){    
    var read_all = 'Читать целиком';   
    if (home.toString().match('/english/')) {       
        read_all = 'Read all';
    }
        switch(k){
            case 1:
                document.getElementById('item_ref1').style.backgroundColor='#B75053';
                document.getElementById('item_ref2').style.background='none';
                document.getElementById('rez_content').innerHTML='<textarea name="" rows="8" cols="20" style="width:100%"><!-- R-GOROD code START --><table width="100%" cellpadding="0" cellspacing="0"><tr><td style="text-align:left;border:1px solid #ddd2b7;padding:15px;color:#333;font-family:Georgia,Arial,Tahoma,Helvetica,sans-serif;"><div><a href="'+home+'"><img src="'+home+'wp-content/themes/r-gorod/images/logo.jpg" width="670" height="172" alt="Романтический город" border="0"></a></div><table cellpadding="0" cellspacing="0"><tr valign="top"><td style="vertical-align:top!important;"><h1 style="font-size:16px;"><a href="'+permalink+'" style="color:#fc6;">'+title+'</a></h1><p style="font-size:12px;">'+description+'<br /><br/><a href="'+permalink+'" style="text-decoration:underline;color:#fc6;">'+read_all+'</a></p></td></tr></table></td></tr></table><!-- R-GOROD code END --></textarea>';
                break;
            case 2:
                document.getElementById('item_ref1').style.background='none';
                document.getElementById('item_ref2').style.backgroundColor='#B75053';
                document.getElementById('rez_content').innerHTML='<!-- R-GOROD code START --><table width="100%" cellpadding="0" cellspacing="0"><tr><td style="text-align:left;border:1px solid #ddd2b7;padding:15px;color:#333;font-family:Georgia,Arial,Tahoma,Helvetica,sans-serif;"><div><a href="'+home+'"><img src="'+home+'wp-content/themes/r-gorod/images/logo.jpg" width="670" height="172" alt="Романтический город" border="0"></a></div><table cellpadding="0" cellspacing="0"><tr valign="top"><td style="vertical-align:top!important;"><h1 style="font-size:16px;"><a href="'+permalink+'" style="color:#fc6;">'+title+'</a></h1><p style="font-size:12px;">'+description+'<br /><br/><a href="'+permalink+'" style="text-decoration:underline;color:#fc6;">'+read_all+'</a></p></td></tr></table></td></tr></table><!-- R-GOROD code END -->';
                break;
        }
    }

