際際滷

際際滷Share a Scribd company logo
International News | World News
"newsbulletin.nbFooter = ""//append widget header$("#newsbulletin >
.midcontainer").append("");$("#newsbulletin >
.midcontainer").append(newsbulletin.nbContainer);$("#newsbulletin >
.midcontainer").append(newsbulletin.nbFooter);newsbulletin.nbDiv =
document.getElementById('nbItemContainer');nbjsId = 0;newsbulletin.load =
function()//alert(newsbulletin.baseloc+'/xmldata/newsbulletin?id=14640490&twOverride=&lpos='+
newsbulletin.lpos+'&section=&'+nbjsId)//to try and handle caching in webkit
browsersdynamicJS.load('newsBulletin'+nbjsId,
newsbulletin.baseloc+'/xmldata/newsbulletin?id=14640490&twOverride=&lpos='+newsbulletin.lpo
s2+'&section=&'+nbjsId);//dynamicJS.load('newsBulletin','http://preview.abcnews.go.com/xmldata/n
ewsbulletin?id=13564505');//display itemsnewsbulletin.displayItems = function(nbItemObj)//check if
status updatethis.isStatusUpdate = (nbItemObj.label == 'Status Update')?true:false;//item type
classthis.itemTypeClass = (this.isStatusUpdate)?'orange':'blue';//bg positionthis.itemBgPos = '100%
55%';if(nbItemObj.bgPos != null)this.itemBgPos = nbItemObj.bgPos;//author imagethis.nbItemStyle
= '';this.nbH4Class = 'class=nbheader';this.nbH4Style = '';this.nbItemStyleAuthor =
'';if(nbItemObj.authorimage != null && nbItemObj.authorimage != '')this.nbH4Style = '
style=width:210px;';this.nbItemStyle = 'background:url(/slideshow/international-news-world-news-51991874/51991874/&) no-repeat
bottom right'//+ this.itemBgPos;this.nbItemStyleAuthor = ' nbItemContentsAuthor'//titlethis.title = '
'+nbItemObj.title+'
';if(nbItemObj.link != null && nbItemObj.link != '')this.title = ''//textthis.text = '';this.textCapped =
'';this.morelink = 'More'if(nbItemObj.text != null)this.text = nbItemObj.text;//if item is not expanded
display capped text if applicableif(nbItemObj.isExpanded != true)if(nbItemObj.text.length >
63)this.textCapped = nbItemObj.text.substring(0, 63);this.text = this.textCapped +
'...';if(this.isStatusUpdate)this.text = this.textCapped + '... ' + this.morelink;//socialthis.social =
'';this.socialStyle = '';this.authorBlock = '';this.divider = '';this.fb = '';if(nbItemObj.authorfb != null
&& nbItemObj.authorfb != '')this.fb = ''this.twitter = '';if(nbItemObj.authortwitter != null &&
nbItemObj.authortwitter != '')this.twitter = ''this.bio = '';if(nbItemObj.authorbio != null &&
nbItemObj.authorbio != '')this.bio = ''+nbItemObj.author+''this.authorBlock = '
'+this.bio+'
'if(nbItemObj.author != null && nbItemObj.author != '')if(this.fb != '' elsethis.social =
'';this.textStyle = '';if(nbItemObj.authorimage != null && nbItemObj.authorimage != '')this.textStyle
= ' style=width:208px;'; else nbItemObj.author == '')this.textStyle = ' style="padding-bottom:2px;
margin-bottom:5px;"';this.categoryTag = '';this.nbTextOverride = '';this.rowTemp = ''+this.title+'
'+nbItemObj.date+'
'+this.authorBlock+'
'+this.text+'
'+this.social+'
';if (nbItemObj.notes) nbNotes = nbItemObj.notes;nbNoteStr = '';nbNoteDivider = '';$.each(nbNotes,
function(idx) nbNote = nbNotes[idx];this.noteAuthorBlock = '';this.notefb =
'';if(nbNote.noteAuthor.facebook != null && nbNote.noteAuthor.facebook != '')this.notefb =
''this.notetwitter = '';if(nbNote.noteAuthor.twitter != null && nbNote.noteAuthor.twitter !=
'')this.notetwitter = ''this.notebio = '';if(nbNote.noteAuthor.bio != null && nbNote.noteAuthor.bio !=
'')this.notebio = ''+nbNote.noteAuthor.name+''this.noteAuthorBlock = '
'+this.notebio+'
'this.notesocial = '';this.noteSocialStyle = '';if(nbNote.noteAuthor.name != null &&
nbNote.noteAuthor.name != '')if(this.notefb != '' elsethis.notesocial = '';if (idx == nbNotes.length-1)
nbNoteDivider = '';this.nbNoteDiv = '
'+nbNote.noteHeadline+'
'+this.noteAuthorBlock+'
'+nbNote.noteOverview+'
'+this.notesocial+'
';nbNoteStr += this.nbNoteDiv;);this.rowTemp += nbNoteStr;return this.rowTemp;function
showMoreText(id)//grab old item heightvar oldItemHeight = $('#nbItem_'+id).height();//retrieve the
content from the array$('#text_'+id).html(contentObject[id])//store id a list of opened
objectsfullTextList.push(id.toString());var newContainerHeight = $("#nbItemContainer").height() +
($('#nbItem_'+id).height()-oldItemHeight);$("#nbItemContainer").css('height',
newContainerHeight);//reinitialize scrollwindow.api.reinitialise();lastNBObjStr = '';function
isNewData(data)isNewTemp = false;currNBObjStr = '';$.each(data.updates,
function(ind)currNBObjStr = currNBObjStr + data.updates[ind].objId +
data.updates[ind].date;);//console.log('x'+currNBObjStr);//console.log('y'+lastNBObjStr);if(currNBO
bjStr != lastNBObjStr)isNewTemp = true;else//console.log('no refresh');lastNBObjStr =
currNBObjStr;return isNewTemp;isHeaderLinkLoaded = false; // flag to check if the header link is
loadedisShareLinkLoaded = false; // flag to check if the share link is loadedisDoneLoading = false; //
flag to check if the html is done loading in the jScrollPanefunction
newsBulletin(data)if(data)isNewDataFlag = isNewData(data);if(isNewDataFlag)//clear contents
firstnewsbulletin.nbDiv.innerHTML = '';//console.log('refresh');updates = data.updates;headerLink =
data.widgetLink;shareLink = data.shareLink;if (headerLink != '' && headerLink != null &&
!isHeaderLinkLoaded)var twitterImg = " "$("#newsbulletin > .midcontainer >
.widget_head").append("");$("#newsbulletin > .midcontainer > .widget_head > .twitterLink a >
.twitterContent").append("" + twitterImg + "");isHeaderLinkLoaded = true;//clear the author cutouts
arraynewsbulletin.authorCutouts = [];// check to see if there is a height set for container, if so clear
it// prevents cacheingvar hasHeight = $('#nbItemContainer').attr('style');if (typeof hasHeight !=
'undefined')$('#nbItemContainer').removeAttr('style');$.each(updates, function(ind)var itemDetails =
new Object();it = updates[ind];//populate the itemDetails objectitemDetails.id =
it.objId;itemDetails.title = it.title;itemDetails.objType = it.objType;itemDetails.link =
it.link;itemDetails.date = it.date;itemDetails.label = it.label;itemDetails.author =
it.author.name;itemDetails.authorbio = it.author.bio;itemDetails.authorfb =
it.author.facebook;itemDetails.authortwitter = it.author.twitter;itemDetails.feed =
it.feed;itemDetails.category = it.category;//set defaults if item is a status updateif(itemDetails.label
== 'Status Update')if(it.author.image == '')it.author.image =
'http://a.abcnews.com/assets/images/abc_news_logo_84x84.png'if(it.author.name ==
'')itemDetails.author = 'ABC News'itemDetails.authorfb =
'http://www.facebook.com/abcnews'itemDetails.authortwitter = 'http://twitter.com/abc'//only pass
the author image if it's not displayed in any of the items yetif($.inArray(it.author.image,
newsbulletin.authorCutouts) == -1)itemDetails.authorimage = it.author.image;//add to ignore
listif(it.author.image != '' &&($.inArray(it.author.image, newsbulletin.authorCutouts) == -
1))newsbulletin.authorCutouts.push(it.author.image);if(it.text != '')itemDetails.text =
it.text;elseitemDetails.bgPos = 'bottom right';if (it.notes) itemDetails.notes = it.notes;//build a name
value pair list of id/textcontentObject[itemDetails.id] = itemDetails.textitemDetails.isExpanded =
($.inArray(itemDetails.id, fullTextList) > -1) ? true : false;//build
markup$("#nbItemContainer").append(newsbulletin.displayItems(itemDetails)););$("#nbItemContain
er").append('');//set the height of container
div$("#nbItemContainer").css('height',$("#nbItemContainer").height());if (shareLink != '' &&
shareLink != null && !isShareLinkLoaded)$("#newsbulletin > .midcontainer >
.nbFooter").css("height":"35px", "border-top":"1px solid #d5d5d5", "border-bottom":"borde-
-bottom:1px solid #eaeaea");$("#newsbulletin > .midcontainer >
.nbFooter").append("");isShareLinkLoaded = true;if($.browser.msie)if ($.browser.version
.midcontainer > .nbFooter").css("display":"none");var timeoutId = setTimeout(function()
$("#newsbulletin > .midcontainer > .nbFooter").css("display":"block");clearTimeout(timeoutId);,
3000);dynamicJS.unload('newsBulletin'+nbjsId,
newsbulletin.baseloc+'/xmldata/newsbulletin?id=14640490&'+nbjsId);isDoneLoading = true;if
($.browser.webkit) if(nbjsId .midcontainer > .nbFooter").css("display":"none");var timeoutId =
setTimeout(function() $("#newsbulletin > .midcontainer >
.nbFooter").css("display":"block");clearTimeout(timeoutId);,
3000);7500)setInterval(function()window.api.getContentPane().html(newsbulletin.load());,120000);s
etInterval(function() // we could call "pane.jScrollPane(settings)" again but it is// more convenient to
call via the API as then the original// settings we passed in are automatically remembered.//
Initialization of the container should be done after all the markup has been loaded// since there is no
listener that could be passed into reinitialise() for callbackif
(isDoneLoading)window.api.reinitialise();isDoneLoading = false;,
5000);;addOnload(newsbulletin.load());
http://abcnews.go.com/International

More Related Content

What's hot (20)

International News | World News
International News | World NewsInternational News | World News
International News | World News
whisperingwhiz946
20/20 | Investigative Journalism & News Magazine
20/20 | Investigative Journalism & News Magazine20/20 | Investigative Journalism & News Magazine
20/20 | Investigative Journalism & News Magazine
marissa4chase4
International News | World News
International News | World NewsInternational News | World News
International News | World News
greedycabin1256
International News | World News
International News | World NewsInternational News | World News
International News | World News
blogginatl1963
International News | World News
International News | World NewsInternational News | World News
International News | World News
greencontract5911
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC News
duraninmwsbnwel
U.S. News | National News
U.S. News | National NewsU.S. News | National News
U.S. News | National News
hallowedblasphe76
U.S. News | National News
U.S. News | National NewsU.S. News | National News
U.S. News | National News
whisperingwhiz946
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC News
painstakingsled66
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC News
enchantingsched84
U.S. News | National News
U.S. News | National NewsU.S. News | National News
U.S. News | National News
accidentaldeity33
U.S. News | National News
U.S. News | National NewsU.S. News | National News
U.S. News | National News
whisperingwhiz946
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC News
cafresno51
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC News
maddeningwareho91
What Would You Do? With John Quinones
What Would You Do? With John QuinonesWhat Would You Do? With John Quinones
What Would You Do? With John Quinones
agonizingspeed722
World News Tonight With David Muir
World News Tonight With David MuirWorld News Tonight With David Muir
World News Tonight With David Muir
nullcore325
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC News
painstakingsled66
U.S. News | National News
U.S. News | National NewsU.S. News | National News
U.S. News | National News
painstakingsled66
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC News
moaninglunatic320
20/20 | Investigative Journalism & News Magazine
20/20 | Investigative Journalism & News Magazine20/20 | Investigative Journalism & News Magazine
20/20 | Investigative Journalism & News Magazine
wrathfulmedal3110
International News | World News
International News | World NewsInternational News | World News
International News | World News
whisperingwhiz946
20/20 | Investigative Journalism & News Magazine
20/20 | Investigative Journalism & News Magazine20/20 | Investigative Journalism & News Magazine
20/20 | Investigative Journalism & News Magazine
marissa4chase4
International News | World News
International News | World NewsInternational News | World News
International News | World News
greedycabin1256
International News | World News
International News | World NewsInternational News | World News
International News | World News
blogginatl1963
International News | World News
International News | World NewsInternational News | World News
International News | World News
greencontract5911
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC News
duraninmwsbnwel
U.S. News | National News
U.S. News | National NewsU.S. News | National News
U.S. News | National News
hallowedblasphe76
U.S. News | National News
U.S. News | National NewsU.S. News | National News
U.S. News | National News
whisperingwhiz946
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC News
painstakingsled66
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC News
enchantingsched84
U.S. News | National News
U.S. News | National NewsU.S. News | National News
U.S. News | National News
accidentaldeity33
U.S. News | National News
U.S. News | National NewsU.S. News | National News
U.S. News | National News
whisperingwhiz946
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC News
cafresno51
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC News
maddeningwareho91
What Would You Do? With John Quinones
What Would You Do? With John QuinonesWhat Would You Do? With John Quinones
What Would You Do? With John Quinones
agonizingspeed722
World News Tonight With David Muir
World News Tonight With David MuirWorld News Tonight With David Muir
World News Tonight With David Muir
nullcore325
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC News
painstakingsled66
U.S. News | National News
U.S. News | National NewsU.S. News | National News
U.S. News | National News
painstakingsled66
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC News
moaninglunatic320
20/20 | Investigative Journalism & News Magazine
20/20 | Investigative Journalism & News Magazine20/20 | Investigative Journalism & News Magazine
20/20 | Investigative Journalism & News Magazine
wrathfulmedal3110

Viewers also liked (6)

GKS Cvee_2_2
GKS Cvee_2_2GKS Cvee_2_2
GKS Cvee_2_2
gopal sharma
Bookfair1
Bookfair1Bookfair1
Bookfair1
Mohammed Ghorab
Nuevo m辿todo para clasificar el aceite de oliva de las almazaras de manera au...Nuevo m辿todo para clasificar el aceite de oliva de las almazaras de manera au...
Nuevo m辿todo para clasificar el aceite de oliva de las almazaras de manera au...
ainia centro tecnol坦gico
Presentaci坦n power point osgle saiaPresentaci坦n power point osgle saia
Presentaci坦n power point osgle saia
31os05ter
"亠亳亠 亟 仂亠仆亳礆亳" : 于亳舒仍仆舒 于舒于从舒 仗仂 仂仄舒仆 . 丕舒亶仍亟舒 "仂亠...
"亠亳亠 亟 仂亠仆亳礆亳" : 于亳舒仍仆舒 于舒于从舒  仗仂 仂仄舒仆 . 丕舒亶仍亟舒 "仂亠..."亠亳亠 亟 仂亠仆亳礆亳" : 于亳舒仍仆舒 于舒于从舒  仗仂 仂仄舒仆 . 丕舒亶仍亟舒 "仂亠...
"亠亳亠 亟 仂亠仆亳礆亳" : 于亳舒仍仆舒 于舒于从舒 仗仂 仂仄舒仆 . 丕舒亶仍亟舒 "仂亠...
亞仆亳 仆亳亞亳仆舒
Planeacion y Programacion de Proyectos G4Planeacion y Programacion de Proyectos G4
Planeacion y Programacion de Proyectos G4
BJAlmonte
Nuevo m辿todo para clasificar el aceite de oliva de las almazaras de manera au...Nuevo m辿todo para clasificar el aceite de oliva de las almazaras de manera au...
Nuevo m辿todo para clasificar el aceite de oliva de las almazaras de manera au...
ainia centro tecnol坦gico
Presentaci坦n power point osgle saiaPresentaci坦n power point osgle saia
Presentaci坦n power point osgle saia
31os05ter
"亠亳亠 亟 仂亠仆亳礆亳" : 于亳舒仍仆舒 于舒于从舒 仗仂 仂仄舒仆 . 丕舒亶仍亟舒 "仂亠...
"亠亳亠 亟 仂亠仆亳礆亳" : 于亳舒仍仆舒 于舒于从舒  仗仂 仂仄舒仆 . 丕舒亶仍亟舒 "仂亠..."亠亳亠 亟 仂亠仆亳礆亳" : 于亳舒仍仆舒 于舒于从舒  仗仂 仂仄舒仆 . 丕舒亶仍亟舒 "仂亠...
"亠亳亠 亟 仂亠仆亳礆亳" : 于亳舒仍仆舒 于舒于从舒 仗仂 仂仄舒仆 . 丕舒亶仍亟舒 "仂亠...
亞仆亳 仆亳亞亳仆舒
Planeacion y Programacion de Proyectos G4Planeacion y Programacion de Proyectos G4
Planeacion y Programacion de Proyectos G4
BJAlmonte

Similar to International News | World News (15)

International News | World News
International News | World NewsInternational News | World News
International News | World News
classysaga1549
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC News
painstakingsled66
International News | World News
International News | World NewsInternational News | World News
International News | World News
moaninglunatic320
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC News
desertedalley1884
20/20 | Investigative Journalism & News Magazine
20/20 | Investigative Journalism & News Magazine20/20 | Investigative Journalism & News Magazine
20/20 | Investigative Journalism & News Magazine
sean3dunlap5
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC News
nutritiousfixat71
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC News
blogginatl1963
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC News
greencontract5911
World News Tonight With David Muir
World News Tonight With David MuirWorld News Tonight With David Muir
World News Tonight With David Muir
obsoletesermon471
U.S. News | National News
U.S. News | National NewsU.S. News | National News
U.S. News | National News
unarmedhorse5807
U.S. News | National News
U.S. News | National NewsU.S. News | National News
U.S. News | National News
acousticassista07
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC News
womanlygatherin92
Nightline: Late Evening News - ABC News
Nightline: Late Evening News - ABC NewsNightline: Late Evening News - ABC News
Nightline: Late Evening News - ABC News
abandoneddecoy407
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC News
whisperingwhiz946
U.S. News | National News
U.S. News | National NewsU.S. News | National News
U.S. News | National News
coldmiscellany992
International News | World News
International News | World NewsInternational News | World News
International News | World News
classysaga1549
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC News
painstakingsled66
International News | World News
International News | World NewsInternational News | World News
International News | World News
moaninglunatic320
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC News
desertedalley1884
20/20 | Investigative Journalism & News Magazine
20/20 | Investigative Journalism & News Magazine20/20 | Investigative Journalism & News Magazine
20/20 | Investigative Journalism & News Magazine
sean3dunlap5
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC News
nutritiousfixat71
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC News
blogginatl1963
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC News
greencontract5911
World News Tonight With David Muir
World News Tonight With David MuirWorld News Tonight With David Muir
World News Tonight With David Muir
obsoletesermon471
U.S. News | National News
U.S. News | National NewsU.S. News | National News
U.S. News | National News
unarmedhorse5807
U.S. News | National News
U.S. News | National NewsU.S. News | National News
U.S. News | National News
acousticassista07
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC News
womanlygatherin92
Nightline: Late Evening News - ABC News
Nightline: Late Evening News - ABC NewsNightline: Late Evening News - ABC News
Nightline: Late Evening News - ABC News
abandoneddecoy407
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC News
whisperingwhiz946
U.S. News | National News
U.S. News | National NewsU.S. News | National News
U.S. News | National News
coldmiscellany992

More from blogginatl1963 (12)

Test
TestTest
Test
blogginatl1963
News tips & ideas - Sun Sentinel
News tips & ideas - Sun SentinelNews tips & ideas - Sun Sentinel
News tips & ideas - Sun Sentinel
blogginatl1963
Business News, Personal Finance and Money News
Business News, Personal Finance and Money NewsBusiness News, Personal Finance and Money News
Business News, Personal Finance and Money News
blogginatl1963
Students Were the Victims, but the School System Suffers Too油|油Eric Cooper
Students Were the Victims, but the School System Suffers Too油|油Eric CooperStudents Were the Victims, but the School System Suffers Too油|油Eric Cooper
Students Were the Victims, but the School System Suffers Too油|油Eric Cooper
blogginatl1963
Africa News Headlines | Reuters
Africa News Headlines | ReutersAfrica News Headlines | Reuters
Africa News Headlines | Reuters
blogginatl1963
6 reasons to love Atlanta
6 reasons to love Atlanta6 reasons to love Atlanta
6 reasons to love Atlanta
blogginatl1963
U.S. News | National News
U.S. News | National NewsU.S. News | National News
U.S. News | National News
blogginatl1963
Plane crashes on Atlanta-area interstate
Plane crashes on Atlanta-area interstatePlane crashes on Atlanta-area interstate
Plane crashes on Atlanta-area interstate
blogginatl1963
Atlanta public school cheating scandal: Former educator accepts deal with pro...
Atlanta public school cheating scandal: Former educator accepts deal with pro...Atlanta public school cheating scandal: Former educator accepts deal with pro...
Atlanta public school cheating scandal: Former educator accepts deal with pro...
blogginatl1963
Politics & Political News | Reuters.com
Politics & Political News | Reuters.comPolitics & Political News | Reuters.com
Politics & Political News | Reuters.com
blogginatl1963
HuffingtonPost's Big News Pages
HuffingtonPost's Big News PagesHuffingtonPost's Big News Pages
HuffingtonPost's Big News Pages
blogginatl1963
News tips & ideas - Sun Sentinel
News tips & ideas - Sun SentinelNews tips & ideas - Sun Sentinel
News tips & ideas - Sun Sentinel
blogginatl1963
Business News, Personal Finance and Money News
Business News, Personal Finance and Money NewsBusiness News, Personal Finance and Money News
Business News, Personal Finance and Money News
blogginatl1963
Students Were the Victims, but the School System Suffers Too油|油Eric Cooper
Students Were the Victims, but the School System Suffers Too油|油Eric CooperStudents Were the Victims, but the School System Suffers Too油|油Eric Cooper
Students Were the Victims, but the School System Suffers Too油|油Eric Cooper
blogginatl1963
Africa News Headlines | Reuters
Africa News Headlines | ReutersAfrica News Headlines | Reuters
Africa News Headlines | Reuters
blogginatl1963
6 reasons to love Atlanta
6 reasons to love Atlanta6 reasons to love Atlanta
6 reasons to love Atlanta
blogginatl1963
U.S. News | National News
U.S. News | National NewsU.S. News | National News
U.S. News | National News
blogginatl1963
Plane crashes on Atlanta-area interstate
Plane crashes on Atlanta-area interstatePlane crashes on Atlanta-area interstate
Plane crashes on Atlanta-area interstate
blogginatl1963
Atlanta public school cheating scandal: Former educator accepts deal with pro...
Atlanta public school cheating scandal: Former educator accepts deal with pro...Atlanta public school cheating scandal: Former educator accepts deal with pro...
Atlanta public school cheating scandal: Former educator accepts deal with pro...
blogginatl1963
Politics & Political News | Reuters.com
Politics & Political News | Reuters.comPolitics & Political News | Reuters.com
Politics & Political News | Reuters.com
blogginatl1963
HuffingtonPost's Big News Pages
HuffingtonPost's Big News PagesHuffingtonPost's Big News Pages
HuffingtonPost's Big News Pages
blogginatl1963

International News | World News

  • 1. International News | World News "newsbulletin.nbFooter = ""//append widget header$("#newsbulletin > .midcontainer").append("");$("#newsbulletin > .midcontainer").append(newsbulletin.nbContainer);$("#newsbulletin > .midcontainer").append(newsbulletin.nbFooter);newsbulletin.nbDiv = document.getElementById('nbItemContainer');nbjsId = 0;newsbulletin.load = function()//alert(newsbulletin.baseloc+'/xmldata/newsbulletin?id=14640490&twOverride=&lpos='+ newsbulletin.lpos+'&section=&'+nbjsId)//to try and handle caching in webkit browsersdynamicJS.load('newsBulletin'+nbjsId, newsbulletin.baseloc+'/xmldata/newsbulletin?id=14640490&twOverride=&lpos='+newsbulletin.lpo s2+'&section=&'+nbjsId);//dynamicJS.load('newsBulletin','http://preview.abcnews.go.com/xmldata/n ewsbulletin?id=13564505');//display itemsnewsbulletin.displayItems = function(nbItemObj)//check if status updatethis.isStatusUpdate = (nbItemObj.label == 'Status Update')?true:false;//item type classthis.itemTypeClass = (this.isStatusUpdate)?'orange':'blue';//bg positionthis.itemBgPos = '100% 55%';if(nbItemObj.bgPos != null)this.itemBgPos = nbItemObj.bgPos;//author imagethis.nbItemStyle = '';this.nbH4Class = 'class=nbheader';this.nbH4Style = '';this.nbItemStyleAuthor = '';if(nbItemObj.authorimage != null && nbItemObj.authorimage != '')this.nbH4Style = ' style=width:210px;';this.nbItemStyle = 'background:url(/slideshow/international-news-world-news-51991874/51991874/&) no-repeat bottom right'//+ this.itemBgPos;this.nbItemStyleAuthor = ' nbItemContentsAuthor'//titlethis.title = ' '+nbItemObj.title+' ';if(nbItemObj.link != null && nbItemObj.link != '')this.title = ''//textthis.text = '';this.textCapped = '';this.morelink = 'More'if(nbItemObj.text != null)this.text = nbItemObj.text;//if item is not expanded display capped text if applicableif(nbItemObj.isExpanded != true)if(nbItemObj.text.length > 63)this.textCapped = nbItemObj.text.substring(0, 63);this.text = this.textCapped + '...';if(this.isStatusUpdate)this.text = this.textCapped + '... ' + this.morelink;//socialthis.social = '';this.socialStyle = '';this.authorBlock = '';this.divider = '';this.fb = '';if(nbItemObj.authorfb != null && nbItemObj.authorfb != '')this.fb = ''this.twitter = '';if(nbItemObj.authortwitter != null && nbItemObj.authortwitter != '')this.twitter = ''this.bio = '';if(nbItemObj.authorbio != null && nbItemObj.authorbio != '')this.bio = ''+nbItemObj.author+''this.authorBlock = ' '+this.bio+' 'if(nbItemObj.author != null && nbItemObj.author != '')if(this.fb != '' elsethis.social = '';this.textStyle = '';if(nbItemObj.authorimage != null && nbItemObj.authorimage != '')this.textStyle = ' style=width:208px;'; else nbItemObj.author == '')this.textStyle = ' style="padding-bottom:2px; margin-bottom:5px;"';this.categoryTag = '';this.nbTextOverride = '';this.rowTemp = ''+this.title+' '+nbItemObj.date+' '+this.authorBlock+' '+this.text+' '+this.social+'
  • 2. ';if (nbItemObj.notes) nbNotes = nbItemObj.notes;nbNoteStr = '';nbNoteDivider = '';$.each(nbNotes, function(idx) nbNote = nbNotes[idx];this.noteAuthorBlock = '';this.notefb = '';if(nbNote.noteAuthor.facebook != null && nbNote.noteAuthor.facebook != '')this.notefb = ''this.notetwitter = '';if(nbNote.noteAuthor.twitter != null && nbNote.noteAuthor.twitter != '')this.notetwitter = ''this.notebio = '';if(nbNote.noteAuthor.bio != null && nbNote.noteAuthor.bio != '')this.notebio = ''+nbNote.noteAuthor.name+''this.noteAuthorBlock = ' '+this.notebio+' 'this.notesocial = '';this.noteSocialStyle = '';if(nbNote.noteAuthor.name != null && nbNote.noteAuthor.name != '')if(this.notefb != '' elsethis.notesocial = '';if (idx == nbNotes.length-1) nbNoteDivider = '';this.nbNoteDiv = ' '+nbNote.noteHeadline+' '+this.noteAuthorBlock+' '+nbNote.noteOverview+' '+this.notesocial+' ';nbNoteStr += this.nbNoteDiv;);this.rowTemp += nbNoteStr;return this.rowTemp;function showMoreText(id)//grab old item heightvar oldItemHeight = $('#nbItem_'+id).height();//retrieve the content from the array$('#text_'+id).html(contentObject[id])//store id a list of opened objectsfullTextList.push(id.toString());var newContainerHeight = $("#nbItemContainer").height() + ($('#nbItem_'+id).height()-oldItemHeight);$("#nbItemContainer").css('height', newContainerHeight);//reinitialize scrollwindow.api.reinitialise();lastNBObjStr = '';function isNewData(data)isNewTemp = false;currNBObjStr = '';$.each(data.updates, function(ind)currNBObjStr = currNBObjStr + data.updates[ind].objId + data.updates[ind].date;);//console.log('x'+currNBObjStr);//console.log('y'+lastNBObjStr);if(currNBO bjStr != lastNBObjStr)isNewTemp = true;else//console.log('no refresh');lastNBObjStr = currNBObjStr;return isNewTemp;isHeaderLinkLoaded = false; // flag to check if the header link is loadedisShareLinkLoaded = false; // flag to check if the share link is loadedisDoneLoading = false; // flag to check if the html is done loading in the jScrollPanefunction newsBulletin(data)if(data)isNewDataFlag = isNewData(data);if(isNewDataFlag)//clear contents firstnewsbulletin.nbDiv.innerHTML = '';//console.log('refresh');updates = data.updates;headerLink = data.widgetLink;shareLink = data.shareLink;if (headerLink != '' && headerLink != null && !isHeaderLinkLoaded)var twitterImg = " "$("#newsbulletin > .midcontainer > .widget_head").append("");$("#newsbulletin > .midcontainer > .widget_head > .twitterLink a > .twitterContent").append("" + twitterImg + "");isHeaderLinkLoaded = true;//clear the author cutouts arraynewsbulletin.authorCutouts = [];// check to see if there is a height set for container, if so clear it// prevents cacheingvar hasHeight = $('#nbItemContainer').attr('style');if (typeof hasHeight != 'undefined')$('#nbItemContainer').removeAttr('style');$.each(updates, function(ind)var itemDetails = new Object();it = updates[ind];//populate the itemDetails objectitemDetails.id = it.objId;itemDetails.title = it.title;itemDetails.objType = it.objType;itemDetails.link = it.link;itemDetails.date = it.date;itemDetails.label = it.label;itemDetails.author = it.author.name;itemDetails.authorbio = it.author.bio;itemDetails.authorfb = it.author.facebook;itemDetails.authortwitter = it.author.twitter;itemDetails.feed = it.feed;itemDetails.category = it.category;//set defaults if item is a status updateif(itemDetails.label
  • 3. == 'Status Update')if(it.author.image == '')it.author.image = 'http://a.abcnews.com/assets/images/abc_news_logo_84x84.png'if(it.author.name == '')itemDetails.author = 'ABC News'itemDetails.authorfb = 'http://www.facebook.com/abcnews'itemDetails.authortwitter = 'http://twitter.com/abc'//only pass the author image if it's not displayed in any of the items yetif($.inArray(it.author.image, newsbulletin.authorCutouts) == -1)itemDetails.authorimage = it.author.image;//add to ignore listif(it.author.image != '' &&($.inArray(it.author.image, newsbulletin.authorCutouts) == - 1))newsbulletin.authorCutouts.push(it.author.image);if(it.text != '')itemDetails.text = it.text;elseitemDetails.bgPos = 'bottom right';if (it.notes) itemDetails.notes = it.notes;//build a name value pair list of id/textcontentObject[itemDetails.id] = itemDetails.textitemDetails.isExpanded = ($.inArray(itemDetails.id, fullTextList) > -1) ? true : false;//build markup$("#nbItemContainer").append(newsbulletin.displayItems(itemDetails)););$("#nbItemContain er").append('');//set the height of container div$("#nbItemContainer").css('height',$("#nbItemContainer").height());if (shareLink != '' && shareLink != null && !isShareLinkLoaded)$("#newsbulletin > .midcontainer > .nbFooter").css("height":"35px", "border-top":"1px solid #d5d5d5", "border-bottom":"borde- -bottom:1px solid #eaeaea");$("#newsbulletin > .midcontainer > .nbFooter").append("");isShareLinkLoaded = true;if($.browser.msie)if ($.browser.version .midcontainer > .nbFooter").css("display":"none");var timeoutId = setTimeout(function() $("#newsbulletin > .midcontainer > .nbFooter").css("display":"block");clearTimeout(timeoutId);, 3000);dynamicJS.unload('newsBulletin'+nbjsId, newsbulletin.baseloc+'/xmldata/newsbulletin?id=14640490&'+nbjsId);isDoneLoading = true;if ($.browser.webkit) if(nbjsId .midcontainer > .nbFooter").css("display":"none");var timeoutId = setTimeout(function() $("#newsbulletin > .midcontainer > .nbFooter").css("display":"block");clearTimeout(timeoutId);, 3000);7500)setInterval(function()window.api.getContentPane().html(newsbulletin.load());,120000);s etInterval(function() // we could call "pane.jScrollPane(settings)" again but it is// more convenient to call via the API as then the original// settings we passed in are automatically remembered.// Initialization of the container should be done after all the markup has been loaded// since there is no listener that could be passed into reinitialise() for callbackif (isDoneLoading)window.api.reinitialise();isDoneLoading = false;, 5000);;addOnload(newsbulletin.load()); http://abcnews.go.com/International