// *****************************************************************************
// Funciones scripts personalizadas para el modulo
// *****************************************************************************
// -----------------------------------------------------------------------------
testAjax();
setInterval( "testAjax()", 5000 );

// -----------------------------------------------------------------------------
function testAjax() {
  if (!document.phpAds_used) document.phpAds_used = ',';
  phpAds_random = new String (Math.random());
  phpAds_random = phpAds_random.substring(2,11);

  var adress = "http://banner.tiservinet.es/adjs.php?n=" + phpAds_random +
               "&clientid=32&target=_blank"; /*+
               "&exclude=" + document.phpAds_used;*/
  if (document.referrer) adress += "&referer=" + document.referrer;

// http://cgsmalaga.tiservinet.es/index.php?mod=dashboard&exec=randomPubli&publiurl=http://banner.tiservinet.es/adjs.php?n=517055788&clientid=32&target=_blank
//alert('index.php'+'?mod=dashboard&exec=randomPubli&publiurl='+adress);

  new Ajax( 'index.php'+'?mod=dashboard&exec=randomPubli&publiurl='+adress, {
    method: "GET",
    update: "bannersRandom",
    evalScripts: true,
    onComplete: function() {
    }
  }).request();

}

// -----------------------------------------------------------------------------
/*

<object width="220">
<embed width="220" 
allowfullscreen="false" 
allowscriptaccess="always" 
type="application/x-shockwave-flash" 
src="/var/ftp/Colaboraciones/bannerconversia.swf"/>
</object>

*/
