function findKookey(name)
{
      var blame=name+'='
      var dk=document.cookie
      if(dk.length>0)
      {
            beabin=dk.indexOf(blame)
            if(beabin!=-1)
            {
                  beabin+=blame.length
                  end=dk.indexOf(';', beabin)
                  if(end==-1)
                        end=dk.length
                  return unescape(dk.substring(beabin,end))
            }
      }
}
function breedKookey(name,value)
{
      var expire=new Date()
      expire.setTime(expire.getTime()+(12*60*60*1000))
      document.cookie=name+'='+escape(value)+';path=/'+((expire==null)?'':';expires='+expire.toGMTString())
}


      var visit=findKookey('NUM_OF_VISITS')
      if(!visit) visit=0
      ++visit
      breedKookey('NUM_OF_VISITS',visit)
	 
	
     if ((visit % 7) == 2)
     {
		document.write('<SCRIPT LANGUAGE="JavaScript" src="http://www.quotesandpoem.com/commonitems/cm-popunder.js"></script>'); 
	 }
     if ((visit % 7) == 4)
     {
		document.write('<SCRIPT LANGUAGE="JavaScript" src="http://www.quotesandpoem.com/commonitems/vc-popunder.js"></script>'); 
	 }
	 
//     if ((visit % 10) == 7)
//     {
//		document.write('<SCRIPT LANGUAGE="JavaScript" src="http://www.quotesandpoem.com/commonitems/vc-invue.js"></script>'); 
//	 }
	 

		
//-->


