<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title></title>
<script>
var i=0;
var imgarr=new Array();
imgarr[0]="/images/1stiker0dg.png";
imgarr[1]="/images/2stiker-5dg.png";
imgarr[2]="/images/3stiker4dg.png";
imgarr[3]="/images/4stiker-2dg.png";
imgarr[4]="/images/5stiker2dg.png";
var imgarrug=new Array();
imgarrug[0]="/images/1stiker0dgug.png";
imgarrug[1]="/images/2stiker-5dgug.png";
imgarrug[2]="/images/3stiker4dgug.png";
imgarrug[3]="/images/4stiker-2dgug.png";
imgarrug[4]="/images/5stiker2dgug.png";
function changesticker()
{
if (i>imgarr.length-2)
{ i=0 }
i++
document.getElementById("sticker").src=imgarr[i];
}
function stickerug()
{
if (i>imgarr.length-1)
{ i=0}
document.getElementById("sticker").src=imgarrug[i];
}
function stickerugout()
{
if (i>imgarr.length-1)
{ i=0}
document.getElementById("sticker").src=imgarr[i];
}
</script>
</head>
<body>
<table>
<tr><td align="right" width="350" valign="bottom">
<img style="position: absolute; z-index: 2000" width="15%" src="images/1stiker0dg.png" >
<img style="position: absolute; z-index: 2500" width="15%" src="" id="sticker" >
<div><img src="images/whitepx.png" width="150"><img style="position: fixed; z-index: 3000;" width="3%" src="images/whitepx.png" onmouseover="stickerug()" onclick="changesticker()" onmouseout="stickerugout()"></div>
<a href"javascript
revious()"> </a>
</td></tr>
</table>
</body>
</html>