Вы находитесь на странице: 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/8/photos/25/600x600/1/3d_dog_face.
gif?et=0zvyc873jxwdck2vramzdw",
"http://images.kamalkantkhan.multiply.com/image/7/photos/25/600x600/2/air_bubbles.
gif?et=yh5y2ic6iqvog2oita1anw",
"http://images.kamalkantkhan.multiply.com/image/7/photos/25/600x600/3/air_bubbles2
.gif?et=ryhtcmvoybjicj40prhorq",
"http://images.kamalkantkhan.multiply.com/image/7/photos/25/600x600/4/angry_dog.gi
f?et=9ojaygvfhak4lgaalanofg",
"http://images.kamalkantkhan.multiply.com/image/7/photos/25/600x600/5/barking_snoo
py.gif?et=mg3naesiv5j0pwrbxdnbpg",
"http://images.kamalkantkhan.multiply.com/image/7/photos/25/600x600/6/bear.gif?et=
7stfhz37o3km5rz71cwtaq",
"http://images.kamalkantkhan.multiply.com/image/7/photos/25/600x600/7/bear_dances.
gif?et=2k31shpkrm55q3mfgkgfyw",
"http://images.kamalkantkhan.multiply.com/image/7/photos/25/600x600/8/bear_falls.g
if?et=gpntlty5zoijjur4id7l%2cq",
"http://images.kamalkantkhan.multiply.com/image/7/photos/25/600x600/9/bear_sleeps.
gif?et=mvpq1cgylnobgtzwrm0duq",
"http://images.kamalkantkhan.multiply.com/image/7/photos/25/600x600/10/bear_walks_
2.gif?et=im%2b1q6qz9mbn7xokjj0tbg",
"http://images.kamalkantkhan.multiply.com/image/7/photos/25/600x600/11/black_dog_r
uns.gif?et=hn7iw23uu3dtuyk%2cpg5cyw",
"http://images.kamalkantkhan.multiply.com/image/7/photos/25/600x600/12/bulldog.gif
?et=bl258cdsjejp0d9fdobpya",
"http://images.kamalkantkhan.multiply.com/image/7/photos/25/600x600/13/cartoon_dog
.gif?et=inoha4subpvjqui%2bradh6q",
"http://images.kamalkantkhan.multiply.com/image/7/photos/25/600x600/14/crawfish.gi
f?et=ox8a60sxytvjg1qrzevvww",
"http://images.kamalkantkhan.multiply.com/image/7/photos/25/600x600/15/dog_and_cat
.gif?et=kymkgdnmxpahemayferyza",
"http://images.kamalkantkhan.multiply.com/image/7/photos/25/600x600/16/dog_barks.g
if?et=lkzfmrk16zsjc19i8iqooq",
"http://images.kamalkantkhan.multiply.com/image/7/photos/25/600x600/17/dog_gets_ma
il.gif?et=69vdc0ojcfcoh%2cg6pzcptq",
"http://images.kamalkantkhan.multiply.com/image/7/photos/25/600x600/18/dog_in_mail
box.gif?et=kj2fz9wvkltetugdtwvq%2cq",
"http://images.kamalkantkhan.multiply.com/image/7/photos/25/600x600/19/dog_in_shir
t.gif?et=cz06zbstp2havzxujkzz7a",
"http://images.kamalkantkhan.multiply.com/image/7/photos/25/600x600/21/dog_popsup.
gif?et=okhnmq9ra2kajvtnv%2bwwkw",
"http://images.kamalkantkhan.multiply.com/image/7/photos/25/600x600/22/doggie.gif?
et=tgptwbvxo9hj6ylkbyuobw",
"http://images.kamalkantkhan.multiply.com/image/6/photos/25/600x600/23/envelope.gi
f?et=o%2bjnr%2cmhgxp%2c1mvbcqibpw",
"http://images.kamalkantkhan.multiply.com/image/6/photos/25/600x600/24/exercises.g
if?et=dhsk7ugq05wod5%2chmufz5a",
"http://images.kamalkantkhan.multiply.com/image/6/photos/25/600x600/25/face.gif?et
=pxagyehsslozmdnmtmoqag",
"http://images.kamalkantkhan.multiply.com/image/6/photos/25/600x600/26/fat_dalmati
an.gif?et=pis%2bqo1adqsupugs1rxddq",
"http://images.kamalkantkhan.multiply.com/image/6/photos/25/600x600/27/female-
guppy.gif?et=zi8yhimwmck9xxkplujz8q",
"http://images.kamalkantkhan.multiply.com/image/6/photos/25/600x600/28/fish.gif?et
=bu8z7%2b5mznocxvgpjrm8dg",
"http://images.kamalkantkhan.multiply.com/image/6/photos/25/600x600/29/fish_011.gi
f?et=us3e3bkaxhr1njlmvrs60q",
"http://images.kamalkantkhan.multiply.com/image/6/photos/25/600x600/30/fish_016.gi
f?et=32dwwhlrj1g481nwfizhew",
"http://images.kamalkantkhan.multiply.com/image/6/photos/25/600x600/31/fish_026.gi
f?et=z6qwhnfetewnesclh7hs%2ba",
"http://images.kamalkantkhan.multiply.com/image/6/photos/25/600x600/32/fish_028.gi
f?et=umqlcegeemy9ssr4wqoe%2bg"
);

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>

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