

function getCookieVal (offset) 

   {

   var endstr = document.cookie.indexOf (";", offset);

   if (endstr == -1)

      endstr = document.cookie.length;

   return unescape(document.cookie.substring(offset, endstr));

   }

function GetCookie (name) 

   {

   var arg = name + "=";

   var alen = arg.length;

   var clen = document.cookie.length;

   var i = 0;

   while (i < clen) 

      {

      var j = i + alen;

      if (document.cookie.substring(i, j) == arg)

         return getCookieVal (j);

      i = document.cookie.indexOf(" ", i) + 1;

      if (i == 0) 

         break; 

      }

   return null;

   }

function SetCookie (name, value) 

   {

   var argv = SetCookie.arguments;

   var argc = SetCookie.arguments.length;

   var expires = (2 < argc) ? argv[2] : null;

   var path = (3 < argc) ? argv[3] : null;

   var domain = (4 < argc) ? argv[4] : null;

   var secure = (5 < argc) ? argv[5] : false;

   document.cookie = name + "=" + escape (value) +

     ((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +

     ((path == null) ? "" : ("; path=" + path)) +

     ((domain == null) ? "" : ("; domain=" + domain)) +

        ((secure == true) ? "; secure" : "");

   }



   var expdate = new Date();

   var visit;

   // Set expiration date to a year from now.

   expdate.setTime(expdate.getTime() +  (24 * 60 * 60 * 1000 * 365)); 

   if(!(visit = GetCookie("visit"))) 

      visit = 0;

   visit++;

   SetCookie("visit", visit, expdate, "/", null, false);

   var message;
   
     if (visit % 2 ==1) {
		 
document.write("<table width='780' border='0' cellspacing='0' cellpadding='0'>");
document.write("<tr>");
document.write("<td width='539' rowspan='3'><a href='fvc/index.htm'><img src='images/rotate/pi12_L1.jpg' alt='How Download! Fox Video Converter' width='354' height='236' border='0'></a><a href='fvc/'><img src='images/rotate/pi12_L2.jpg' alt='New! Fox Video Converter' width='185' height='236' border='0'></a></td>");
document.write("<td width='241'><a href='download/' onMouseOver=\"MM_swapImage('Image11','','images/rotate/pi12_r1_over.gif',1)\" onMouseOut='MM_swapImgRestore()'><img src='images/rotate/pi12_r1.gif' alt='Hot Downloading - Learn More' name='Image11' width='241' height='78' border='0' id='Image11'></a></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td><a href='purchase/' onMouseOver=\"MM_swapImage('Image12','','images/rotate/pi12_r2_over.gif',1)\" onMouseOut='MM_swapImgRestore()'><img src='images/rotate/pi12_r2.gif' alt='FoxEasy Store - Learn More' name='Image12' width='241' height='79' border='0' id='Image12'></a></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td><a href='company/contact.htm' onMouseOver=\"MM_swapImage('Image13','','images/rotate/pi12_r3_over.gif',1)\" onMouseOut='MM_swapImgRestore()'><img src='images/rotate/pi12_r3.gif' alt='Contact - Learn More' name='Image13' width='241' height='79' border='0' id='Image13'></a></td>");
document.write("</tr>");
document.write("</table>");


	   }
   
 
          
	  if (visit % 2 ==0) {
	   
document.write("<table width='780' border='0' cellspacing='0' cellpadding='0'>");
document.write("<tr>");
document.write("<td width='539' rowspan='3'><a href='fvc/'><img src='images/rotate/pi12_L1.jpg' alt='New! Fox Video Converter' width='354' height='236' border='0'></a><a href='fvc/'><img src='images/rotate/pi12_L2.jpg' alt='New! Fox Video Converter' width='185' height='236' border='0'></a></td>");
document.write("<td width='241'><a href='download/' onMouseOver=\"MM_swapImage('Image11','','images/rotate/pi12_r1_over.gif',1)\" onMouseOut='MM_swapImgRestore()'><img src='images/rotate/pi12_r1.gif' alt='Hot Downloading - Learn More' name='Image11' width='241' height='78' border='0' id='Image11'></a></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td><a href='purchase/' onMouseOver=\"MM_swapImage('Image12','','images/rotate/pi12_r2_over.gif',1)\" onMouseOut='MM_swapImgRestore()'><img src='images/rotate/pi12_r2.gif' alt='FoxEasy Store - Learn More' name='Image12' width='241' height='79' border='0' id='Image12'></a></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td><a href='company/contact.htm' onMouseOver=\"MM_swapImage('Image13','','images/rotate/pi12_r3_over.gif',1)\" onMouseOut='MM_swapImgRestore()'><img src='images/rotate/pi12_r3.gif' alt='Contact - Learn More' name='Image13' width='241' height='79' border='0' id='Image13'></a></td>");
document.write("</tr>");
document.write("</table>");



	} 
