document.write('
ÑÌÎÒÐÈ ÍÀ ÈÍÒÅÐÍÅÒ-ÒÂ |
| ');
/***********************************************
* Flexi Slideshow- © Dynamic Drive (www.dynamicdrive.com)
* This notice must stay intact for use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
var variableslide=new Array()
//variableslide[x]=["path to image", "OPTIONAL link for image", "OPTIONAL text description (supports HTML tags)"]
variableslide[0]=['http://www.invictory.tv/images/tv_noise.gif', 'http://www.invictory.tv/issue2706.html', '']
variableslide[1]=['http://www.invictory.tv/pictures/0000002/_2706.jpg', 'http://www.invictory.tv/issue2706.html', '']
//configure the below 3 variables to set the dimension/background color of the slideshow
var slidewidth='200px' //set to width of LARGEST image in your slideshow
var slideheight='150px' //set to height of LARGEST iamge in your slideshow, plus any text description
var slidebgcolor='#000000'
//configure the below variable to determine the delay between image rotations (in miliseconds)
var slidedelay=1000
////Do not edit pass this line////////////////
var ie=document.all
var dom=document.getElementById
for (i=0;i |