function aweNo1String( bReturn )
{
    sString = '* Source: Alexa traffic rankings (December 2009)';
    if ( bReturn == 0 )
    {
        document.write( sString );
    } else {
        return sString;
    }
}