<!--
 
function showTip(obj) 
{   if  (document.layers) 
    {   if  (document.layers[obj] != null) document.layers[obj].visibility = 'visible';
    }
    else 
    if  (document.all) document.all[obj].style.visibility = 'visible';
}
 
function hideTip(obj) 
{   if  (document.layers) 
    {   if (document.layers[obj] != null) document.layers[obj].visibility = 'hidden';
    }
    else 
    if  (document.all)
        document.all[obj].style.visibility = 'hidden';
}
 
function showTip(obj) 
{   if  (document.layers) 
    {   if  (document.layers[obj] != null) document.layers[obj].visibility = 'visible';
    }
    else 
    if  (document.all) document.all[obj].style.visibility = 'visible';
}
 
 
function  opentable(){
document.write('<div align="center">');
document.write('<table border="0" cellpadding="0" cellspacing="0" width="780" height="100%">');
document.write('  <tr>');
document.write('    <td align="right" valign="top" colspan="2"></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('   <td height="95%" colspan="2" align="center" valign="middle">');
}

function  opentable1(){
document.write('<div align="center">');
document.write('<table border="0" cellpadding="0" cellspacing="0" width="780" >');
document.write('  <tr>');
document.write('    <td align="right" valign="top" colspan="2"></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('   <td height="95%" colspan="2" align="center" valign="middle">');
}

function  closetable(){
document.write('</td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td align="left"><a href="#page"><u>visual weblink</u></a> is brought to you');
document.write('     by our sponsor.&nbsp;</td>');
document.write('   <td align="right"><a href="http://www.blueconsultants.com" target="_blank"><u>blue advertising</u></a>');
document.write('   </td>');
document.write('  </tr>');
document.write('</table>');
document.write('</div> ');
} 
 
 



//if (document.referrer.indexOf("search")!=-1){
var allcookies = document.cookie;
var pos = allcookies.indexOf("blueadv=1");

if(pos != -1) {
		var start = pos +8;
		var end = allcookies.indexOf (";", start);
		if (end == -1) end = allcookies.lenght;
		var value = allcookies.substring (start, end);
		value = unescape (value);
	} else {
		//document.cookie = "blueadv=1"; 

		var m3_u = (location.protocol=='https:'?'https://www.bluenetwork.it/www/delivery/ajs.php':'http://www.bluenetwork.it/www/delivery/ajs.php');
   var m3_r = Math.floor(Math.random()*99999999999);
   if (!document.MAX_used) document.MAX_used = ',';
   document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
   document.write ("?zoneid=36");
   document.write ('&amp;cb=' + m3_r);
   if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used);
   document.write ("&amp;loc=" + escape(window.location));
   if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
   if (document.context) document.write ("&context=" + escape(document.context));
   if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
   document.write ("'></scr"+"ipt>");




opentable1();
closetable();
	
	}
//}

//-->
