var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="AT&T Counters Verizon Ads With Luke Wilson’s Help - Wall Street Journal
";
arnews[0] += "If the lawsuits don’t work, fight fire with fire. That seems to be the approach AT&T is taking after a judge dismissed its request to pull Verizon Wireless’s “There’s a Map For That” ads earlier this week. AT&T released a commercial that ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 12:07:00 GMT";
arnews[0] += "
";
arnews[1]="AT&T Counters Verizon Ads With Luke Wilson’s Help - The Business Insider
";
arnews[1] += "If the lawsuits don’t work, fight fire with fire. That seems to be the approach AT&T is taking after a judge dismissed its request to pull Verizon Wireless’s “There’s a Map For That” ads earlier this week. AT&T released a commercial that ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 12:21:00 GMT";
arnews[1] += "
";
arnews[2]="AT&T's Anti-Verizon Ad Is a Stinker - Industry Standard
";
arnews[2] += "For some reason, Luke Wilson is taking AT&T's side in the 3G coverage wars, appearing in a new ad (see video below) that retaliates against Verizon Wireless' stinging assault . The ad arrived just as a U.S. District Court judged ruled that Verizon ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 21:04:00 GMT";
arnews[2] += "
";
arnews[3]="AT&T and Luke Wilson Hit Out at Verizon - Tom's Guide
";
arnews[3] += "As the age old adage goes, \"If you can't beat 'em, join 'em!\" AT&T has hit back at Verizon with a new commercial featuring actor Luke Wilson. Yesterday the court denied AT&T a temporary restraining order to prevent competitor Verizon Wireless from ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 17:16:00 GMT";
arnews[3] += "
";
arnews[4]="AT&T Loses First Legal Battle, Makes Things Worse With Luke Wilson Ad - Mediabistro.com
";
arnews[4] += "AT&T lost its first legal argument against Verizon Wireless, a blow that was only made worse when juxtaposed with their first rebuttal advertisement — an ad that more or less falls flat compared to Verizon's campaign . Hoping to get Verizon's ads ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 15:43:00 GMT";
arnews[4] += "
";
arnews[5]="AT&T fights back at Verizon with, um, Luke Wilson - CNET News
";
arnews[5] += "Luke Wilson, that's who. After all, he starred in \"Legally Blonde\" and, well, \"Jackass Number Two.\" Actually, Wilson is lovable. Truly lovable. Perhaps if he'd dressed down a little and Justin Long had suffered an interminable hiatus hernia, Wilson ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 04:16:00 GMT";
arnews[5] += "
";
totcount = 6;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("