// ==============================================

// Copyright 2004 by CodeLifter.com

// Free for all; but please leave in this header.

// ==============================================



var Quotation=new Array() // do not change this!



Quotation[0] = "<a href='http://www.awood.cl/es/noticias/2008/06/la_buena_vida.html'><img src='home-foto/la-buena-vida.jpg' border='0' /></a>";





// ======================================

// Do not change anything below this line

// ======================================

var Q = Quotation.length;

var whichQuotation=Math.round(Math.random()*(Q-1));

function showQuotation(){document.write(Quotation[whichQuotation]);}

showQuotation();

