maggtz
MiRSS.xml
body { background-color: #9999FF; } body, td, th { color: #330033; } h1 { color: #333333; } h2 { color: #666699; } h3 { color: #993399; } h6 { color: #333366;
| ©2001 Lorem Ipsum Dolar Sic Amet • Consectetur | Lorum • Ipsum • Dolar • Sic Amet • Consectetur |
//
//
// SCRIPT Example:
// var mySlideList1 = ['image1.gif', 'image2.gif', 'image3.gif'];
// var mySlideShow1 = new SlideShow(mySlideList1, 'slide1', 3000, "mySlideShow1");
// var mySlideList2 = ['image4.gif', 'image5.gif', 'image6.gif'];
// var mySlideShow2 = new SlideShow(mySlideList2, 'slide2', 1000, "mySlideShow2");
function SlideShow(slideList, image, speed, name)
{
this.slideList = slideList;
this.image = image;
this.speed = speed;
this.name = name;
this.current = 0;
this.timer = 0;
}
SlideShow.prototype.play = SlideShow_play;
function SlideShow_play()
{
with(this)
{
if(current++ == slideList.length-1) current = 0;
switchImage(image, slideList[current]);
clearTimeout(timer);
timer = setTimeout(name+'.play()', speed);
}
}
Example: preloadImages('file.gif', 'http://www.x.com/y.gif');
function preloadImages()
{
if(document.images)
{
if(!document.imageArray) document.imageArray = new Array();
var i,j = document.imageArray.length, args = preloadImages.arguments;
for(i=0; iHoy habia 1 visitantes (1 clics a subpáginas) ¡Aqui en esta página!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1
!!!!!
]>
Untitled Document
function printPage() { print(document); }
