SlideShare a Scribd company logo
1 of 11
Download to read offline
Business News, Personal Finance and Money News
Spencer Platt/Getty Images
There are a few overriding principles that mattress shoppers should understand. First,...
Speaking of price, get ready to negotiate. Price tags on bedding mean even less than...
Remember, it's also nearly impossible to try out a mattress in a store by lying on it...
That leads to the fourth principle: it's all about the returns. Mattress sales folks...
"
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=14640490twOverride=lpos='+newsbulletin.
lpos+'section='+nbjsId)
//to try and handle caching in webkit browsers
dynamicJS.load('newsBulletin'+nbjsId,
newsbulletin.baseloc+'/xmldata/newsbulletin?id=14640490twOverride=lpos='+newsbulletin.lpos2+
'section='+nbjsId);
//dynamicJS.load('newsBulletin','http://preview.abcnews.go.com/xmldata/newsbulletin?id=13564505'
);
//display items
newsbulletin.displayItems = function(nbItemObj)
//check if status update
this.isStatusUpdate = (nbItemObj.label == 'Status Update')?true:false;
//item type class
this.itemTypeClass = (this.isStatusUpdate)?'orange':'blue';
//bg position
this.itemBgPos = '100% 55%';
if(nbItemObj.bgPos != null)
this.itemBgPos = nbItemObj.bgPos;
//author image
this.nbItemStyle = '';
this.nbH4Class = 'class=nbheader';
this.nbH4Style = '';
this.nbItemStyleAuthor = '';
if(nbItemObj.authorimage != null nbItemObj.authorimage != '')
this.nbH4Style = ' style=width:210px;';
this.nbItemStyle = 'background:url('+nbItemObj.authorimage+') no-repeat bottom right'//+
this.itemBgPos;
this.nbItemStyleAuthor = ' nbItemContentsAuthor'
//title
this.title = '
'+nbItemObj.title+'
';
if(nbItemObj.link != null nbItemObj.link != '')
this.title = ''
//text
this.text = '';
this.textCapped = '';
this.morelink = 'More'
if(nbItemObj.text != null)
this.text = nbItemObj.text;
//if item is not expanded display capped text if applicable
if(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;
//social
this.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 != '') this.twitter != '')
this.socialCustomStyle = '';
this.social = this.fb + this.twitter;
this.socialStyle = ' style="height:21px; padding: 2px 0px;' + this.socialCustomStyle + '"';
else
this.social = '';
this.textStyle = '';
if(nbItemObj.authorimage != null nbItemObj.authorimage != '')
this.textStyle = ' style=width:208px;';
else
if(nbItemObj.author == null
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 != '')else
this.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 height
var oldItemHeight = $('#nbItem_'+id).height();
//retrieve the content from the array
$('#text_'+id).html(contentObject[id])
//store id a list of opened objects
fullTextList.push(id.toString());
var newContainerHeight = $("#nbItemContainer").height() + ($('#nbItem_'+id).height()-
oldItemHeight);
$("#nbItemContainer").css('height', newContainerHeight);
//reinitialize scroll
window.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(currNBObjStr != lastNBObjStr)
isNewTemp = true;
else
//console.log('no refresh');
lastNBObjStr = currNBObjStr;
return isNewTemp;
isHeaderLinkLoaded = false; // flag to check if the header link is loaded
isShareLinkLoaded = false; // flag to check if the share link is loaded
isDoneLoading = false; // flag to check if the html is done loading in the jScrollPane
function newsBulletin(data)
if(data)
isNewDataFlag = isNewData(data);
if(isNewDataFlag)
//clear contents first
newsbulletin.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 array
newsbulletin.authorCutouts = [];
// check to
http://servicios.mercadolibre.cl/fiestas-y-eventos/organizadora-de-eventos-y-fiestas-infantiles see if
there is a height set for container, if so clear it
// prevents cacheing
var 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 object
itemDetails.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 update
if(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 yet
if($.inArray(it.author.image, newsbulletin.authorCutouts) == -1)
itemDetails.authorimage = it.author.image;
//add to ignore list
if(it.author.image != '' ($.inArray(it.author.image, newsbulletin.authorCutouts) == -1))
newsbulletin.authorCutouts.push(it.author.image);
if(it.text != '')
itemDetails.text = it.text;
else
itemDetails.bgPos = 'bottom right';
if (it.notes)
itemDetails.notes = it.notes;
//build a name value pair list of id/text
contentObject[itemDetails.id] = itemDetails.text
itemDetails.isExpanded = ($.inArray(itemDetails.id, fullTextList) -1) ? true : false;
//build markup
$("#nbItemContainer").append(newsbulletin.displayItems(itemDetails));
);
$("#nbItemContainer").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":"border-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
);
setInterval(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 callback
if (isDoneLoading)
window.api.reinitialise();
isDoneLoading = false;
, 5000);
;
addOnload(newsbulletin.load());

More Related Content

What's hot

Politics News and U.S. Elections Coverage
Politics News and U.S. Elections CoveragePolitics News and U.S. Elections Coverage
Politics News and U.S. Elections Coverageawarequalm2586
 
20/20 | Investigative Journalism & News Magazine
20/20 | Investigative Journalism & News Magazine20/20 | Investigative Journalism & News Magazine
20/20 | Investigative Journalism & News Magazinedemonicrhythm3717
 
Politics News and U.S. Elections Coverage
Politics News and U.S. Elections CoveragePolitics News and U.S. Elections Coverage
Politics News and U.S. Elections Coverageexoticshame065
 
Politics News and U.S. Elections Coverage
Politics News and U.S. Elections CoveragePolitics News and U.S. Elections Coverage
Politics News and U.S. Elections Coverageerna8nielsen65
 
Politics News and U.S. Elections Coverage
Politics News and U.S. Elections CoveragePolitics News and U.S. Elections Coverage
Politics News and U.S. Elections Coveragematureocclusion27
 
Politics News and U.S. Elections Coverage
Politics News and U.S. Elections CoveragePolitics News and U.S. Elections Coverage
Politics News and U.S. Elections Coveragecreepypreview6376
 
Politics News and U.S. Elections Coverage
Politics News and U.S. Elections CoveragePolitics News and U.S. Elections Coverage
Politics News and U.S. Elections Coveragecoldfascism4997
 
UITableView Pain Points
UITableView Pain PointsUITableView Pain Points
UITableView Pain PointsKen Auer
 
Your code sucks, let's fix it - DPC UnCon
Your code sucks, let's fix it - DPC UnConYour code sucks, let's fix it - DPC UnCon
Your code sucks, let's fix it - DPC UnConRafael Dohms
 
Event handling using jQuery
Event handling using jQueryEvent handling using jQuery
Event handling using jQueryIban Martinez
 
Introduction to DI(C)
Introduction to DI(C)Introduction to DI(C)
Introduction to DI(C)Radek Benkel
 
WooCommerce CRUD and Data Store by Akeda Bagus
WooCommerce CRUD and Data Store by Akeda BagusWooCommerce CRUD and Data Store by Akeda Bagus
WooCommerce CRUD and Data Store by Akeda BagusWordCamp Indonesia
 
Dig Deeper into WordPress - WD Meetup Cairo
Dig Deeper into WordPress - WD Meetup CairoDig Deeper into WordPress - WD Meetup Cairo
Dig Deeper into WordPress - WD Meetup CairoMohamed Mosaad
 
Ruby-ying Javascript: Avoiding jQuery Spaghetti
Ruby-ying Javascript: Avoiding jQuery SpaghettiRuby-ying Javascript: Avoiding jQuery Spaghetti
Ruby-ying Javascript: Avoiding jQuery SpaghettiForrest Chang
 
Introduction to Web Components
Introduction to Web ComponentsIntroduction to Web Components
Introduction to Web ComponentsFelix Arntz
 

What's hot (20)

U.S. News | National News
U.S. News | National NewsU.S. News | National News
U.S. News | National News
 
Politics News and U.S. Elections Coverage
Politics News and U.S. Elections CoveragePolitics News and U.S. Elections Coverage
Politics News and U.S. Elections Coverage
 
20/20 | Investigative Journalism & News Magazine
20/20 | Investigative Journalism & News Magazine20/20 | Investigative Journalism & News Magazine
20/20 | Investigative Journalism & News Magazine
 
U.S. News | National News
U.S. News | National NewsU.S. News | National News
U.S. News | National News
 
Politics News and U.S. Elections Coverage
Politics News and U.S. Elections CoveragePolitics News and U.S. Elections Coverage
Politics News and U.S. Elections Coverage
 
Politics News and U.S. Elections Coverage
Politics News and U.S. Elections CoveragePolitics News and U.S. Elections Coverage
Politics News and U.S. Elections Coverage
 
Politics News and U.S. Elections Coverage
Politics News and U.S. Elections CoveragePolitics News and U.S. Elections Coverage
Politics News and U.S. Elections Coverage
 
U.S. News | National News
U.S. News | National NewsU.S. News | National News
U.S. News | National News
 
Politics News and U.S. Elections Coverage
Politics News and U.S. Elections CoveragePolitics News and U.S. Elections Coverage
Politics News and U.S. Elections Coverage
 
Politics News and U.S. Elections Coverage
Politics News and U.S. Elections CoveragePolitics News and U.S. Elections Coverage
Politics News and U.S. Elections Coverage
 
Your Entity, Your Code
Your Entity, Your CodeYour Entity, Your Code
Your Entity, Your Code
 
UITableView Pain Points
UITableView Pain PointsUITableView Pain Points
UITableView Pain Points
 
Your code sucks, let's fix it - DPC UnCon
Your code sucks, let's fix it - DPC UnConYour code sucks, let's fix it - DPC UnCon
Your code sucks, let's fix it - DPC UnCon
 
Event handling using jQuery
Event handling using jQueryEvent handling using jQuery
Event handling using jQuery
 
Introduction to DI(C)
Introduction to DI(C)Introduction to DI(C)
Introduction to DI(C)
 
WooCommerce CRUD and Data Store by Akeda Bagus
WooCommerce CRUD and Data Store by Akeda BagusWooCommerce CRUD and Data Store by Akeda Bagus
WooCommerce CRUD and Data Store by Akeda Bagus
 
Dig Deeper into WordPress - WD Meetup Cairo
Dig Deeper into WordPress - WD Meetup CairoDig Deeper into WordPress - WD Meetup Cairo
Dig Deeper into WordPress - WD Meetup Cairo
 
Separation of concerns - DPC12
Separation of concerns - DPC12Separation of concerns - DPC12
Separation of concerns - DPC12
 
Ruby-ying Javascript: Avoiding jQuery Spaghetti
Ruby-ying Javascript: Avoiding jQuery SpaghettiRuby-ying Javascript: Avoiding jQuery Spaghetti
Ruby-ying Javascript: Avoiding jQuery Spaghetti
 
Introduction to Web Components
Introduction to Web ComponentsIntroduction to Web Components
Introduction to Web Components
 

Viewers also liked

Viewers also liked (16)

L'africanité des Artistes d'Essaouira
L'africanité des Artistes d'Essaouira L'africanité des Artistes d'Essaouira
L'africanité des Artistes d'Essaouira
 
La musique peut faire des miracles
La musique peut faire des miraclesLa musique peut faire des miracles
La musique peut faire des miracles
 
CV final 2
CV final 2CV final 2
CV final 2
 
WholePaper no numbers
WholePaper no numbersWholePaper no numbers
WholePaper no numbers
 
Juventa Plus
Juventa PlusJuventa Plus
Juventa Plus
 
Algicleanz Jelly
Algicleanz JellyAlgicleanz Jelly
Algicleanz Jelly
 
Kayla Breanne Murphy Resume
Kayla Breanne Murphy ResumeKayla Breanne Murphy Resume
Kayla Breanne Murphy Resume
 
Catalogo solisti sezioni
Catalogo solisti sezioniCatalogo solisti sezioni
Catalogo solisti sezioni
 
La Musique et l'Intelligence
La Musique et l'IntelligenceLa Musique et l'Intelligence
La Musique et l'Intelligence
 
Chiffrage et composition des accords
Chiffrage et composition des accordsChiffrage et composition des accords
Chiffrage et composition des accords
 
Nike Presentation 1.pptx
Nike Presentation 1.pptxNike Presentation 1.pptx
Nike Presentation 1.pptx
 
Checkpoint 3 - Master Copy
Checkpoint 3 - Master CopyCheckpoint 3 - Master Copy
Checkpoint 3 - Master Copy
 
BUILDING BRIDGES OF FRIENDSHIP 1
BUILDING BRIDGES OF FRIENDSHIP 1BUILDING BRIDGES OF FRIENDSHIP 1
BUILDING BRIDGES OF FRIENDSHIP 1
 
Crazier - taylor swift
Crazier - taylor swiftCrazier - taylor swift
Crazier - taylor swift
 
Nike Checkpoint 2
Nike Checkpoint 2Nike Checkpoint 2
Nike Checkpoint 2
 
Interactions in Motorcycle Clubs
Interactions in Motorcycle ClubsInteractions in Motorcycle Clubs
Interactions in Motorcycle Clubs
 

Similar to Business News, Personal Finance and Money News

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 Newssablenerve1731
 
International News | World News
International News | World NewsInternational News | World News
International News | World Newsboringterminolo30
 
International News | World News
International News | World NewsInternational News | World News
International News | World Newsproductiveengin27
 
Politics News and U.S. Elections Coverage
Politics News and U.S. Elections CoveragePolitics News and U.S. Elections Coverage
Politics News and U.S. Elections Coverageunarmedhorse5807
 
Politics News and U.S. Elections Coverage
Politics News and U.S. Elections CoveragePolitics News and U.S. Elections Coverage
Politics News and U.S. Elections Coveragebrendacuthbert89
 
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 Quinonesroastedrecluse128
 
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC Newsalertchair8725
 
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 Quinonesnumberlesspasto93
 
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC Newshonorablejourna10
 
International News | World News
International News | World NewsInternational News | World News
International News | World Newsjoblessbeach6696
 
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC Newspainstakingsled66
 
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC Newsoceanicrainbow854
 
20/20 | Investigative Journalism & News Magazine
20/20 | Investigative Journalism & News Magazine20/20 | Investigative Journalism & News Magazine
20/20 | Investigative Journalism & News Magazinealertmishap944
 
20/20 | Investigative Journalism & News Magazine
20/20 | Investigative Journalism & News Magazine20/20 | Investigative Journalism & News Magazine
20/20 | Investigative Journalism & News Magazinewrathfulmedal3110
 
International News | World News
International News | World NewsInternational News | World News
International News | World Newsagonizingspeed722
 
International News | World News
International News | World NewsInternational News | World News
International News | World Newswhisperingwhiz946
 
Politics News and U.S. Elections Coverage
Politics News and U.S. Elections CoveragePolitics News and U.S. Elections Coverage
Politics News and U.S. Elections Coveragetalloration5719
 
Health News & Articles | Healthy Living
Health News & Articles | Healthy LivingHealth News & Articles | Healthy Living
Health News & Articles | Healthy Livingtoothsomehardwa00
 

Similar to Business News, Personal Finance and Money News (20)

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
 
U.S. News | National News
U.S. News | National NewsU.S. News | National News
U.S. News | National News
 
International News | World News
International News | World NewsInternational News | World News
International News | World News
 
International News | World News
International News | World NewsInternational News | World News
International News | World News
 
Politics News and U.S. Elections Coverage
Politics News and U.S. Elections CoveragePolitics News and U.S. Elections Coverage
Politics News and U.S. Elections Coverage
 
Politics News and U.S. Elections Coverage
Politics News and U.S. Elections CoveragePolitics News and U.S. Elections Coverage
Politics News and U.S. Elections Coverage
 
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
 
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC News
 
U.S. News | National News
U.S. News | National NewsU.S. News | National News
U.S. News | National News
 
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
 
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC News
 
International News | World News
International News | World NewsInternational News | World News
International News | World News
 
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC News
 
Technology and Science News - ABC News
Technology and Science News - ABC NewsTechnology and Science News - ABC News
Technology and Science News - ABC News
 
20/20 | Investigative Journalism & News Magazine
20/20 | Investigative Journalism & News Magazine20/20 | Investigative Journalism & News Magazine
20/20 | Investigative Journalism & News Magazine
 
20/20 | Investigative Journalism & News Magazine
20/20 | Investigative Journalism & News Magazine20/20 | Investigative Journalism & News Magazine
20/20 | Investigative Journalism & News Magazine
 
International News | World News
International News | World NewsInternational News | World News
International News | World News
 
International News | World News
International News | World NewsInternational News | World News
International News | World News
 
Politics News and U.S. Elections Coverage
Politics News and U.S. Elections CoveragePolitics News and U.S. Elections Coverage
Politics News and U.S. Elections Coverage
 
Health News & Articles | Healthy Living
Health News & Articles | Healthy LivingHealth News & Articles | Healthy Living
Health News & Articles | Healthy Living
 

More from bernardwilcox8

Prepárate Para Encontrar Su Próximo Trabajo Perfecto
Prepárate Para Encontrar Su Próximo Trabajo Perfecto Prepárate Para Encontrar Su Próximo Trabajo Perfecto
Prepárate Para Encontrar Su Próximo Trabajo Perfecto bernardwilcox8
 
Paraguay liberarA� 5 eventos maA�z transgA�nico septiembre: funcionario\n| Ti...
Paraguay liberarA� 5 eventos maA�z transgA�nico septiembre: funcionario\n| Ti...Paraguay liberarA� 5 eventos maA�z transgA�nico septiembre: funcionario\n| Ti...
Paraguay liberarA� 5 eventos maA�z transgA�nico septiembre: funcionario\n| Ti...bernardwilcox8
 
PolA�mica fiesta privada en panteA�n es MA�xico no provocA� daA�os en monumentos
PolA�mica fiesta privada en panteA�n es MA�xico no provocA� daA�os en monumentosPolA�mica fiesta privada en panteA�n es MA�xico no provocA� daA�os en monumentos
PolA�mica fiesta privada en panteA�n es MA�xico no provocA� daA�os en monumentosbernardwilcox8
 
Zaragoza, Espana Y Las Fiestas Del PilarA�|A�Lori Needleman
Zaragoza, Espana Y Las Fiestas Del PilarA�|A�Lori NeedlemanZaragoza, Espana Y Las Fiestas Del PilarA�|A�Lori Needleman
Zaragoza, Espana Y Las Fiestas Del PilarA�|A�Lori Needlemanbernardwilcox8
 
Filipinas damas en Arabia Saudita
Filipinas damas en Arabia SauditaFilipinas damas en Arabia Saudita
Filipinas damas en Arabia Sauditabernardwilcox8
 
\"El JUEGO NO ha terminado\" - Gran InauguraciA�n del 10o Aniversario de G-St...
\"El JUEGO NO ha terminado\" - Gran InauguraciA�n del 10o Aniversario de G-St...\"El JUEGO NO ha terminado\" - Gran InauguraciA�n del 10o Aniversario de G-St...
\"El JUEGO NO ha terminado\" - Gran InauguraciA�n del 10o Aniversario de G-St...bernardwilcox8
 
Espana: Muere un Hombre Tras Ser Corneado por un Toro en la Fiesta de la Ciudad
Espana: Muere un Hombre Tras Ser Corneado por un Toro en la Fiesta de la CiudadEspana: Muere un Hombre Tras Ser Corneado por un Toro en la Fiesta de la Ciudad
Espana: Muere un Hombre Tras Ser Corneado por un Toro en la Fiesta de la Ciudadbernardwilcox8
 
Las fiestas de fin de aA�o presentan riesgos para la seguridad empresarial: E...
Las fiestas de fin de aA�o presentan riesgos para la seguridad empresarial: E...Las fiestas de fin de aA�o presentan riesgos para la seguridad empresarial: E...
Las fiestas de fin de aA�o presentan riesgos para la seguridad empresarial: E...bernardwilcox8
 
Alessandra Ambrosio presumir en las redes sociales su embarazo (FOTOS)
Alessandra Ambrosio presumir en las redes sociales su embarazo (FOTOS)Alessandra Ambrosio presumir en las redes sociales su embarazo (FOTOS)
Alessandra Ambrosio presumir en las redes sociales su embarazo (FOTOS)bernardwilcox8
 
El alquiler se paga. Libre En Linea De La Biblioteca
El alquiler se paga. Libre En Linea De La BibliotecaEl alquiler se paga. Libre En Linea De La Biblioteca
El alquiler se paga. Libre En Linea De La Bibliotecabernardwilcox8
 
La Organizacion De Bolos, Fiestas Y Eventos Corporativos
La Organizacion De Bolos, Fiestas Y Eventos CorporativosLa Organizacion De Bolos, Fiestas Y Eventos Corporativos
La Organizacion De Bolos, Fiestas Y Eventos Corporativosbernardwilcox8
 
¿Cual es el Mejor Planificador de la Boda Bookh
¿Cual es el Mejor Planificador de la Boda Bookh¿Cual es el Mejor Planificador de la Boda Bookh
¿Cual es el Mejor Planificador de la Boda Bookhbernardwilcox8
 
Yo estaba pensando en convertirse en un planificador de la boda o un evento c...
Yo estaba pensando en convertirse en un planificador de la boda o un evento c...Yo estaba pensando en convertirse en un planificador de la boda o un evento c...
Yo estaba pensando en convertirse en un planificador de la boda o un evento c...bernardwilcox8
 
China bloques de viaje por algunos de Corea del Sur visita papal: organizador
China bloques de viaje por algunos de Corea del Sur visita papal: organizadorChina bloques de viaje por algunos de Corea del Sur visita papal: organizador
China bloques de viaje por algunos de Corea del Sur visita papal: organizadorbernardwilcox8
 
La resistencia organizador del evento Ethos lanza Fundacion Racer Programa - ...
La resistencia organizador del evento Ethos lanza Fundacion Racer Programa - ...La resistencia organizador del evento Ethos lanza Fundacion Racer Programa - ...
La resistencia organizador del evento Ethos lanza Fundacion Racer Programa - ...bernardwilcox8
 

More from bernardwilcox8 (15)

Prepárate Para Encontrar Su Próximo Trabajo Perfecto
Prepárate Para Encontrar Su Próximo Trabajo Perfecto Prepárate Para Encontrar Su Próximo Trabajo Perfecto
Prepárate Para Encontrar Su Próximo Trabajo Perfecto
 
Paraguay liberarA� 5 eventos maA�z transgA�nico septiembre: funcionario\n| Ti...
Paraguay liberarA� 5 eventos maA�z transgA�nico septiembre: funcionario\n| Ti...Paraguay liberarA� 5 eventos maA�z transgA�nico septiembre: funcionario\n| Ti...
Paraguay liberarA� 5 eventos maA�z transgA�nico septiembre: funcionario\n| Ti...
 
PolA�mica fiesta privada en panteA�n es MA�xico no provocA� daA�os en monumentos
PolA�mica fiesta privada en panteA�n es MA�xico no provocA� daA�os en monumentosPolA�mica fiesta privada en panteA�n es MA�xico no provocA� daA�os en monumentos
PolA�mica fiesta privada en panteA�n es MA�xico no provocA� daA�os en monumentos
 
Zaragoza, Espana Y Las Fiestas Del PilarA�|A�Lori Needleman
Zaragoza, Espana Y Las Fiestas Del PilarA�|A�Lori NeedlemanZaragoza, Espana Y Las Fiestas Del PilarA�|A�Lori Needleman
Zaragoza, Espana Y Las Fiestas Del PilarA�|A�Lori Needleman
 
Filipinas damas en Arabia Saudita
Filipinas damas en Arabia SauditaFilipinas damas en Arabia Saudita
Filipinas damas en Arabia Saudita
 
\"El JUEGO NO ha terminado\" - Gran InauguraciA�n del 10o Aniversario de G-St...
\"El JUEGO NO ha terminado\" - Gran InauguraciA�n del 10o Aniversario de G-St...\"El JUEGO NO ha terminado\" - Gran InauguraciA�n del 10o Aniversario de G-St...
\"El JUEGO NO ha terminado\" - Gran InauguraciA�n del 10o Aniversario de G-St...
 
Espana: Muere un Hombre Tras Ser Corneado por un Toro en la Fiesta de la Ciudad
Espana: Muere un Hombre Tras Ser Corneado por un Toro en la Fiesta de la CiudadEspana: Muere un Hombre Tras Ser Corneado por un Toro en la Fiesta de la Ciudad
Espana: Muere un Hombre Tras Ser Corneado por un Toro en la Fiesta de la Ciudad
 
Las fiestas de fin de aA�o presentan riesgos para la seguridad empresarial: E...
Las fiestas de fin de aA�o presentan riesgos para la seguridad empresarial: E...Las fiestas de fin de aA�o presentan riesgos para la seguridad empresarial: E...
Las fiestas de fin de aA�o presentan riesgos para la seguridad empresarial: E...
 
Alessandra Ambrosio presumir en las redes sociales su embarazo (FOTOS)
Alessandra Ambrosio presumir en las redes sociales su embarazo (FOTOS)Alessandra Ambrosio presumir en las redes sociales su embarazo (FOTOS)
Alessandra Ambrosio presumir en las redes sociales su embarazo (FOTOS)
 
El alquiler se paga. Libre En Linea De La Biblioteca
El alquiler se paga. Libre En Linea De La BibliotecaEl alquiler se paga. Libre En Linea De La Biblioteca
El alquiler se paga. Libre En Linea De La Biblioteca
 
La Organizacion De Bolos, Fiestas Y Eventos Corporativos
La Organizacion De Bolos, Fiestas Y Eventos CorporativosLa Organizacion De Bolos, Fiestas Y Eventos Corporativos
La Organizacion De Bolos, Fiestas Y Eventos Corporativos
 
¿Cual es el Mejor Planificador de la Boda Bookh
¿Cual es el Mejor Planificador de la Boda Bookh¿Cual es el Mejor Planificador de la Boda Bookh
¿Cual es el Mejor Planificador de la Boda Bookh
 
Yo estaba pensando en convertirse en un planificador de la boda o un evento c...
Yo estaba pensando en convertirse en un planificador de la boda o un evento c...Yo estaba pensando en convertirse en un planificador de la boda o un evento c...
Yo estaba pensando en convertirse en un planificador de la boda o un evento c...
 
China bloques de viaje por algunos de Corea del Sur visita papal: organizador
China bloques de viaje por algunos de Corea del Sur visita papal: organizadorChina bloques de viaje por algunos de Corea del Sur visita papal: organizador
China bloques de viaje por algunos de Corea del Sur visita papal: organizador
 
La resistencia organizador del evento Ethos lanza Fundacion Racer Programa - ...
La resistencia organizador del evento Ethos lanza Fundacion Racer Programa - ...La resistencia organizador del evento Ethos lanza Fundacion Racer Programa - ...
La resistencia organizador del evento Ethos lanza Fundacion Racer Programa - ...
 

Business News, Personal Finance and Money News

  • 1. Business News, Personal Finance and Money News Spencer Platt/Getty Images There are a few overriding principles that mattress shoppers should understand. First,... Speaking of price, get ready to negotiate. Price tags on bedding mean even less than... Remember, it's also nearly impossible to try out a mattress in a store by lying on it... That leads to the fourth principle: it's all about the returns. Mattress sales folks... " 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=14640490twOverride=lpos='+newsbulletin. lpos+'section='+nbjsId) //to try and handle caching in webkit browsers dynamicJS.load('newsBulletin'+nbjsId, newsbulletin.baseloc+'/xmldata/newsbulletin?id=14640490twOverride=lpos='+newsbulletin.lpos2+ 'section='+nbjsId); //dynamicJS.load('newsBulletin','http://preview.abcnews.go.com/xmldata/newsbulletin?id=13564505' ); //display items newsbulletin.displayItems = function(nbItemObj) //check if status update this.isStatusUpdate = (nbItemObj.label == 'Status Update')?true:false;
  • 2. //item type class this.itemTypeClass = (this.isStatusUpdate)?'orange':'blue'; //bg position this.itemBgPos = '100% 55%'; if(nbItemObj.bgPos != null) this.itemBgPos = nbItemObj.bgPos; //author image this.nbItemStyle = ''; this.nbH4Class = 'class=nbheader'; this.nbH4Style = ''; this.nbItemStyleAuthor = ''; if(nbItemObj.authorimage != null nbItemObj.authorimage != '') this.nbH4Style = ' style=width:210px;'; this.nbItemStyle = 'background:url('+nbItemObj.authorimage+') no-repeat bottom right'//+ this.itemBgPos; this.nbItemStyleAuthor = ' nbItemContentsAuthor' //title this.title = ' '+nbItemObj.title+' '; if(nbItemObj.link != null nbItemObj.link != '')
  • 3. this.title = '' //text this.text = ''; this.textCapped = ''; this.morelink = 'More' if(nbItemObj.text != null) this.text = nbItemObj.text; //if item is not expanded display capped text if applicable if(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; //social this.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 = '';
  • 4. if(nbItemObj.authorbio != null nbItemObj.authorbio != '') this.bio = ''+nbItemObj.author+'' this.authorBlock = ' '+this.bio+' ' if(nbItemObj.author != null nbItemObj.author != '') this.twitter != '') this.socialCustomStyle = ''; this.social = this.fb + this.twitter; this.socialStyle = ' style="height:21px; padding: 2px 0px;' + this.socialCustomStyle + '"'; else this.social = ''; this.textStyle = ''; if(nbItemObj.authorimage != null nbItemObj.authorimage != '') this.textStyle = ' style=width:208px;'; else if(nbItemObj.author == null this.categoryTag = ''; this.nbTextOverride = ''; this.rowTemp = ''+this.title+' '+nbItemObj.date+' '+this.authorBlock+' '+this.text+' '+this.social+' '; if (nbItemObj.notes) nbNotes = nbItemObj.notes;
  • 5. 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 != '')else
  • 6. this.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 height var oldItemHeight = $('#nbItem_'+id).height(); //retrieve the content from the array $('#text_'+id).html(contentObject[id]) //store id a list of opened objects fullTextList.push(id.toString()); var newContainerHeight = $("#nbItemContainer").height() + ($('#nbItem_'+id).height()- oldItemHeight); $("#nbItemContainer").css('height', newContainerHeight); //reinitialize scroll window.api.reinitialise(); lastNBObjStr = '';
  • 7. 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(currNBObjStr != lastNBObjStr) isNewTemp = true; else //console.log('no refresh'); lastNBObjStr = currNBObjStr; return isNewTemp; isHeaderLinkLoaded = false; // flag to check if the header link is loaded isShareLinkLoaded = false; // flag to check if the share link is loaded isDoneLoading = false; // flag to check if the html is done loading in the jScrollPane function newsBulletin(data) if(data) isNewDataFlag = isNewData(data); if(isNewDataFlag) //clear contents first newsbulletin.nbDiv.innerHTML = ''; //console.log('refresh'); updates = data.updates; headerLink = data.widgetLink;
  • 8. 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 array newsbulletin.authorCutouts = []; // check to http://servicios.mercadolibre.cl/fiestas-y-eventos/organizadora-de-eventos-y-fiestas-infantiles see if there is a height set for container, if so clear it // prevents cacheing var 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 object itemDetails.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;
  • 9. 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 update if(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 yet if($.inArray(it.author.image, newsbulletin.authorCutouts) == -1) itemDetails.authorimage = it.author.image; //add to ignore list if(it.author.image != '' ($.inArray(it.author.image, newsbulletin.authorCutouts) == -1)) newsbulletin.authorCutouts.push(it.author.image); if(it.text != '') itemDetails.text = it.text; else itemDetails.bgPos = 'bottom right'; if (it.notes) itemDetails.notes = it.notes; //build a name value pair list of id/text
  • 10. contentObject[itemDetails.id] = itemDetails.text itemDetails.isExpanded = ($.inArray(itemDetails.id, fullTextList) -1) ? true : false; //build markup $("#nbItemContainer").append(newsbulletin.displayItems(itemDetails)); ); $("#nbItemContainer").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":"border-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);
  • 11. , 3000); 7500) setInterval( function() window.api.getContentPane().html( newsbulletin.load() ); , 120000 ); setInterval(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 callback if (isDoneLoading) window.api.reinitialise(); isDoneLoading = false; , 5000); ; addOnload(newsbulletin.load());