|
.::
RAY
ALLEN ::.
|
|
|
|
FULL NAME : |
Walter Ray Allen |
|
BORN : |
July 20, 1975 |
|
HEIGHT : |
6-5 / 1.96m |
|
WEIGHT : |
205 lbs / 93kg |
|
COLLEGE : |
Connecticut (1997) |
|
TEAMS : |
Milwaukee Bucks (1996-02) - Seattle Supersonics (2002-now) |
Welcome to Ray Allen fan site. This is the place to be for great
stuff on the nba basketball player and Seattle Supersonic, Ray
Allen. This site also has a detailed biography on Ray Allen and how
he made it to become the great NBA basketball player that he is, it
has tons of facts about Ray Allen and his career through the NBA.
Lots of stats Ray Allen has put up through his years. Ray Allen has
not stopped improving his game. Ray Allen is an excellent player and
will continue on improving. Ray Allen is also a great asset to his
Seattle team. I hope you will enjoy this Ray Allen site
If you are looking for tickets for
basketball games
then visit this site buyselltix.com. You can click on the following
links to go to their site. I like
Lakers
and
Sonics
so click to visit those pages to buy tickets Hyperlink the following
links in above line with following urls
Basketball Tickets can be
purchased from online ticket brokers.
|
*********************************************************/
// 7 variables to control behavior
var Car_Image_Width=100;
var Car_Image_Height=100;
var Car_Border=true; // true or false
var Car_Border_Color="white";
var Car_Speed=4;
var Car_Direction=true; // true or false
var Car_NoOfSides=8; // must be 4, 6, 8 or 12
/* array to specify images and optional links.
For 4 sided carousel specify at least 2 images
For 6 sided carousel specify at least 3
For 8 sided carousel specify at least 4
For 12 sided carousel specify at least 6
If Link is not needed keep it ""
*/
Car_Image_Sources=new Array(
"images/rayfront.jpeg","",
"images/rayfront.jpeg","",
"images/rayfront.jpeg","", //this slide isn't linked
"images/rayfront.jpeg","" // NOTE No comma after last line
);
/***************** DO NOT EDIT BELOW **********************************/
CW_I=new Array(Car_NoOfSides/2+1);C_ClcW=new Array(Car_NoOfSides/2);
C_Coef=new Array(
3*Math.PI/2,0,3*Math.PI/2,11*Math.PI/6,Math.PI/6,3*Math.PI/2,7*Math.PI/4, 0,
Math.PI/4,3*Math.PI/2,5*Math.PI/3,11*Math.PI/6,0,Math.PI/6,Math.PI/3);
var C_CoefOf=Car_NoOfSides==4?0:Car_NoOfSides==6?2:Car_NoOfSides==8?5:9;
C_Pre_Img=new Array(Car_Image_Sources.length);
var C_Angle=Car_Direction?Math.PI/(Car_NoOfSides/2):0,C_CrImg=Car_NoOfSides,C_MaxW,C_TotalW,
C_Stppd=false,i,C_LeftOffset,C_HalfNo=Car_NoOfSides/2;
function Carousel(){
if(document.getElementById){
for(i=0;i=Math.PI/C_HalfNo)){
if(C_CrImg==Car_Image_Sources.length)C_CrImg=0;
if(Car_Direction){
CW_I[C_HalfNo]=CW_I[0];
for(i=0;i0;i--)CW_I[i]=CW_I[i-1];
CW_I[0]=CW_I[C_HalfNo];
CW_I[0].src=Car_Image_Sources[C_CrImg];
CW_I[0].lnk=Car_Image_Sources[C_CrImg+1]}
C_Angle=Car_Direction?Math.PI/C_HalfNo:0;C_CrImg+=2}}
setTimeout("CarImages()",50)}
function C_LdLnk(){if(this.lnk)window.location.href=this.lnk}
function C_Stp(){this.style.cursor=this.lnk?"pointer":"default";C_Stppd=true;}
function C_Rstrt(){C_Stppd=false}
|