//Set the php output as variables rssRaw = "

Fantasia\'s Back To Me Tops R&B Charts<\/a><\/p>As Fantasia continues to recover from her recent suicide attempt, her new record Back to Me has skyrocketed to number one on Billboard\'s R&B/Hip-Hop albums chart. The album also debuted at number two on the Billboard 200 chart, having moved 117,000 units, marking Fanstasia\'s best first-week sales to date. The new release comes only weeks after the singer was admitted into the hospital after ingesting a near fatal quantity of sleeping pills and pain medication.|MJI|

T.I. And Wife Arrested On Drug Charges In Hollywood<\/a><\/p>T.I. has been arrested on drug charges after he and his wife, Tameka Cottle, were reportedly caught with marijuana in their car at a West Hollywood traffic stop. The Atlanta rapper completed a prison term on federal weapons charges on March 26 and is currently on probation. Police reportedly smelled marijuana coming from the couple\'s vehicle as they approached the stop. After a brief investigation, T.I. and Cottle were taken into custody. A judge set their bail at $10,000 each.|MJI|

Jazmine Sullivan Drops New Video<\/a><\/p>The video for Jazmine Sullivan\'s latest single, \"Holding You Down (Goin\' In Circles),\" has been released. The video, which was directed by Marcus Raboy, features a hip-hop house party set in the 1990s, with appearances by Doug E. Fresh, Salt-N-Pepa\'s Pepa, Pete Rock, Kwame and Missy Elliott, who also co-produced the track.|MJI|

Usher Releases \'Hot Tottie\' Remix Featuring Lil\' Kim, Jay-Z<\/a><\/p>Usher has offered up a remix of his current single \"Hot Tottie,\" which features both Lil\' Kim and Jay-Z. On the track, Kim sings: \"The Queen Hot Tottie/don\'t compare me to nobody,\" as she compares herself to a Bugatti and Maserati. The track was produced by Polow Da Don, while the background vocals are provided by Ester Dean. Ciara was originally confirmed for an appearance on the track but her vocals did not make the final version.|MJI|

Drake Mixtape Could Be Out This Year<\/a><\/p>Though Drake\'s official debut album Thank Me Later just hit stores this spring, the Canadian MC may be ready to release a new mix tape by the end of the year. In a recent interview with MTV, Young Money president Mack Maine says that fans would love to hear another Drake album this year and that he works fast enough to give it to them. \"Drake\'s crazy. He\'s doing a mixtape right now . . . and this mixtape, he\'s gonna put that out quick . . . he works fast.\"|MJI|"; rssDelimited = rssRaw.substring(0,(rssRaw.lastIndexOf("|") - 4)); //Trim the last "|MJI|" delimiter //RE-DECLARE NEEDED URI VARIABLES wdgtID = "today"; wdgtDateline = "false"; wdgtWidth = "232"; wdgtHeight = "318"; wdgtType = "scroller"; wdgtSkin = "white"; wdgtSkinColor = "white"; wdgtOrient = "z"; wdgtBadge = ""; wdgtBadgeWidth = ""; wdgtBadgeHeight = ""; wdgtTextColor = "000000"; //SERVICE sd = "newsservice.tritondigitalmedia.com"; //PREFIX pf = "ss"; //WIDGET POSITION wPos = "2633"; //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_2633 = rssDelimited.split(new RegExp("[|MJI|]{5}", "g")); doInitTicker_2633 = new initTicker_2633(mjiArray_2633, wPos); } // Fader else if (wdgtType == "fader") { document.getElementById('mjiWdgtContent_'+wPos).innerHTML = rssRaw; doInitFader_2633 = new initFader_2633(wPos, 500, 3000); } // Scroller else if (wdgtType == "scroller") { var mjiArray_2633 = rssDelimited.split(new RegExp("[|MJI|]{5}", "g")); var items_2633 = mjiArray_2633.length; scrollerWidth_2633 = wdgtBoxWidth; scrollerHeight_2633 = wdgtBoxHeight; heightAdj_2633 = new Array(); scrollAdj_2633 = new Array(); doInitScroller_2633 = new initScroller_2633(mjiArray_2633, items_2633, wPos); } else { document.getElementById('mjiWdgtContent_'+wPos).innerHTML = rssRaw; } } //TICKER LOGIC tickerContent_2633 = ''; typedPortion_2633 = ''; cursorChar_2633 = ''; cursorHTML_2633 = '@<\/span>'; workHTML_2633 = ''; currentItem_2633 = 0; var initTicker_2633 = function(mjiArray_2633, pos) { document.getElementById('mjiWdgtContent_'+pos).innerHTML = ''; count_2633 = 0; if (currentItem_2633 > mjiArray_2633.length - 1) { currentItem_2633 = 0; } tickerContent_2633 = mjiArray_2633[currentItem_2633]; itemLength_2633 = tickerContent_2633.length; typeInterval_2633 = setInterval(function() {typeText_2633(mjiArray_2633, pos);},40); } var typeText_2633 = function(mjiArray_2633, pos) { if (count_2633 == itemLength_2633) { clearInterval(typeInterval_2633); count_2633 = 0; currentItem_2633++; setTimeout(function() {initTicker_2633(mjiArray_2633, pos);},2000); } else if (count_2633 == 0) { typedPortion_2633 = ''; } else { typedPortion_2633 = tickerContent_2633.substring(0, count_2633); cursorChar_2633 = tickerContent_2633.charAt(count_2633); } if (/]+>/); if (tag_2633) { typedPortion_2633 += tag_2633[0]; count_2633 += tag_2633[0].length; } } else { workHTML_2633 = ''; workHTML_2633 += typedPortion_2633; if (count_2633 != itemLength_2633 - 1) { workHTML_2633 += cursorHTML_2633.replace(/@/, cursorChar_2633); document.getElementById('mjiWdgtContent_'+pos).innerHTML = workHTML_2633; } count_2633++; } } //FADER LOGIC //Pause and resume functions function pauseFader_2633() { doInitFader_2633.stopFade_2633(); } function resumeFader_2633() { doInitFader_2633.startFade_2633(); } //Constructor function initFader_2633 = function(pos, fadetime, delay) { //create empty array for the unknown DIVs var divs_2633 = new Array(); //get all the children of "mjiWdgtContent_foo" and create an array var children_2633 = new Array(); children_2633 = document.getElementById('mjiWdgtContent_'+pos).getElementsByTagName('div'); //populate the "divs" array with id attribute of found children for (var i=0; i < children_2633.length; i++) { divs_2633[i] = children_2633.item(i).getAttribute("id"); } this.nAct_2633 = -1; this.aDivs_2633 = divs_2633; for (var i=0;i -1) { document.getElementById(this.aDivs_2633[this.nOldAct_2633]).style.opacity = 1 - op_2633; document.getElementById(this.aDivs_2633[this.nOldAct_2633]).style.filter = "alpha(opacity="+(100 - ieop_2633)+")"; } if (this.nTime_2633 == this.nDur_2633) { clearInterval(this.nID2_2633); if (this.nOldAct_2633 > -1) { document.getElementById(this.aDivs_2633[this.nOldAct_2633]).style.visibility = "hidden"; } var p_2633 = this; this.nID1_2633 = setInterval(function() { p_2633.newFade_2633() }, this.nDelay_2633); } //IE is brain-dead, so remove filter to re-enable ClearType if (document.getElementById(this.aDivs_2633[this.nAct_2633]).style.filter && document.getElementById(this.aDivs_2633[this.nAct_2633]).style.removeAttribute) { document.getElementById(this.aDivs_2633[this.nAct_2633]).style.removeAttribute('filter'); } } initFader_2633.prototype.easeInOut_2633 = function(t,b,c,d) { return c/2 * (1 - Math.cos(Math.PI*t/d)) + b; } //SCROLLER LOGIC pauseScrollerBol_2633 = false; collA_2633 = null; collB_2633 = null; collTop_2633 = 0; collOffset_2633 = 0; function pauseScroll_2633(collAItem_2633,bol) { pauseScrollerBol_2633 = true; } function resumeScroll_2633(collBItem_2633,bol) { pauseScrollerBol_2633 = false; if (bol == 1) { objd_2633 = document.getElementById('mjiWdgtCollBItem_2633_'+collBItem_2633); } else { objd_2633 = document.getElementById('mjiWdgtCollAItem_2633_'+collBItem_2633); } } var doScroll_2633 = function() { if (pauseScrollerBol_2633 == false) { collTop_2633--; if (collTop_2633 < (-1*collOffset_2633)) { collTop_2633 = 0; collB_2633.style.top = scrollerHeight_2633+'px'; } collA_2633.style.top = collTop_2633+'px'; if ((collTop_2633+collOffset_2633)Initializing Music News Content...<\/div>'; for (i=0;i'+mjiArray_2633[i]+'<\/div>'; } innertxt_2633 = innertxt_2633+'<\/div>'; innertxt_2633 = innertxt_2633+'
'; for (i=0;i'+mjiArray_2633[i]+'<\/div>'; } innertxt_2633 = innertxt_2633+'<\/div>'; shellDiv_2633 = document.getElementById('mjiWdgtContent_'+pos); var t = document.createElement('div'); t.innerHTML = innertxt_2633; shellDiv_2633.appendChild(t); //shellDiv_2633.innerHTML = innertxt_2633; // 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_2633(mjiArray_2633, items_2633, pos)},5000); //start time }