Реклама
';
/*
 define('_SAPE_USER', 'c55bf3fc219b9610c2b8abde2d8ed171');
 require_once($_SERVER['DOCUMENT_ROOT'].'/'._SAPE_USER.'/sape.php'); 
 $o['host'] = 'www.gentee.ru';
 $sape = new SAPE_client($o);
 unset($o);
 echo $sape->return_links();
*/ 
print '
 
';
function cp1251_utf8( $sInput )
{
    $sOutput = "";
    for ( $i = 0; $i < strlen( $sInput ); $i++ )
    {
        $iAscii = ord( $sInput[$i] );
        if ( $iAscii >= 192 && $iAscii <= 255 )
            $sOutput .=  "".( 1040 + ( $iAscii - 192 ) ).";";
        else if ( $iAscii == 168 )
            $sOutput .= "".( 1025 ).";";
        else if ( $iAscii == 184 )
            $sOutput .= "".( 1105 ).";";
        else
            $sOutput .= $sInput[$i];
    }
    
    return $sOutput;
}
?>