Ubuntu
function pixflow_doubleSlider(id,bg,fg,autoplay,duration){
"use strict";
function rgba(rgb){
if(rgb.indexOf('rgba')!= -1) return rgb;
if(rgb.indexOf('#')!=-1){
var h = rgb.replace('#', '');
h = h.match(new RegExp('(.{'+h.length/3+'})', 'g'));
for(var i=0; i