pic_widthc=248;   
pic_heightc=251;   
border_sizec=0;   
alignmentc=0;      


if (document.images)
 {
     pic1c= new Image(pic_widthc,pic_heightc); 
     pic1c.src="images/power-profile-0310.jpg";
	 pic2c= new Image(pic_widthc,pic_heightc); 
     pic2c.src="images/power-profile-0210.jpg";
	 pic3c= new Image(pic_widthc,pic_heightc); 
     pic3c.src="images/power-profile-0110.jpg";
	 pic4c= new Image(pic_widthc,pic_heightc); 
     pic4c.src="images/power-profile-1209.jpg";
	 pic5c= new Image(pic_widthc,pic_heightc); 
     pic5c.src="images/power-profile-1109.jpg"; 
     pic6c= new Image(pic_widthc,pic_heightc);
     pic6c.src="images/power-profile-1009.jpg";  
	 pic7c= new Image(pic_widthc,pic_heightc);
     pic7c.src="images/power-profile-0909.jpg";
	 pic8c= new Image(pic_widthc,pic_heightc);
     pic8c.src="images/power-profile-0809.jpg";
	 pic9c= new Image(pic_widthc,pic_heightc);
     pic9c.src="images/power-profile-0709.jpg";
 }    


urlad1c="power-member.html";
urlad2c="power-member.html";
urlad3c="power-member.html";
urlad4c="power-member.html";
urlad5c="power-member.html";
urlad6c="power-member.html";
urlad7c="power-member.html";
urlad8c="power-member.html";
urlad9c="power-member.html";

if (alignmentc==1)
 {
  cent_itc="<CENTER>";
  cent_it2c="<\/CENTER>";
 }
else
 {
  cent_itc="";
  cent_it2c="";
 }
 
function get_randomPower(maxNum)
{
  if (Math.random && Math.round)
  {
    var ranNum= Math.round(Math.random()*(maxNum-1));
    ranNum+=1;
    return ranNum;
  }
  else
  {
  today= new Date();
  hours= today.getHours();
  mins=   today.getMinutes();
  secn=  today.getSeconds();
  if (hours==19)
   hours=18;
  var ranNum= (((hours+1)*(mins+1)*secn)%maxNum)+1;
  return ranNum;
  }
}

function get_ImagePower()
{
 if (document.images)
 {
  var choose_one= get_randomPower(8);  
  choose_one--;

  var pics= new Array(8) 
   pics[0]=pic1c.src;
   pics[1]=pic2c.src;
   pics[2]=pic3c.src;
   pics[3]=pic4c.src;
   pics[4]=pic5c.src;
   pics[5]=pic6c.src;
   pics[6]=pic7c.src;
   pics[7]=pic8c.src;
   pics[8]=pic9c.src;
            


var aurl= new Array(8)
  aurl[0]=urlad1c;
  aurl[1]=urlad2c;
  aurl[2]=urlad3c;
  aurl[3]=urlad4c;
  aurl[4]=urlad5c;
  aurl[5]=urlad6c;
  aurl[6]=urlad7c;
  aurl[7]=urlad8c;
  aurl[8]=urlad9c;
      
  document.write(cent_itc+"<A HREF='"+aurl[choose_one]+"'><IMG SRC='"+pics[choose_one]+"' width='"+pic_widthc+"' height='"+pic_heightc+"' border='"+border_sizec+"'></A>"+cent_it2c);
 }
}
