//Set the php output as variables rssRaw = "

Brooks & Dunn Ride Their \'Last Rodeo\' In Nashville<\/a><\/p>Brooks & Dunn closed out their farewell Last Rodeo tour with a sold-out show at Nashville\'s Bridgestone Arena on Thursday night. The iconic duo capped off their 20-year partnership by offering up a performance to benefit the Country Music Hall of Fame. Before the show, Kix Brooks explained that the duo planned to enjoy their last show and celebrate their long successful career together.|MJI|

Buddy Jewell To Hit The Road<\/a><\/p>Buddy Jewell has confirmed a 40-city tour set to kick off this year and run through the beginning of next year. The Arkansas-born country star will hit the road on Thursday, September 2 in Munster, Indiana, and will finish up the fall run on October 2 in Union City, Tennessee. After a brief run in Japan and China, he will return to the states in November to kick off his winter dates, with shows running through April 29, 2011, in El Paso, Texas.|MJI|

Country Stars Line Up For Loretta Lynn Tribute Record<\/a><\/p>Loretta Lynn has enlisted a slew of country\'s top talent for an album to honor her career. The project will hit stores November 9, and will feature contributions from Sheryl Crow, Steve Earle, Faith Hill and Alan Jackson, among others. The \"Coal Miner\'s Daughter\" singer picked each act for the eclectic project herself and says that each of them are among her favorite in the business. \"I am so happy that these singers wanted to do this record,\" Lynn said.|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|

Little Big Town Top Albums Chart<\/a><\/p>Little Big Town\'s latest album The Reason Why has debuted at number one on the Billboard Country Albums chart. The album unseats Trace Adkins\' latest LP Cowboy\'s Back In Town. The Reason Why also landed the number five spot on the Billboard Hot 100 chart, selling 41,940 albums in its first week. The figures mark the band\'s highest debuting album ever. Little Big Town has also been nominated at this year\'s CMA Awards for vocal group of the year.|MJI|"; rssDelimited = rssRaw.substring(0,(rssRaw.lastIndexOf("|") - 4)); //Trim the last "|MJI|" delimiter //RE-DECLARE NEEDED URI VARIABLES wdgtID = "today"; wdgtDateline = "false"; wdgtWidth = "460"; wdgtHeight = "150"; wdgtType = "scroller"; wdgtSkin = "glass"; wdgtSkinColor = "white"; wdgtOrient = "z"; wdgtBadge = ""; wdgtBadgeWidth = ""; wdgtBadgeHeight = ""; wdgtTextColor = "000000"; //SERVICE sd = "newsservice.tritondigitalmedia.com"; //PREFIX pf = "cn"; //WIDGET POSITION wPos = "4208"; //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_4208 = rssDelimited.split(new RegExp("[|MJI|]{5}", "g")); doInitTicker_4208 = new initTicker_4208(mjiArray_4208, wPos); } // Fader else if (wdgtType == "fader") { document.getElementById('mjiWdgtContent_'+wPos).innerHTML = rssRaw; doInitFader_4208 = new initFader_4208(wPos, 500, 3000); } // Scroller else if (wdgtType == "scroller") { var mjiArray_4208 = rssDelimited.split(new RegExp("[|MJI|]{5}", "g")); var items_4208 = mjiArray_4208.length; scrollerWidth_4208 = wdgtBoxWidth; scrollerHeight_4208 = wdgtBoxHeight; heightAdj_4208 = new Array(); scrollAdj_4208 = new Array(); doInitScroller_4208 = new initScroller_4208(mjiArray_4208, items_4208, wPos); } else { document.getElementById('mjiWdgtContent_'+wPos).innerHTML = rssRaw; } } //TICKER LOGIC tickerContent_4208 = ''; typedPortion_4208 = ''; cursorChar_4208 = ''; cursorHTML_4208 = '@<\/span>'; workHTML_4208 = ''; currentItem_4208 = 0; var initTicker_4208 = function(mjiArray_4208, pos) { document.getElementById('mjiWdgtContent_'+pos).innerHTML = ''; count_4208 = 0; if (currentItem_4208 > mjiArray_4208.length - 1) { currentItem_4208 = 0; } tickerContent_4208 = mjiArray_4208[currentItem_4208]; itemLength_4208 = tickerContent_4208.length; typeInterval_4208 = setInterval(function() {typeText_4208(mjiArray_4208, pos);},40); } var typeText_4208 = function(mjiArray_4208, pos) { if (count_4208 == itemLength_4208) { clearInterval(typeInterval_4208); count_4208 = 0; currentItem_4208++; setTimeout(function() {initTicker_4208(mjiArray_4208, pos);},2000); } else if (count_4208 == 0) { typedPortion_4208 = ''; } else { typedPortion_4208 = tickerContent_4208.substring(0, count_4208); cursorChar_4208 = tickerContent_4208.charAt(count_4208); } if (/]+>/); if (tag_4208) { typedPortion_4208 += tag_4208[0]; count_4208 += tag_4208[0].length; } } else { workHTML_4208 = ''; workHTML_4208 += typedPortion_4208; if (count_4208 != itemLength_4208 - 1) { workHTML_4208 += cursorHTML_4208.replace(/@/, cursorChar_4208); document.getElementById('mjiWdgtContent_'+pos).innerHTML = workHTML_4208; } count_4208++; } } //FADER LOGIC //Pause and resume functions function pauseFader_4208() { doInitFader_4208.stopFade_4208(); } function resumeFader_4208() { doInitFader_4208.startFade_4208(); } //Constructor function initFader_4208 = function(pos, fadetime, delay) { //create empty array for the unknown DIVs var divs_4208 = new Array(); //get all the children of "mjiWdgtContent_foo" and create an array var children_4208 = new Array(); children_4208 = document.getElementById('mjiWdgtContent_'+pos).getElementsByTagName('div'); //populate the "divs" array with id attribute of found children for (var i=0; i < children_4208.length; i++) { divs_4208[i] = children_4208.item(i).getAttribute("id"); } this.nAct_4208 = -1; this.aDivs_4208 = divs_4208; for (var i=0;i -1) { document.getElementById(this.aDivs_4208[this.nOldAct_4208]).style.opacity = 1 - op_4208; document.getElementById(this.aDivs_4208[this.nOldAct_4208]).style.filter = "alpha(opacity="+(100 - ieop_4208)+")"; } if (this.nTime_4208 == this.nDur_4208) { clearInterval(this.nID2_4208); if (this.nOldAct_4208 > -1) { document.getElementById(this.aDivs_4208[this.nOldAct_4208]).style.visibility = "hidden"; } var p_4208 = this; this.nID1_4208 = setInterval(function() { p_4208.newFade_4208() }, this.nDelay_4208); } //IE is brain-dead, so remove filter to re-enable ClearType if (document.getElementById(this.aDivs_4208[this.nAct_4208]).style.filter && document.getElementById(this.aDivs_4208[this.nAct_4208]).style.removeAttribute) { document.getElementById(this.aDivs_4208[this.nAct_4208]).style.removeAttribute('filter'); } } initFader_4208.prototype.easeInOut_4208 = function(t,b,c,d) { return c/2 * (1 - Math.cos(Math.PI*t/d)) + b; } //SCROLLER LOGIC pauseScrollerBol_4208 = false; collA_4208 = null; collB_4208 = null; collTop_4208 = 0; collOffset_4208 = 0; function pauseScroll_4208(collAItem_4208,bol) { pauseScrollerBol_4208 = true; } function resumeScroll_4208(collBItem_4208,bol) { pauseScrollerBol_4208 = false; if (bol == 1) { objd_4208 = document.getElementById('mjiWdgtCollBItem_4208_'+collBItem_4208); } else { objd_4208 = document.getElementById('mjiWdgtCollAItem_4208_'+collBItem_4208); } } var doScroll_4208 = function() { if (pauseScrollerBol_4208 == false) { collTop_4208--; if (collTop_4208 < (-1*collOffset_4208)) { collTop_4208 = 0; collB_4208.style.top = scrollerHeight_4208+'px'; } collA_4208.style.top = collTop_4208+'px'; if ((collTop_4208+collOffset_4208)Initializing Music News Content...<\/div>'; for (i=0;i'+mjiArray_4208[i]+'<\/div>'; } innertxt_4208 = innertxt_4208+'<\/div>'; innertxt_4208 = innertxt_4208+'
'; for (i=0;i'+mjiArray_4208[i]+'<\/div>'; } innertxt_4208 = innertxt_4208+'<\/div>'; shellDiv_4208 = document.getElementById('mjiWdgtContent_'+pos); var t = document.createElement('div'); t.innerHTML = innertxt_4208; shellDiv_4208.appendChild(t); //shellDiv_4208.innerHTML = innertxt_4208; // 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_4208(mjiArray_4208, items_4208, pos)},5000); //start time }