//Set the php output as variables rssRaw = "

Seven Of MJ\'s Doctors Cleared Of Charges<\/a><\/p>Seven doctors under investigation for the mistreatment of Michael Jackson have been cleared of charges by a California district attorney. The group, which does not include Dr. Conrad Murray, was part of an inquiry lead by Attorney General Jerry Brown\'s Bureau of Narcotic Enforcement. According to bureau spokesperson Christine Gasparac, one of the seven physicians will now face an investigation by the California Medical Board.<\/div>

Rascal Flatts Sign With New Label<\/a><\/p>Following the demise of their former label Lyric Street Records, Rascal Flatts announced that they have signed a deal with Nashville-based record label Big Machine. The trio released eight albums with the Disney-owned Lyric Street label before the company shut down earlier this year. At a conference in Music City on Thursday, Rascal Flatts bassist and vocalist Jay DeMarcus confirmed their new deal with Big Machine, the home of Taylor Swift and several others.<\/div>

Marc Anthony Announces U.S. Tour<\/a><\/p>Crooner Marc Anthony has announced new tour dates throughout the U.S., in addition to his current shows in Latin America. The North American tour kicks off in New York City on September 10 and will continue straight though October 2, when the singer will wrap things up in Rosemont, Illinois. Anthony has already started his Latin American run with upcoming shows in Ecuador, Peru and Colombia in the coming weeks. The five-time Grammy-winner is promoting his latest album, Iconos.<\/div>

Woman Claims Michael Jackson Is Her Father<\/a><\/p>A California woman has come forward claiming that she is the daughter of Michael Jackson and Diana Ross\' sister, Barbara Ross. The woman, Mocienne Petit Jackson, was born in 1975 when the King of Pop was a mere 17 years old. According to Mocienne, Michael\'s mother Katherine Jackson attempted to have her kidnapped and moved to Belgium so as to maintain the young King of Pop\'s still squeaky clean image.<\/div>

Beyoncé Tops Forbes\' List Of Best-Paid Celebs Under 30<\/a><\/p>Beyoncé has once again topped Forbes\' list of the 12 best-paid celebrities under the age of 30. The \"Single Ladies\" star also took the crown last year and came in just ahead of Britney Spears and Lady Gaga, who finished at numbers two and three, respectively. This year, Beyoncé raked in an estimated $84 million from tour revenue and endorsements with L\'Oreal and Nintendo.<\/div>"; rssDelimited = rssRaw.substring(0,(rssRaw.lastIndexOf("|") - 4)); //Trim the last "|MJI|" delimiter //RE-DECLARE NEEDED URI VARIABLES wdgtID = "today"; wdgtDateline = "false"; wdgtWidth = "278"; wdgtHeight = "210"; wdgtType = "fader"; wdgtSkin = "glass"; wdgtSkinColor = "white"; wdgtOrient = ""; wdgtBadge = ""; wdgtBadgeWidth = ""; wdgtBadgeHeight = ""; wdgtTextColor = "000000"; //SERVICE sd = "newsservice.tritondigitalmedia.com"; //PREFIX pf = "ac"; //WIDGET POSITION wPos = "4382"; //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_4382 = rssDelimited.split(new RegExp("[|MJI|]{5}", "g")); doInitTicker_4382 = new initTicker_4382(mjiArray_4382, wPos); } // Fader else if (wdgtType == "fader") { document.getElementById('mjiWdgtContent_'+wPos).innerHTML = rssRaw; doInitFader_4382 = new initFader_4382(wPos, 500, 3000); } // Scroller else if (wdgtType == "scroller") { var mjiArray_4382 = rssDelimited.split(new RegExp("[|MJI|]{5}", "g")); var items_4382 = mjiArray_4382.length; scrollerWidth_4382 = wdgtBoxWidth; scrollerHeight_4382 = wdgtBoxHeight; heightAdj_4382 = new Array(); scrollAdj_4382 = new Array(); doInitScroller_4382 = new initScroller_4382(mjiArray_4382, items_4382, wPos); } else { document.getElementById('mjiWdgtContent_'+wPos).innerHTML = rssRaw; } } //TICKER LOGIC tickerContent_4382 = ''; typedPortion_4382 = ''; cursorChar_4382 = ''; cursorHTML_4382 = '@<\/span>'; workHTML_4382 = ''; currentItem_4382 = 0; var initTicker_4382 = function(mjiArray_4382, pos) { document.getElementById('mjiWdgtContent_'+pos).innerHTML = ''; count_4382 = 0; if (currentItem_4382 > mjiArray_4382.length - 1) { currentItem_4382 = 0; } tickerContent_4382 = mjiArray_4382[currentItem_4382]; itemLength_4382 = tickerContent_4382.length; typeInterval_4382 = setInterval(function() {typeText_4382(mjiArray_4382, pos);},40); } var typeText_4382 = function(mjiArray_4382, pos) { if (count_4382 == itemLength_4382) { clearInterval(typeInterval_4382); count_4382 = 0; currentItem_4382++; setTimeout(function() {initTicker_4382(mjiArray_4382, pos);},2000); } else if (count_4382 == 0) { typedPortion_4382 = ''; } else { typedPortion_4382 = tickerContent_4382.substring(0, count_4382); cursorChar_4382 = tickerContent_4382.charAt(count_4382); } if (/]+>/); if (tag_4382) { typedPortion_4382 += tag_4382[0]; count_4382 += tag_4382[0].length; } } else { workHTML_4382 = ''; workHTML_4382 += typedPortion_4382; if (count_4382 != itemLength_4382 - 1) { workHTML_4382 += cursorHTML_4382.replace(/@/, cursorChar_4382); document.getElementById('mjiWdgtContent_'+pos).innerHTML = workHTML_4382; } count_4382++; } } //FADER LOGIC //Pause and resume functions function pauseFader_4382() { doInitFader_4382.stopFade_4382(); } function resumeFader_4382() { doInitFader_4382.startFade_4382(); } //Constructor function initFader_4382 = function(pos, fadetime, delay) { //create empty array for the unknown DIVs var divs_4382 = new Array(); //get all the children of "mjiWdgtContent_foo" and create an array var children_4382 = new Array(); children_4382 = document.getElementById('mjiWdgtContent_'+pos).getElementsByTagName('div'); //populate the "divs" array with id attribute of found children for (var i=0; i < children_4382.length; i++) { divs_4382[i] = children_4382.item(i).getAttribute("id"); } this.nAct_4382 = -1; this.aDivs_4382 = divs_4382; for (var i=0;i -1) { document.getElementById(this.aDivs_4382[this.nOldAct_4382]).style.opacity = 1 - op_4382; document.getElementById(this.aDivs_4382[this.nOldAct_4382]).style.filter = "alpha(opacity="+(100 - ieop_4382)+")"; } if (this.nTime_4382 == this.nDur_4382) { clearInterval(this.nID2_4382); if (this.nOldAct_4382 > -1) { document.getElementById(this.aDivs_4382[this.nOldAct_4382]).style.visibility = "hidden"; } var p_4382 = this; this.nID1_4382 = setInterval(function() { p_4382.newFade_4382() }, this.nDelay_4382); } //IE is brain-dead, so remove filter to re-enable ClearType if (document.getElementById(this.aDivs_4382[this.nAct_4382]).style.filter && document.getElementById(this.aDivs_4382[this.nAct_4382]).style.removeAttribute) { document.getElementById(this.aDivs_4382[this.nAct_4382]).style.removeAttribute('filter'); } } initFader_4382.prototype.easeInOut_4382 = function(t,b,c,d) { return c/2 * (1 - Math.cos(Math.PI*t/d)) + b; } //SCROLLER LOGIC pauseScrollerBol_4382 = false; collA_4382 = null; collB_4382 = null; collTop_4382 = 0; collOffset_4382 = 0; function pauseScroll_4382(collAItem_4382,bol) { pauseScrollerBol_4382 = true; } function resumeScroll_4382(collBItem_4382,bol) { pauseScrollerBol_4382 = false; if (bol == 1) { objd_4382 = document.getElementById('mjiWdgtCollBItem_4382_'+collBItem_4382); } else { objd_4382 = document.getElementById('mjiWdgtCollAItem_4382_'+collBItem_4382); } } var doScroll_4382 = function() { if (pauseScrollerBol_4382 == false) { collTop_4382--; if (collTop_4382 < (-1*collOffset_4382)) { collTop_4382 = 0; collB_4382.style.top = scrollerHeight_4382+'px'; } collA_4382.style.top = collTop_4382+'px'; if ((collTop_4382+collOffset_4382)Initializing Music News Content...<\/div>'; for (i=0;i'+mjiArray_4382[i]+'<\/div>'; } innertxt_4382 = innertxt_4382+'<\/div>'; innertxt_4382 = innertxt_4382+'
'; for (i=0;i'+mjiArray_4382[i]+'<\/div>'; } innertxt_4382 = innertxt_4382+'<\/div>'; shellDiv_4382 = document.getElementById('mjiWdgtContent_'+pos); shellDiv_4382.innerHTML = innertxt_4382; // 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_4382(mjiArray_4382, items_4382, pos)},5000); //start time }