//Set the php output as variables rssRaw = "

Joe Jackson Will Ask Court To Remove Michael Jackson Estate Executors<\/a><\/p>

September 6, 2010<\/p>Joe Jackson, father of the late pop star Michael Jackson, has been granted a hearing on October 6 to attempt to remove the executors of his son\'s estate. The older Jackson, who was not named in his son\'s will, is expected to argue that he should have a say in the potential executors of his son\'s estate because he was financially dependent on his son Michael. He has therefore requested the removal of the currently-named executors.<\/div>

Bono Could Lead A Country, Says Tony Blair<\/a><\/p>

September 6, 2010<\/p>Former U.K. Prime Minister Tony Blair says he thinks U2 frontman Bono could lead a country. On page 555 of his newly-published memoir, A Journey, Blair says that Bono has the makings to be a prime minister or president. \"[Bono] could have been a president or prime minister standing on his head,\" Blair writes. \"He had an absolutely natural gift for politicking, was great with people, very smart and an inspirational speaker.\"<\/div>

Taylor Swift Offered Apology, Song By Kanye West<\/a><\/p>

September 6, 2010<\/p>Taylor Swift was offered a song and an apology from Kanye West, who notoriously interrupted her acceptance speech at last year\'s MTV Video Music Awards ceremony. West apologized for the incident on Twitter, saying, \"It is distasteful to cut people off as a general rule.\" He then explained, \"I wrote a song for Taylor Swift that\'s so beautiful and I want her to have it.\" He added, \"If she won\'t take it then I\'ll perform it for her.\"<\/div>

Jojo Releases New Song \"In The Dark\"<\/a><\/p>

September 5, 2010<\/p>Jojo has released a new song called \"In the Dark,\" which she is offering on her new mixtape entitled Can\'t Take That Away From Me. The new track, which has a retro sound and early 90s feel, debuted on Rap-Up.com, recently. The tune is a lot different and more mature sounding than other material the 19-year-old singer has created in the past. Jordan Gatsby produced the song, and co-write it with JoJo.<\/div>

Bon Jovi To Hold Free Gulf Coast Show In Alabama<\/a><\/p>

September 5, 2010<\/p>Bon Jovi will perform a free shore concert in the city of Gulf Shores, Alabama in an effort to breathe life back into the city\'s tourism industry. The show will take place on October 15 and is part of the Concerts for the Coast series. Tickets for the show will be distributed on a first come, first served basis through the event\'s official Web site starting September 11. Area residents can also pick up tickets at Erie Meyer Civic Center in Gulf Shores.<\/div>"; rssDelimited = rssRaw.substring(0,(rssRaw.lastIndexOf("|") - 4)); //Trim the last "|MJI|" delimiter //RE-DECLARE NEEDED URI VARIABLES wdgtID = "today"; wdgtDateline = "true"; wdgtWidth = "255"; wdgtHeight = "523"; wdgtType = "fader"; wdgtSkin = ""; wdgtSkinColor = ""; wdgtOrient = "none"; wdgtBadge = ""; wdgtBadgeWidth = ""; wdgtBadgeHeight = ""; wdgtTextColor = "000000"; //SERVICE sd = "newsservice.tritondigitalmedia.com"; //PREFIX pf = "ss"; //WIDGET POSITION wPos = "68"; //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_68 = rssDelimited.split(new RegExp("[|MJI|]{5}", "g")); doInitTicker_68 = new initTicker_68(mjiArray_68, wPos); } // Fader else if (wdgtType == "fader") { document.getElementById('mjiWdgtContent_'+wPos).innerHTML = rssRaw; doInitFader_68 = new initFader_68(wPos, 500, 3000); } // Scroller else if (wdgtType == "scroller") { var mjiArray_68 = rssDelimited.split(new RegExp("[|MJI|]{5}", "g")); var items_68 = mjiArray_68.length; scrollerWidth_68 = wdgtBoxWidth; scrollerHeight_68 = wdgtBoxHeight; heightAdj_68 = new Array(); scrollAdj_68 = new Array(); doInitScroller_68 = new initScroller_68(mjiArray_68, items_68, wPos); } else { document.getElementById('mjiWdgtContent_'+wPos).innerHTML = rssRaw; } } //TICKER LOGIC tickerContent_68 = ''; typedPortion_68 = ''; cursorChar_68 = ''; cursorHTML_68 = '@<\/span>'; workHTML_68 = ''; currentItem_68 = 0; var initTicker_68 = function(mjiArray_68, pos) { document.getElementById('mjiWdgtContent_'+pos).innerHTML = ''; count_68 = 0; if (currentItem_68 > mjiArray_68.length - 1) { currentItem_68 = 0; } tickerContent_68 = mjiArray_68[currentItem_68]; itemLength_68 = tickerContent_68.length; typeInterval_68 = setInterval(function() {typeText_68(mjiArray_68, pos);},40); } var typeText_68 = function(mjiArray_68, pos) { if (count_68 == itemLength_68) { clearInterval(typeInterval_68); count_68 = 0; currentItem_68++; setTimeout(function() {initTicker_68(mjiArray_68, pos);},2000); } else if (count_68 == 0) { typedPortion_68 = ''; } else { typedPortion_68 = tickerContent_68.substring(0, count_68); cursorChar_68 = tickerContent_68.charAt(count_68); } if (/]+>/); if (tag_68) { typedPortion_68 += tag_68[0]; count_68 += tag_68[0].length; } } else { workHTML_68 = ''; workHTML_68 += typedPortion_68; if (count_68 != itemLength_68 - 1) { workHTML_68 += cursorHTML_68.replace(/@/, cursorChar_68); document.getElementById('mjiWdgtContent_'+pos).innerHTML = workHTML_68; } count_68++; } } //FADER LOGIC //Pause and resume functions function pauseFader_68() { doInitFader_68.stopFade_68(); } function resumeFader_68() { doInitFader_68.startFade_68(); } //Constructor function initFader_68 = function(pos, fadetime, delay) { //create empty array for the unknown DIVs var divs_68 = new Array(); //get all the children of "mjiWdgtContent_foo" and create an array var children_68 = new Array(); children_68 = document.getElementById('mjiWdgtContent_'+pos).getElementsByTagName('div'); //populate the "divs" array with id attribute of found children for (var i=0; i < children_68.length; i++) { divs_68[i] = children_68.item(i).getAttribute("id"); } this.nAct_68 = -1; this.aDivs_68 = divs_68; for (var i=0;i -1) { document.getElementById(this.aDivs_68[this.nOldAct_68]).style.opacity = 1 - op_68; document.getElementById(this.aDivs_68[this.nOldAct_68]).style.filter = "alpha(opacity="+(100 - ieop_68)+")"; } if (this.nTime_68 == this.nDur_68) { clearInterval(this.nID2_68); if (this.nOldAct_68 > -1) { document.getElementById(this.aDivs_68[this.nOldAct_68]).style.visibility = "hidden"; } var p_68 = this; this.nID1_68 = setInterval(function() { p_68.newFade_68() }, this.nDelay_68); } //IE is brain-dead, so remove filter to re-enable ClearType if (document.getElementById(this.aDivs_68[this.nAct_68]).style.filter && document.getElementById(this.aDivs_68[this.nAct_68]).style.removeAttribute) { document.getElementById(this.aDivs_68[this.nAct_68]).style.removeAttribute('filter'); } } initFader_68.prototype.easeInOut_68 = function(t,b,c,d) { return c/2 * (1 - Math.cos(Math.PI*t/d)) + b; } //SCROLLER LOGIC pauseScrollerBol_68 = false; collA_68 = null; collB_68 = null; collTop_68 = 0; collOffset_68 = 0; function pauseScroll_68(collAItem_68,bol) { pauseScrollerBol_68 = true; } function resumeScroll_68(collBItem_68,bol) { pauseScrollerBol_68 = false; if (bol == 1) { objd_68 = document.getElementById('mjiWdgtCollBItem_68_'+collBItem_68); } else { objd_68 = document.getElementById('mjiWdgtCollAItem_68_'+collBItem_68); } } var doScroll_68 = function() { if (pauseScrollerBol_68 == false) { collTop_68--; if (collTop_68 < (-1*collOffset_68)) { collTop_68 = 0; collB_68.style.top = scrollerHeight_68+'px'; } collA_68.style.top = collTop_68+'px'; if ((collTop_68+collOffset_68)Initializing Music News Content...<\/div>'; for (i=0;i'+mjiArray_68[i]+'<\/div>'; } innertxt_68 = innertxt_68+'<\/div>'; innertxt_68 = innertxt_68+'
'; for (i=0;i'+mjiArray_68[i]+'<\/div>'; } innertxt_68 = innertxt_68+'<\/div>'; shellDiv_68 = document.getElementById('mjiWdgtContent_'+pos); var t = document.createElement('div'); t.innerHTML = innertxt_68; shellDiv_68.appendChild(t); //shellDiv_68.innerHTML = innertxt_68; // 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_68(mjiArray_68, items_68, pos)},5000); //start time }