var newsScrollerContent = new Array(); newsScrollerContent[0] = '03/14/2010 - ' + 'AMPS Introduces PEPM Program with Guaranteed ROI and Payer Indemnification
' + '
' + 'Atlanta, GA -- Advanced Medical Pricing Solutions (AMPS) recently introduced a new per-employee/per-month (PE/PM) pricing program whereby they provide a guaranteed return on investment to employer groups of their TPA/payer clients. AMPS, a privately held company, is working with clients across the U.S. to achieve accurate billing by hospitals for healthcare services provided."AMPS is a cost containment ... ' + '(More)'; newsScrollerContent[1] = '03/09/2010 - ' + 'The Phia Group and AMPS Comment on CNN Report On Outrageous Hospital Charges
' + '
' + 'Atlanta, GA -- CNN aired a report by reporter Elizabeth Cohen on inappropriate charges by hospitals for various items used for patient care. Among the examples cited were a single toothbrush billed at $1,000 and a single Tylenol caplet billed for $140. The report details how these are not isolated incidents, but rather part of how hospitals regularly bill patients and insurance companies. Mike Dendy ... ' + '(More)'; newsScrollerContent[2] = '11/03/2008 - ' + 'Arizona Court Upholds R&C methodology as \'Reasonable Value\' for reimbursement
' + '
' + ' Case: Canyon Ambulatory Surgery Center, et al. v. Arizona State Compensation Fund, et al.  Court\'s Minutes Phoenix, AZ – Maricopa County Superior Court Judge Edward Burke rejected health care facilities’ demands for 100% of billed charges for out-of-network claims and upheld SCF Arizona\'s payments based on Qmedtrix’s database and methodology. In Canyon Ambulatory ... ' + '(More)'; newsScrollerContent[3] = '03/17/2008 - ' + 'Advanced Medical Pricing Solutions (AMPS) and The Phia Group Align
' + '
' + 'Atlanta, GA -- Advanced Medical Pricing Solutions (AMPS) and The Phia Group, LLC are pleased to announce a strategic alliance of their organizations, increasing the value of services provided by both organizations.By combining AMPS’ medical bill review (MBR) services with The Phia Group’s insurance claim recovery and subrogation services, the value of both AMPS cost containment solutions ... ' + '(More)'; newsScrollerContent[4] = '02/14/2008 - ' + 'Advanced Medical Pricing Solutions To Offer Guarantee Option on Medical Bill Review Services
' + '
' + 'Atlanta, GA -- Advanced Medical Pricing Solutions (AMPS) will begin offering an indemnified option on its medical bill review services in the second quarter of 2008. An indemnification guarantee provides that whenever a payer utilizes AMPS bill review services that the client will be indemnified against any after the fact recourse by a provider that results in a loss to the client.“Feedback ... ' + '(More)'; newsScrollerContent[5] = '12/15/2007 - ' + 'Advanced Medical Pricing Solutions (AMPS) Partners with Russo & Minchoff To Enhance Medical Bill Review Service
' + '
' + 'Atlanta, GA -- Advanced Medical Pricing Solutions (AMPS) announced that it has retained the services of Boston-based law firm Russo & Minchoff as corporate legal council for the purpose of further enhancing their Medical Bill Review service. AMPS is working with clients across the U.S. to achieve accurate billing by hospitals for healthcare services provided.“Russo & Minchoff is a premier practice ... ' + '(More)'; function trimAll(sString) { while (sString.substring(0,1) == ' ') { sString = sString.substring(1, sString.length); } while (sString.substring(sString.length-1, sString.length) == ' ') { sString = sString.substring(0,sString.length-1); } return sString; } function formatDate(dte) { var monthNames = new Array(); monthNames['Jan'] = '01'; monthNames['Feb'] = '02'; monthNames['Mar'] = '03'; monthNames['Apr'] = '04'; monthNames['May'] = '05'; monthNames['Jun'] = '06'; monthNames['Jul'] = '07'; monthNames['Aug'] = '08'; monthNames['Sep'] = '09'; monthNames['Oct'] = '10'; monthNames['Nov'] = '11'; monthNames['Dec'] = '12'; return monthNames[trimAll(dte.substring(8,11))] + '/' + dte.substring(5,7) + '/' + dte.substring(12,16); } function getNode(TagName, node) { var currentNode = (node == null) ? xmlDoc.getElementsByTagName(TagName) : items[node].getElementsByTagName(TagName); if(currentNode.length > 0) return currentNode[0].firstChild.nodeValue; } function ReadRSS(rssFeed, Body, Title) { var rssTitle = document.getElementById(Title); var rssBody = document.getElementById(Body); var errorHappendHere = ''; try { if (document.all) { errorHappendHere = "Check Browser and security settings"; xmlDoc = new ActiveXObject("Microsoft.XMLDOM"); } else { errorHappendHere = "Apparently one cant read remote xml via firefox, please copy the file to your server"; xmlDoc = document.implementation.createDocument("","",null); } xmlDoc.async=false; xmlDoc.load(rssFeed); items=xmlDoc.getElementsByTagName('item'); if (items == 'undefined') { alert('Could not load RSS items');} for(i=0;i - ' + '' + getNode('title',i) + '
' + '
' + '' + getNode('description', i) + '... ' + '(More)'; } } catch(e) { rssTitle.innerHTML = 'Error occured'; rssBody.innerHTML = 'Thrown Error:'+e.message+"
Note: "+errorHappendHere; } } function pauseNews(content, divId, divClass, delay) { this.content=content; this.tickerid=divId; this.delay=delay; this.mouseoverBol=0; this.hiddendivpointer=1; document.write('
'+content[0]+'
'); var scrollerinstance=this; if (window.addEventListener) { window.addEventListener('load', function(){scrollerinstance.initialize()}, false); } else if (window.attachEvent) { window.attachEvent('onload', function(){scrollerinstance.initialize()}); } else if (document.getElementById) { setTimeout(function(){scrollerinstance.initialize()}, 500); } pauseNews.prototype.initialize=function() { this.tickerdiv=document.getElementById(this.tickerid); this.visiblediv=document.getElementById(this.tickerid+'1'); this.hiddendiv=document.getElementById(this.tickerid+'2'); this.visibledivtop=parseInt(pauseNews.getCSSpadding(this.tickerdiv)); this.visiblediv.style.width=this.hiddendiv.style.width=this.tickerdiv.offsetWidth-(this.visibledivtop*2)+'px'; this.getinline(this.visiblediv, this.hiddendiv); this.hiddendiv.style.visibility='visible'; var scrollerinstance=this; document.getElementById(this.tickerid).onmouseover=function(){scrollerinstance.mouseoverBol=1}; document.getElementById(this.tickerid).onmouseout=function(){scrollerinstance.mouseoverBol=0}; if (window.attachEvent) { window.attachEvent('onunload', function(){scrollerinstance.tickerdiv.onmouseover=scrollerinstance.tickerdiv.onmouseout=null}); } // Change dir setTimeout(function(){scrollerinstance.animateup()}, this.delay); } pauseNews.prototype.animateup = function(){ var scrollerinstance=this; if (parseInt(this.hiddendiv.style.top)>(this.visibledivtop+3)){ this.visiblediv.style.top=parseInt(this.visiblediv.style.top)-3+'px'; this.hiddendiv.style.top=parseInt(this.hiddendiv.style.top)-3+'px'; setTimeout(function(){scrollerinstance.animateup()}, 20); } else { this.getinline(this.hiddendiv, this.visiblediv); this.swapdivs(); setTimeout(function(){scrollerinstance.setmessage()}, this.delay); } } pauseNews.prototype.swapdivs=function(){ var tempcontainer=this.visiblediv; this.visiblediv=this.hiddendiv; this.hiddendiv=tempcontainer; } pauseNews.prototype.getinline=function(div1, div2){ div1.style.top=this.visibledivtop+'px'; div2.style.top=Math.max(div1.parentNode.offsetHeight, div1.offsetHeight)+'px'; } pauseNews.prototype.setmessage=function(){ var scrollerinstance=this; if (this.mouseoverBol==1) { setTimeout(function(){scrollerinstance.setmessage()}, 100); } else { var i=this.hiddendivpointer; var ceiling=this.content.length; this.hiddendivpointer=(i+1>ceiling-1)? 0 : i+1; this.hiddendiv.innerHTML=this.content[this.hiddendivpointer]; this.animateup(); } } pauseNews.getCSSpadding=function(tickerobj){ if (tickerobj.currentStyle) { return tickerobj.currentStyle['paddingTop']; } else if (window.getComputedStyle) { return window.getComputedStyle(tickerobj, '').getPropertyValue('padding-top'); } else { return 0; } } }