imgPath = new Array;
SiClickGoTo = new Array;
if (document.images)
	{
	i0 = new Image;
	i0.src = 'img/pub/wc2010.jpg';
	SiClickGoTo[0] = "http://orlovi-forum.com/forum/showthread.php?22550-O%F9-partez-vous-en-vacances-cet-%E9t%E9-(2010)";
	imgPath[0] = i0.src;
	i1 = new Image;
	i1.src = 'img/pub/yuragan.jpg';
	SiClickGoTo[1] = "http://orlovi-forum.com/forum/showthread.php?22427-Recherche-pour-le-Koncert-pop-rock-grupe-yuragan";
	imgPath[1] = i1.src;
	}
a = 0;
function ejs_img_fx(img)
	{
	if(img && img.filters && img.filters[0])
		{
		img.filters[0].apply();
		img.filters[0].play();
		}
	}

function StartAnim()
	{
	if (document.images)
		{
		document.write('<A HREF="code/argumentaire.php" onClick="ImgDest();return(false)"><IMG SRC="http://www.orlovi.com/img/pub/orlovi.jpg" BORDER=0 ALT="Plus de détails, cliquez ! " NAME=defil style="filter:progid:DXImageTransform.Microsoft.Pixelate(MaxSquare=10,Duration=1)"></A>');
		defilimg()
		}
	else
		{
		document.write('<A HREF="code/argumentaire.php"><IMG SRC="http://www.orlovi.com/img/pub/orlovi.jpg" BORDER=0></A>')
		}
	}
function ImgDest()
	{
	document.location.href = SiClickGoTo[a-1];
	}
function defilimg()
	{
	if (a == 2)
		{
		a = 0;
		}
	if (document.images)
		{
		ejs_img_fx(document.defil)
		document.defil.src = imgPath[a];
		tempo3 = setTimeout("defilimg()",5800);
		a++;
		}
	}
