//Set the php output as variables rssRaw = "

Beyoncé Tops Forbes\' List Of Best-Paid Celebs Under 30<\/a><\/p>

July 29, 2010<\/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.|MJI|

50 Cent Opens Up On The View<\/a><\/p>

July 29, 2010<\/p>50 Cent appeared on ABC\'s The View on Wednesday and opened up about what he went through for his new movie Twelve, including undergoing significant weight loss and tattoo removal that has left him scarred. The rapper revealed that after he read the script and liked it, he was then informed that he would have to go through a process of slimming down for the role. \"I was on liquids,\" 50 said on the show about his diet. \"I started with lemon and cayenne pepper.\"|MJI|

Lloyd Hopes To Have Latest Album Out By End Of Year<\/a><\/p>

July 29, 2010<\/p>R&B singer Lloyd announced recently that he is preparing for the release of a new album, King of Hearts, which he anticipates releasing by the year\'s end. Lloyd calls the album his \"masterpiece,\" and plans to release its first single in August. The album features production from Polow Da Don, Jim Jonsin, The Runners, Rico Love, Dr. Dre, and Timbaland.|MJI|

Wyclef Jean Not Immediately Considering A Run For Haitian President<\/a><\/p>

July 29, 2010<\/p>There are rumors that ex-Fugees MC Wyclef Jean is considering a run for president of Haiti, his home country, but Jean himself has not announced any intention to run. Jean, has said before that he has been planning on getting involved in the upcoming Haitian election, though he has not said he would get involved politically. The singer has been heavily involved in relief efforts to help victims the Haitian earthquake in January, which has fueled speculation that he may run.|MJI|

Rihanna: \'I\'d Love To Do A Sexy Duet With Lady Gaga\'<\/a><\/p>

July 29, 2010<\/p>Rihanna has revealed that she would like to work on a duet with fellow singer Lady Gaga. In an interview with the Scottish newspaper the Daily Record, the \"Rude Boy\" singer explained, \"A collaboration between Gaga and myself would be really cool because we do a similar type of music and we both really love fashion.\" She added, \"I\'m sure it would be a very hot and sexy video. I would love to collaborate with her. Who wouldn\'t?\"|MJI|"; rssDelimited = rssRaw.substring(0,(rssRaw.lastIndexOf("|") - 4)); //Trim the last "|MJI|" delimiter //RE-DECLARE NEEDED URI VARIABLES wdgtID = "today"; wdgtDateline = "true"; wdgtWidth = "214"; wdgtHeight = "150"; wdgtType = "scroller"; wdgtSkin = ""; wdgtSkinColor = ""; wdgtOrient = "none"; wdgtBadge = ""; wdgtBadgeWidth = ""; wdgtBadgeHeight = ""; wdgtTextColor = "8D44DA"; //SERVICE sd = "newsservice.tritondigitalmedia.com"; //PREFIX pf = "hp"; //WIDGET POSITION wPos = "5994"; //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_5994 = rssDelimited.split(new RegExp("[|MJI|]{5}", "g")); doInitTicker_5994 = new initTicker_5994(mjiArray_5994, wPos); } // Fader else if (wdgtType == "fader") { document.getElementById('mjiWdgtContent_'+wPos).innerHTML = rssRaw; doInitFader_5994 = new initFader_5994(wPos, 500, 3000); } // Scroller else if (wdgtType == "scroller") { var mjiArray_5994 = rssDelimited.split(new RegExp("[|MJI|]{5}", "g")); var items_5994 = mjiArray_5994.length; scrollerWidth_5994 = wdgtBoxWidth; scrollerHeight_5994 = wdgtBoxHeight; heightAdj_5994 = new Array(); scrollAdj_5994 = new Array(); doInitScroller_5994 = new initScroller_5994(mjiArray_5994, items_5994, wPos); } else { document.getElementById('mjiWdgtContent_'+wPos).innerHTML = rssRaw; } } //TICKER LOGIC tickerContent_5994 = ''; typedPortion_5994 = ''; cursorChar_5994 = ''; cursorHTML_5994 = '@<\/span>'; workHTML_5994 = ''; currentItem_5994 = 0; var initTicker_5994 = function(mjiArray_5994, pos) { document.getElementById('mjiWdgtContent_'+pos).innerHTML = ''; count_5994 = 0; if (currentItem_5994 > mjiArray_5994.length - 1) { currentItem_5994 = 0; } tickerContent_5994 = mjiArray_5994[currentItem_5994]; itemLength_5994 = tickerContent_5994.length; typeInterval_5994 = setInterval(function() {typeText_5994(mjiArray_5994, pos);},40); } var typeText_5994 = function(mjiArray_5994, pos) { if (count_5994 == itemLength_5994) { clearInterval(typeInterval_5994); count_5994 = 0; currentItem_5994++; setTimeout(function() {initTicker_5994(mjiArray_5994, pos);},2000); } else if (count_5994 == 0) { typedPortion_5994 = ''; } else { typedPortion_5994 = tickerContent_5994.substring(0, count_5994); cursorChar_5994 = tickerContent_5994.charAt(count_5994); } if (/]+>/); if (tag_5994) { typedPortion_5994 += tag_5994[0]; count_5994 += tag_5994[0].length; } } else { workHTML_5994 = ''; workHTML_5994 += typedPortion_5994; if (count_5994 != itemLength_5994 - 1) { workHTML_5994 += cursorHTML_5994.replace(/@/, cursorChar_5994); document.getElementById('mjiWdgtContent_'+pos).innerHTML = workHTML_5994; } count_5994++; } } //FADER LOGIC //Pause and resume functions function pauseFader_5994() { doInitFader_5994.stopFade_5994(); } function resumeFader_5994() { doInitFader_5994.startFade_5994(); } //Constructor function initFader_5994 = function(pos, fadetime, delay) { //create empty array for the unknown DIVs var divs_5994 = new Array(); //get all the children of "mjiWdgtContent_foo" and create an array var children_5994 = new Array(); children_5994 = document.getElementById('mjiWdgtContent_'+pos).getElementsByTagName('div'); //populate the "divs" array with id attribute of found children for (var i=0; i < children_5994.length; i++) { divs_5994[i] = children_5994.item(i).getAttribute("id"); } this.nAct_5994 = -1; this.aDivs_5994 = divs_5994; for (var i=0;i -1) { document.getElementById(this.aDivs_5994[this.nOldAct_5994]).style.opacity = 1 - op_5994; document.getElementById(this.aDivs_5994[this.nOldAct_5994]).style.filter = "alpha(opacity="+(100 - ieop_5994)+")"; } if (this.nTime_5994 == this.nDur_5994) { clearInterval(this.nID2_5994); if (this.nOldAct_5994 > -1) { document.getElementById(this.aDivs_5994[this.nOldAct_5994]).style.visibility = "hidden"; } var p_5994 = this; this.nID1_5994 = setInterval(function() { p_5994.newFade_5994() }, this.nDelay_5994); } //IE is brain-dead, so remove filter to re-enable ClearType if (document.getElementById(this.aDivs_5994[this.nAct_5994]).style.filter && document.getElementById(this.aDivs_5994[this.nAct_5994]).style.removeAttribute) { document.getElementById(this.aDivs_5994[this.nAct_5994]).style.removeAttribute('filter'); } } initFader_5994.prototype.easeInOut_5994 = function(t,b,c,d) { return c/2 * (1 - Math.cos(Math.PI*t/d)) + b; } //SCROLLER LOGIC pauseScrollerBol_5994 = false; collA_5994 = null; collB_5994 = null; collTop_5994 = 0; collOffset_5994 = 0; function pauseScroll_5994(collAItem_5994,bol) { pauseScrollerBol_5994 = true; } function resumeScroll_5994(collBItem_5994,bol) { pauseScrollerBol_5994 = false; if (bol == 1) { objd_5994 = document.getElementById('mjiWdgtCollBItem_5994_'+collBItem_5994); } else { objd_5994 = document.getElementById('mjiWdgtCollAItem_5994_'+collBItem_5994); } } var doScroll_5994 = function() { if (pauseScrollerBol_5994 == false) { collTop_5994--; if (collTop_5994 < (-1*collOffset_5994)) { collTop_5994 = 0; collB_5994.style.top = scrollerHeight_5994+'px'; } collA_5994.style.top = collTop_5994+'px'; if ((collTop_5994+collOffset_5994)Initializing Music News Content...<\/div>'; for (i=0;i'+mjiArray_5994[i]+'<\/div>'; } innertxt_5994 = innertxt_5994+'<\/div>'; innertxt_5994 = innertxt_5994+'
'; for (i=0;i'+mjiArray_5994[i]+'<\/div>'; } innertxt_5994 = innertxt_5994+'<\/div>'; shellDiv_5994 = document.getElementById('mjiWdgtContent_'+pos); shellDiv_5994.innerHTML = innertxt_5994; // 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_5994(mjiArray_5994, items_5994, pos)},5000); //start time }