Вы находитесь на странице: 1из 2

<body>

<head>
<script type="text/javascript"><!--
/*
______________________________________________________
/������������������������������������������������������\
| another javascript from uncle jim |
| |
| feel free to copy, use and change this script as |
| long as this part remains unchanged. |
| |
| visit my website at http://www.jdstiles.com |
| for more scripts like this one |
| |
| created: 1996 |
| last updated: december, 2005 |
\______________________________________________________/
������������������������������������������������������
*/
var pictures = new array (
"http://images.kamalkantkhan.multiply.com/image/4/photos/17/600x600/1/football_pla
yer.gif?et=li3qnmwix0%2cd8pvhhazk0a",
"http://images.kamalkantkhan.multiply.com/image/3/photos/17/600x600/2/football_wor
d.gif?et=u6ha8tkvxj0au9ucbxzg5a",
"http://images.kamalkantkhan.multiply.com/image/3/photos/17/600x600/3/george.gif?e
t=fquizhn0hhjmulr1rrzk5g",
"http://images.kamalkantkhan.multiply.com/image/4/photos/17/600x600/4/giant_bat.gi
f?et=jvpoj7yhkbmgqqmj9xnbja",
"http://images.kamalkantkhan.multiply.com/image/3/photos/17/600x600/5/girl_plays_s
occer.gif?et=%2byndi7bo2ihcantrli7uya",
"http://images.kamalkantkhan.multiply.com/image/3/photos/17/600x600/6/girl_runs.gi
f?et=risvkgkrilla06cz18qlxa",
"http://images.kamalkantkhan.multiply.com/image/3/photos/17/600x600/7/goal.gif?et=
bdvvfyuygh2%2ba7fueeuqfg",
"http://images.kamalkantkhan.multiply.com/image/3/photos/17/600x600/8/golf.gif?et=
tzolqs8%2clx734g7bosewyw",
"http://images.kamalkantkhan.multiply.com/image/3/photos/17/600x600/9/golf_movie.g
if?et=5b110kli%2bk1jk7xpjiihaa",
"http://images.kamalkantkhan.multiply.com/image/3/photos/17/600x600/10/golfer.gif?
et=yye4fj3kmw2l0qzsu93onq",
"http://images.kamalkantkhan.multiply.com/image/3/photos/17/600x600/11/hand_cart.g
if?et=hxtbo8ykmfy6evf%2clkqpra",
"http://images.kamalkantkhan.multiply.com/image/3/photos/17/600x600/13/hero_runs.g
if?et=u%2c7%2czo0sbiu9skbqd9hkqa",
"http://images.kamalkantkhan.multiply.com/image/3/photos/17/600x600/14/hockey.gif?
et=ne%2bkzr2zxfejnp%2ctlovrpg",
"http://images.kamalkantkhan.multiply.com/image/3/photos/17/600x600/15/hole_in_one
.gif?et=byqxv3dwlhrbkq%2brvg%2bsya",
"http://images.kamalkantkhan.multiply.com/image/4/photos/17/1200x120/16/homer_simp
son.gif?et=emrjrp0er%2b7wobiqlhkk2a",
"http://images.kamalkantkhan.multiply.com/image/3/photos/17/600x600/17/homer_simps
on_2.gif?et=p%2bji3wd9wfewizjqckc0ma",
"http://images.kamalkantkhan.multiply.com/image/4/photos/17/600x600/18/homerun.gif
?et=lmrh89hkiww06ayltvppgq",
"http://images.kamalkantkhan.multiply.com/image/3/photos/17/600x600/19/ice_hockey.
gif?et=yi4vmyr%2bbbsfwag6ywerqw",
"http://images.kamalkantkhan.multiply.com/image/3/photos/17/600x600/20/ice_skater.
gif?et=a6pqpbqfbpkye0tsqtpq2a",
"http://images.kamalkantkhan.multiply.com/image/3/photos/17/600x600/21/jazz.gif?et
=tcdrqkktf4afst0iuzmsuw",
"http://images.kamalkantkhan.multiply.com/image/2/photos/12/600x600/1/basketball_p
layer.gif?et=i%2cq1eiozrq239aenxvkrva",
"http://images.kamalkantkhan.multiply.com/image/2/photos/12/600x600/2/betty_boop.g
if?et=o3x0gworkgfzdg0x9flvgg",
"http://images.kamalkantkhan.multiply.com/image/3/photos/12/orig/4/bike.gif?et=0z8
iqrj799opk2nsxfuuaw",
"http://images.kamalkantkhan.multiply.com/image/3/photos/12/600x600/5/bike_symbol.
gif?et=jgwlkzyfxbodj0ugwys%2ckw",
"http://images.kamalkantkhan.multiply.com/image/2/photos/12/600x600/6/biker.gif?et
=7gnydhlelxmrnibdek29aq",
"http://images.kamalkantkhan.multiply.com/image/2/photos/12/600x600/7/biker_2.gif?
et=wfdm7rozm88pz5lglmd59q",
"http://images.kamalkantkhan.multiply.com/image/2/photos/12/600x600/8/billiard.gif
?et=0y0zu7%2cszv8sedv2nbcbxw",
"http://images.kamalkantkhan.multiply.com/image/3/photos/12/600x600/9/bills.gif?et
=xnjfqxwnkgq%2cvx%2bosxtwda",
"http://images.kamalkantkhan.multiply.com/image/2/photos/12/600x600/10/bowling.gif
?et=10zbtyp9l0e5kw8bg0k9lw",
"http://images.kamalkantkhan.multiply.com/image/2/photos/12/600x600/11/boxing_glov
es.gif?et=knedocjz4w%2csg%2ce%2bf0b5zw"

);

var picturenumber = 0;
var totalnumber = pictures.length;

function previous(){
if (document.images){
if (picturenumber > 0) picturenumber--
else
picturenumber = totalnumber-1
document.images.slides.src = pictures[picturenumber]
}
}
function next(){
if (document.images){
if (picturenumber < totalnumber-1) picturenumber++
else
picturenumber = 0
document.images.slides.src = pictures[picturenumber]
}
}

//--></script>
</head>

<center><font size=6><a href="javascript:previous()">back</a><img


src="pic/center_image.jpg" name="slides">
<a href="javascript:next()">next</a></font></center></br>
</body>

Вам также может понравиться