﻿// JavaScript Document// BEGIN NEWS RELEASE INCLUDE//
// BEGIN NEWS RELEASE INCLUDE//


//NOTE: If Headline has a word that's 15+ characters (like YELLOWPAGES.COM) it may cause the 3rd column to wrap in IE browsers.
//CHECK all headlines in IE. If it's wrapping, look for a really wide word and either get the Comm folks to rewrite the headline or add a class of "first" to that row.

/// news items ////
var headlines = new Array();


// NO EDIT ABOVE THIS LINE  !!!!!!!!




// News Release 1
headlines[0] =
{
headline: 'Santa Goes Digital: AT&amp;T Connects Families with Holiday Wishes and Fun from the North Pole Via Texting and U-verse TV',
date: 'November 20, 2009',
city: 'Dallas, Texas',
newsarticleid: '27576',
description: 'Good little boys and girls across the country can text their holiday wish-list to Santa and track Santa’s sleigh journey faster than ever this year, thanks to the bearded man in red and some of his helpers, including AT&amp;T. According to the North Pole, Santa has decided to use the latest digital tools to spread holiday cheer through a holiday texting campaign and a special app on AT&amp;T U-verseSM TV.'
}

// News Release 2
headlines[1] =
{
headline: 'AT&amp;T Adds HP Mini 110 Netbook with 3G Mobile Broadband to its Holiday Product Lineup',
date: 'November 19, 2009',
city: 'Dallas, Texas',
newsarticleid: '27574',
description: 'AT&amp;T today announced it will begin selling the HP Mini 110 in its stores nationwide and online at <a href="http://www.att.com/netbooks">www.att.com/netbooks</a> beginning Sunday, Nov. 22.'
}


// News Release 3
headlines[2] =
{
headline: 'AT&amp;T Recognized for Excellence in New Product Innovation by Analyst Firm Frost &amp; Sullivan',
date: 'November 19, 2009',
city: 'Dallas, Texas',
newsarticleid: '27563',
description: 'In recognition of AT&amp;T’s ongoing commitment to the growth and success of small businesses nationwide, AT&amp;T today announced that it is the recipient of the 2009 North America New Product Innovation Award in Information and Communication Technologies from industry analyst firm Frost & Sullivan. Specifically, the award was presented to AT&amp;T  for its AT&amp;T  Tech Support 360 service introduced last year. ' 
}



// [pid=6080] Headlines definition
// [pid=3309] Headlines definition





// Newsroom Landing Page
function headlines6080()
{
    document.write ('<ul class="news-headlines">');
    for ( var i=0; i<3; i++ )
    {
        if ( headlines[i] == null ) { break; }
        document.write ('<li class="first"><a href="/gen/press-room?pid=4800&cdvn=news&newsarticleid=' + headlines[i].newsarticleid + '" title="' + headlines[i].headline + '">' + headlines[i].headline + '</a><br />');
        document.write ('<em>' + headlines[i].city + ', ' + headlines[i].date + '</em><br />');
        document.write (headlines[i].description + '</li>');
    }


// TEMPORARY  TEMPORARY
//  document.write ('<a title="West contract between AT&amp;T and CWA expires without work stoppage" href="/gen/press-room?pid=13365">West contract between AT&amp;T and CWA expires without work stoppage</a>');
//  document.write ('<br/>');
//  document.write ('<em>Dallas, Texas, April 5, 2009</em>');
//  document.write ('<br/>');
//  document.write ('<P>April 5 (2 a.m. CDT) � AT&amp;T Inc. and Communications Workers of America (CWA) Core wireline contracts in the West expired at 11:59 p.m. PDT on Saturday, April 4.  The West is the last of the Core contracts set to expire in this round of negotiations.  Union-represented employees covered by these contracts will work under the expired contracts.</P>');
//  document.write ('<P> AT&amp;T stands ready to negotiate at any time in a continuing effort to reach an agreement.</P>');

// TEMPORARY  TEMPORARY
//  document.write ('<a title="Midwest, Southwest contracts between AT&amp;T and CWA expire without work stoppage" href="/gen/press-room?pid=13364">Midwest, Southwest contracts between AT&amp;T and CWA expire without work stoppage</a>');
//  document.write ('<br/>');
//  document.write ('<em>Dallas, Texas, April 4, 2009</em>');
//  document.write ('<br/>');
//  document.write ('<P>April 4 &#40;11&#58;59 p.m. CDT&#41; &#8211; Negotiations between AT&amp;T Inc. and the Communications Workers of America &#40;CWA&#41; for a contract covering 112,500 Core wireline employees of the company will continue in the Midwest and Southwest after the scheduled expiration of the current contracts at 11&#58;59 p.m. CDT on Saturday, April 4.</P> ');
//  document.write ('<P>Union&#45;represented employees covered by these contracts will work under the expired contracts.  Negotiations are continuing in the West and an update will follow. AT&amp;T stands ready to negotiate at any time in a continuing effort to reach an agreement. </P>');
//  document.write ('<P> AT&amp;T stands ready to negotiate at any time in a continuing effort to reach an agreement.</P>');

// TEMPORARY  TEMPORARY
//  document.write ('<a title="First contracts between AT&amp;T and CWA expire without work stoppage" href="/gen/press-room?pid=13363">First contracts between AT&amp;T and CWA expire without work stoppage.</a>');
//  document.write ('<br/>');
//  document.write ('<em>Dallas, Texas, April 4, 2009</em>');
//  document.write ('<br/>');
//  document.write ('<P>April 4 &#40;11 p.m. CDT&#41; &#8211; AT&amp;T Inc. and Communications Workers of America &#40;CWA&#41; Core wireline contracts in the eastern time zone expired at 11&#58;59 p.m. EDT on Saturday, April 4.  Union&#45;represented employees covered by these contracts will work under the expired contracts.  Negotiations are continuing in the Midwest, Southwest and West and updates will follow.</P>');
//  document.write ('<P>In the Southeast, where the contract does not expire until August 8, both parties have agreed to stop negotiations and reconvene this summer &#8211; as they would have under normal circumstances.  </P>');
//  document.write ('<P> AT&amp;T stands ready to negotiate at any time in a continuing effort to reach an agreement.</P>');


    document.write ('</ul>');
}


// About Us Landing Page
function headlines3309()
{
    document.write ('<ul class="news-headlines">');
    for ( var i=0; i<3; i++ )
    {
        if ( i == 2 )
        {
            document.write ('<li class="last">' + headlines[i].date + '<br/><a href="/gen/press-room?pid=4800&cdvn=news&newsarticleid=' + headlines[i].newsarticleid + '" title="' + headlines[i].headline + '">' + headlines[i].headline + '</a></li>');
        }
        else
        {
            if ( headlines[i] == null ) { break; }
            document.write ('<li>' + headlines[i].date + '<br/><a href="/gen/press-room?pid=4800&cdvn=news&newsarticleid=' + headlines[i].newsarticleid + '" title="' + headlines[i].headline + '">' + headlines[i].headline + '</a></li>');
        }
    }
    document.write ('</ul>');
}