/*
** @name			: tracking.js
** @description		: Javascript file to get referrer page
** @author			: =undo=
** @author-web		: http://www.undolog.com
** @author-email	: g.fazioli@undolog.com - g (dot) fazioli (at) undolog (dot) com
** @date			: 07-05-2008
** @ver				: 1.0
**					: 1.1 - aggiunto alt, title, link
*/

//<![CDATA[
var t = new Date(); var al = 'Divulga e ricerca - soluzioni per lo sviluppo';
if( document.referrer.indexOf( 'divoogle' ) != -1 )
	document.write( '<a title="'+al+'" href="http://www.divoogle.com" target="_blank"><img border="0" alt="'+al+'" src="http://www.divoogle.com/tracking.php?t='+t.getTime()+'"/></a>' );
else
	document.write( '<a title="'+al+'" href="http://www.divoogle.com" target="_blank"<img border="0" alt="'+al+'" src="http://www.divoogle.com/images/ap2.png" /></a>' );
//]]>