//Set the php output as variables rssRaw = "

Former Evanescence Guitarist Speaks Up About Split From Band<\/a><\/p>Seven years after he split from Evanescence, founding guitarist Ben Moody is speaking out about his experience with the band. A post on an Evanescence fan site written by Moody reads: \"A cruel fact of life is that the person you are at 15, doesn\'t resemble the person you are at 18 and 21 . . . and today I in no way resemble the person I was when I was in Evanescence.\" The group found fame in 2003 with their hit single \"Bring Me To Life,\" off their debut album Fallen.|MJI|

U2 And NASA Team Up For Special Video Dialogue<\/a><\/p>U2 and NASA have released a commemorative video recognizing the Irish rock band\'s 360° tour and NASA\'s year long collaboration with the band from space. Starting in 2009, U2 began dialogue with a crew of the astronauts from the Expedition 20 who were living on the International Space Station. The band and the astronauts recorded their conversations and videos, which U2 later used as footage during their concerts.|MJI|

Coldplay\'s Chris Martin Debuts New Tune<\/a><\/p>Coldplay frontman Chris Martin was a surprise guest at an Apple event in San Francisco on Wednesday, where he debuted a new song called \"Wedding Bells.\" As many gathered at the Yerba Buena Center for the Arts in San Francisco to hear Steve Jobs discuss the new line of iPods and the details of Apple TV, Martin\'s unannounced appearance came as quite a surprise.|MJI|

Carrie Underwood And Brad Paisley To Appear On ABC Special<\/a><\/p>Carrie Underwood, Brad Paisley and LeAnn Rimes will all appear on the ABC special In The Spotlight with Robin Roberts: All Access Nashville. The special will air at 10 PM on November 9, just one night before the CMA Awards will air on ABC. All Access Nashville will give viewers an up close and personal look into the homes and private lives of country music\'s biggest stars. Nominees for the CMA awards show were announced Tuesday, August 31.|MJI|

Nelly Furtado Previews Two New Songs<\/a><\/p>Nelly Furtado introduced some new tunes at a recent concert she headlined at the Orange Warsaw Festival in Poland. The Portuguese-Canadian singer previewed two of her new songs, \"Free\" and \"Girlfriend In The City,\" both of which will be part of her upcoming album, Lifestyle. The new disc will be Furtado\'s fourth English language album and fifth studio album overall. The singer released her first full-length Spanish language album, Mi Plan in 2009.|MJI|"; rssDelimited = rssRaw.substring(0,(rssRaw.lastIndexOf("|") - 4)); //Trim the last "|MJI|" delimiter //RE-DECLARE NEEDED URI VARIABLES wdgtID = "today"; wdgtDateline = "false"; wdgtWidth = "420"; wdgtHeight = "350"; wdgtType = "scroller"; wdgtSkin = "glass"; wdgtSkinColor = "white"; wdgtOrient = "z"; wdgtBadge = ""; wdgtBadgeWidth = ""; wdgtBadgeHeight = ""; wdgtTextColor = "000000"; //SERVICE sd = "newsservice.tritondigitalmedia.com"; //PREFIX pf = "hp"; //WIDGET POSITION wPos = "1456"; //IE SNIFFER isIE6Win = navigator.platform == "Win32" && ((navigator.userAgent.toLowerCase().indexOf('msie 5.5')!=-1) || (navigator.userAgent.toLowerCase().indexOf('msie 6.0')!=-1)); //CROSS-BROWSER SPLIT FUNCTION String.prototype._$ = String.prototype._$ || String.prototype.split; String.prototype.split = function (s /* separator */, limit) { if (!(s instanceof RegExp)) return String.prototype._$.apply(this, arguments); var flags = (s.global ? "g" : "") + (s.ignoreCase ? "i" : "") + (s.multiline ? "m" : ""), s2 = new RegExp("^" + s.source + "$", flags), output = [], origLastIndex = s.lastIndex, lastLastIndex = 0, i = 0, match, lastLength; if (limit === undefined || +limit < 0) { limit = false; } else { limit = Math.floor(+limit); if (!limit) return []; } if (s.global) s.lastIndex = 0; else s = new RegExp(s.source, "g" + flags); while ((!limit || i++ <= limit) && (match = s.exec(this))) { var emptyMatch = !match[0].length; if (emptyMatch && s.lastIndex > match.index) s.lastIndex--; if (s.lastIndex > lastLastIndex) { if (match.length > 1) { match[0].replace(s2, function () { for (var j = 1; j < arguments.length - 2; j++) { if (arguments[j] === undefined) match[j] = undefined; } }); } output = output.concat(this.slice(lastLastIndex, match.index)); if (1 < match.length && match.index < this.length) output = output.concat(match.slice(1)); lastLength = match[0].length; lastLastIndex = s.lastIndex; } if (emptyMatch) s.lastIndex++; } output = lastLastIndex === this.length ? (s.test("") && !lastLength ? output : output.concat("")) : (limit ? output : output.concat(this.slice(lastLastIndex))); s.lastIndex = origLastIndex; return output; } //OUTPUT MASTER DIV document.write('

<\/div>'); //INITIALIZE A NEW WIDGET mjiWidget = function() { //Determine widget display //Run this logic if a known skin is selected, otherwise output a sparse widget if (!(wdgtSkin == "" || wdgtSkin == "none")) { //Adjust dimensions and set variables based on desired skin and orientation if (wdgtSkin == "glass") { if (wdgtOrient == "y") { //y-oriented //Set dimensions of the corners wdgtTopLeftWidth = 52; wdgtTopLeftHeight = 14; wdgtTopRightWidth = 15; wdgtTopRightHeight = 14; wdgtBotLeftWidth = 52; wdgtBotLeftHeight = 18; wdgtBotRightWidth = 15; wdgtBotRightHeight = 18; } else if (wdgtOrient == "x") { //x-oriented //Set dimensions of the corners wdgtTopLeftWidth = 15; wdgtTopLeftHeight = 39; wdgtTopRightWidth = 15; wdgtTopRightHeight = 39; wdgtBotLeftWidth = 15; wdgtBotLeftHeight = 18; wdgtBotRightWidth = 15; wdgtBotRightHeight = 18; } else { //z-oriented //Set dimensions of the corners wdgtTopLeftWidth = 15; wdgtTopLeftHeight = 12; wdgtTopRightWidth = 15; wdgtTopRightHeight = 12; wdgtBotLeftWidth = 15; wdgtBotLeftHeight = 18; wdgtBotRightWidth = 15; wdgtBotRightHeight = 18; } } else { //matte if (wdgtOrient == "y") { //y-oriented //Set dimensions of the corners wdgtTopLeftWidth = 52; wdgtTopLeftHeight = 14; wdgtTopRightWidth = 14; wdgtTopRightHeight = 14; wdgtBotLeftWidth = 52; wdgtBotLeftHeight = 16; wdgtBotRightWidth = 14; wdgtBotRightHeight = 16; } else if (wdgtOrient == "x") { //x-oriented //Set dimensions of the corners wdgtTopLeftWidth = 14; wdgtTopLeftHeight = 39; wdgtTopRightWidth = 14; wdgtTopRightHeight = 39; wdgtBotLeftWidth = 14; wdgtBotLeftHeight = 16; wdgtBotRightWidth = 14; wdgtBotRightHeight = 16; } else { //z-oriented //Set dimensions of the corners wdgtTopLeftWidth = 15; wdgtTopLeftHeight = 14; wdgtTopRightWidth = 15; wdgtTopRightHeight = 14; wdgtBotLeftWidth = 15; wdgtBotLeftHeight = 16; wdgtBotRightWidth = 15; wdgtBotRightHeight = 16; } } //Adjust dimensions of chrome based on above wdgtTopWidth = wdgtWidth - (wdgtTopLeftWidth + wdgtTopRightWidth); //Adjust width of mjiWdgtTop wdgtBotWidth = wdgtTopWidth; //Adjust width of mjiWdgtBot wdgtLeftHeight = wdgtHeight - (wdgtTopLeftHeight + wdgtBotLeftHeight); //Adjust height of mjiWdgtLeft wdgtRightHeight = wdgtLeftHeight; //Adjust height of mjiWdgtRight wdgtBoxWidth = wdgtTopWidth; //Adjust width of mjiWdgtContent_foo wdgtBoxHeight = wdgtLeftHeight; //Adjust height of mjiWdgtContent_foo //Set badge src if (wdgtBadge == "") { badgeSRC = 'http://'+sd+'/feeds/skins/'+pf+'/media/standard/common/'+pf+'_wdgt_'+wdgtSkin+'_'+wdgtSkinColor+'_'+wdgtOrient+'_'+wdgtID+'.png'; } else { badgeSRC = wdgtBadge; } //Set the widget html as a variable wdgtHTML = ''+ '
' + '
 <\/div>' + '
 <\/div>' + '
 <\/div>' + '
 <\/div>' + '
 <\/div>' + '
<\/div>' + '
 <\/div>' + '
 <\/div>' + '
 <\/div>' + '
 <\/div>' + '<\/div>' + ''; } //If no skin or unknown is selected, output a sparse widget else { wdgtBoxWidth = wdgtWidth; wdgtBoxHeight = wdgtHeight; wdgtHTML = ''+ '
' + '
<\/div>' + '<\/div>' + ''; } //Output the widget html document.getElementById('mjiWdgt_'+wPos).innerHTML = wdgtHTML; //Set png transparencies for ie 5.5-6.0 if (!(wdgtSkin == "" || wdgtSkin == "none")) { if (isIE6Win) { document.getElementById('mjiWdgtTopLeft_'+wPos).style.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://'+sd+'/feeds/skins/'+pf+'/media/standard/common/'+pf+'_wdgt_'+wdgtSkin+'_'+wdgtSkinColor+'_'+wdgtOrient+'_tl.png",sizingMethod="scale")'; document.getElementById('mjiWdgtTop_'+wPos).style.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://'+sd+'/feeds/skins/'+pf+'/media/standard/common/'+pf+'_wdgt_'+wdgtSkin+'_'+wdgtSkinColor+'_'+wdgtOrient+'_t.png",sizingMethod="scale")'; document.getElementById('mjiWdgtTopRight_'+wPos).style.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://'+sd+'/feeds/skins/'+pf+'/media/standard/common/'+pf+'_wdgt_'+wdgtSkin+'_'+wdgtSkinColor+'_'+wdgtOrient+'_tr.png",sizingMethod="scale")'; document.getElementById('mjiWdgtLeft_'+wPos).style.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://'+sd+'/feeds/skins/'+pf+'/media/standard/common/'+pf+'_wdgt_'+wdgtSkin+'_'+wdgtSkinColor+'_'+wdgtOrient+'_l.png",sizingMethod="scale")'; document.getElementById('mjiWdgtBadge_'+wPos).style.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="'+badgeSRC+'",sizingMethod="scale")'; document.getElementById('mjiWdgtContent_'+wPos).style.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://'+sd+'/feeds/skins/'+pf+'/media/standard/common/'+pf+'_wdgt_'+wdgtSkin+'_'+wdgtSkinColor+'_'+wdgtOrient+'_bk.png",sizingMethod="scale")'; document.getElementById('mjiWdgtRight_'+wPos).style.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://'+sd+'/feeds/skins/'+pf+'/media/standard/common/'+pf+'_wdgt_'+wdgtSkin+'_'+wdgtSkinColor+'_'+wdgtOrient+'_r.png",sizingMethod="scale")'; document.getElementById('mjiWdgtBotLeft_'+wPos).style.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://'+sd+'/feeds/skins/'+pf+'/media/standard/common/'+pf+'_wdgt_'+wdgtSkin+'_'+wdgtSkinColor+'_'+wdgtOrient+'_bl.png",sizingMethod="scale")'; document.getElementById('mjiWdgtBot_'+wPos).style.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://'+sd+'/feeds/skins/'+pf+'/media/standard/common/'+pf+'_wdgt_'+wdgtSkin+'_'+wdgtSkinColor+'_'+wdgtOrient+'_b.png",sizingMethod="scale")'; document.getElementById('mjiWdgtBotRight_'+wPos).style.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://'+sd+'/feeds/skins/'+pf+'/media/standard/common/'+pf+'_wdgt_'+wdgtSkin+'_'+wdgtSkinColor+'_'+wdgtOrient+'_br.png",sizingMethod="scale")'; } else { document.getElementById('mjiWdgtTopLeft_'+wPos).style.backgroundImage = 'url(http://'+sd+'/feeds/skins/'+pf+'/media/standard/common/'+pf+'_wdgt_'+wdgtSkin+'_'+wdgtSkinColor+'_'+wdgtOrient+'_tl.png)'; document.getElementById('mjiWdgtTop_'+wPos).style.backgroundImage = 'url(http://'+sd+'/feeds/skins/'+pf+'/media/standard/common/'+pf+'_wdgt_'+wdgtSkin+'_'+wdgtSkinColor+'_'+wdgtOrient+'_t.png)'; document.getElementById('mjiWdgtTopRight_'+wPos).style.backgroundImage = 'url(http://'+sd+'/feeds/skins/'+pf+'/media/standard/common/'+pf+'_wdgt_'+wdgtSkin+'_'+wdgtSkinColor+'_'+wdgtOrient+'_tr.png)'; document.getElementById('mjiWdgtLeft_'+wPos).style.backgroundImage = 'url(http://'+sd+'/feeds/skins/'+pf+'/media/standard/common/'+pf+'_wdgt_'+wdgtSkin+'_'+wdgtSkinColor+'_'+wdgtOrient+'_l.png)'; document.getElementById('mjiWdgtBadge_'+wPos).style.backgroundImage = 'url('+badgeSRC+')'; document.getElementById('mjiWdgtContent_'+wPos).style.backgroundImage = 'url(http://'+sd+'/feeds/skins/'+pf+'/media/standard/common/'+pf+'_wdgt_'+wdgtSkin+'_'+wdgtSkinColor+'_'+wdgtOrient+'_bk.png)'; document.getElementById('mjiWdgtRight_'+wPos).style.backgroundImage = 'url(http://'+sd+'/feeds/skins/'+pf+'/media/standard/common/'+pf+'_wdgt_'+wdgtSkin+'_'+wdgtSkinColor+'_'+wdgtOrient+'_r.png)'; document.getElementById('mjiWdgtBotLeft_'+wPos).style.backgroundImage = 'url(http://'+sd+'/feeds/skins/'+pf+'/media/standard/common/'+pf+'_wdgt_'+wdgtSkin+'_'+wdgtSkinColor+'_'+wdgtOrient+'_bl.png)'; document.getElementById('mjiWdgtBot_'+wPos).style.backgroundImage = 'url(http://'+sd+'/feeds/skins/'+pf+'/media/standard/common/'+pf+'_wdgt_'+wdgtSkin+'_'+wdgtSkinColor+'_'+wdgtOrient+'_b.png)'; document.getElementById('mjiWdgtBotRight_'+wPos).style.backgroundImage = 'url(http://'+sd+'/feeds/skins/'+pf+'/media/standard/common/'+pf+'_wdgt_'+wdgtSkin+'_'+wdgtSkinColor+'_'+wdgtOrient+'_br.png)'; } } //Confirm animation type and execute // Ticker if (wdgtType == "ticker") { var mjiArray_1456 = rssDelimited.split(new RegExp("[|MJI|]{5}", "g")); doInitTicker_1456 = new initTicker_1456(mjiArray_1456, wPos); } // Fader else if (wdgtType == "fader") { document.getElementById('mjiWdgtContent_'+wPos).innerHTML = rssRaw; doInitFader_1456 = new initFader_1456(wPos, 500, 3000); } // Scroller else if (wdgtType == "scroller") { var mjiArray_1456 = rssDelimited.split(new RegExp("[|MJI|]{5}", "g")); var items_1456 = mjiArray_1456.length; scrollerWidth_1456 = wdgtBoxWidth; scrollerHeight_1456 = wdgtBoxHeight; heightAdj_1456 = new Array(); scrollAdj_1456 = new Array(); doInitScroller_1456 = new initScroller_1456(mjiArray_1456, items_1456, wPos); } else { document.getElementById('mjiWdgtContent_'+wPos).innerHTML = rssRaw; } } //TICKER LOGIC tickerContent_1456 = ''; typedPortion_1456 = ''; cursorChar_1456 = ''; cursorHTML_1456 = '@<\/span>'; workHTML_1456 = ''; currentItem_1456 = 0; var initTicker_1456 = function(mjiArray_1456, pos) { document.getElementById('mjiWdgtContent_'+pos).innerHTML = ''; count_1456 = 0; if (currentItem_1456 > mjiArray_1456.length - 1) { currentItem_1456 = 0; } tickerContent_1456 = mjiArray_1456[currentItem_1456]; itemLength_1456 = tickerContent_1456.length; typeInterval_1456 = setInterval(function() {typeText_1456(mjiArray_1456, pos);},40); } var typeText_1456 = function(mjiArray_1456, pos) { if (count_1456 == itemLength_1456) { clearInterval(typeInterval_1456); count_1456 = 0; currentItem_1456++; setTimeout(function() {initTicker_1456(mjiArray_1456, pos);},2000); } else if (count_1456 == 0) { typedPortion_1456 = ''; } else { typedPortion_1456 = tickerContent_1456.substring(0, count_1456); cursorChar_1456 = tickerContent_1456.charAt(count_1456); } if (/]+>/); if (tag_1456) { typedPortion_1456 += tag_1456[0]; count_1456 += tag_1456[0].length; } } else { workHTML_1456 = ''; workHTML_1456 += typedPortion_1456; if (count_1456 != itemLength_1456 - 1) { workHTML_1456 += cursorHTML_1456.replace(/@/, cursorChar_1456); document.getElementById('mjiWdgtContent_'+pos).innerHTML = workHTML_1456; } count_1456++; } } //FADER LOGIC //Pause and resume functions function pauseFader_1456() { doInitFader_1456.stopFade_1456(); } function resumeFader_1456() { doInitFader_1456.startFade_1456(); } //Constructor function initFader_1456 = function(pos, fadetime, delay) { //create empty array for the unknown DIVs var divs_1456 = new Array(); //get all the children of "mjiWdgtContent_foo" and create an array var children_1456 = new Array(); children_1456 = document.getElementById('mjiWdgtContent_'+pos).getElementsByTagName('div'); //populate the "divs" array with id attribute of found children for (var i=0; i < children_1456.length; i++) { divs_1456[i] = children_1456.item(i).getAttribute("id"); } this.nAct_1456 = -1; this.aDivs_1456 = divs_1456; for (var i=0;i -1) { document.getElementById(this.aDivs_1456[this.nOldAct_1456]).style.opacity = 1 - op_1456; document.getElementById(this.aDivs_1456[this.nOldAct_1456]).style.filter = "alpha(opacity="+(100 - ieop_1456)+")"; } if (this.nTime_1456 == this.nDur_1456) { clearInterval(this.nID2_1456); if (this.nOldAct_1456 > -1) { document.getElementById(this.aDivs_1456[this.nOldAct_1456]).style.visibility = "hidden"; } var p_1456 = this; this.nID1_1456 = setInterval(function() { p_1456.newFade_1456() }, this.nDelay_1456); } //IE is brain-dead, so remove filter to re-enable ClearType if (document.getElementById(this.aDivs_1456[this.nAct_1456]).style.filter && document.getElementById(this.aDivs_1456[this.nAct_1456]).style.removeAttribute) { document.getElementById(this.aDivs_1456[this.nAct_1456]).style.removeAttribute('filter'); } } initFader_1456.prototype.easeInOut_1456 = function(t,b,c,d) { return c/2 * (1 - Math.cos(Math.PI*t/d)) + b; } //SCROLLER LOGIC pauseScrollerBol_1456 = false; collA_1456 = null; collB_1456 = null; collTop_1456 = 0; collOffset_1456 = 0; function pauseScroll_1456(collAItem_1456,bol) { pauseScrollerBol_1456 = true; } function resumeScroll_1456(collBItem_1456,bol) { pauseScrollerBol_1456 = false; if (bol == 1) { objd_1456 = document.getElementById('mjiWdgtCollBItem_1456_'+collBItem_1456); } else { objd_1456 = document.getElementById('mjiWdgtCollAItem_1456_'+collBItem_1456); } } var doScroll_1456 = function() { if (pauseScrollerBol_1456 == false) { collTop_1456--; if (collTop_1456 < (-1*collOffset_1456)) { collTop_1456 = 0; collB_1456.style.top = scrollerHeight_1456+'px'; } collA_1456.style.top = collTop_1456+'px'; if ((collTop_1456+collOffset_1456)Initializing Music News Content...<\/div>'; for (i=0;i'+mjiArray_1456[i]+'<\/div>'; } innertxt_1456 = innertxt_1456+'<\/div>'; innertxt_1456 = innertxt_1456+'
'; for (i=0;i'+mjiArray_1456[i]+'<\/div>'; } innertxt_1456 = innertxt_1456+'<\/div>'; shellDiv_1456 = document.getElementById('mjiWdgtContent_'+pos); var t = document.createElement('div'); t.innerHTML = innertxt_1456; shellDiv_1456.appendChild(t); //shellDiv_1456.innerHTML = innertxt_1456; // Wait for page to fully load in non-mozilla browsers before running initScroller2 if (navigator.userAgent.match(/msie/i)) { var pageloaded = true; var t=setTimeout("if (document.readyState == 'completed') pageloaded = true",1000); while (pageloaded == false) { // do nothing } clearTimeout(t); } setTimeout(function() {initScroller2_1456(mjiArray_1456, items_1456, pos)},5000); //start time }