/// ##### 9FRUITSMEDIA TRACKING SCRIPT V.0.2 ####################### ///>
/// ##### COPYRIGHT (C)2007 9FRUITSMEDIA INC. ALL RIGHTS RESERVED. # ///>
/// ##### DO NOT MODIFY THIS SCRIPT.################################ ///>


var sPath = window.location.pathname;
var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
var code = gup( 'tkcode' );

sPage = "aj_guide.html";

if (code =="")
{
	code = gup2('tkcode');
}
document.write("<img src='http://ad9.9fruits.com/wow_0911/adCheckProc.asp?uk="+code+"&cPname="+sPage+"' width='0' height='0'>");


function gup( name )
{
  name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
  var regexS = "[\\?&]"+name+"=([^&#]*)";
  var regex = new RegExp( regexS );
  var results = regex.exec( window.location.href );
  if( results == null )
    return "";
  else
    return results[1];
}

function gup2( name ){
	try {
		name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
		var regexS = "[\\?&]"+name+"=([^&#]*)";
		var regex = new RegExp( regexS );
		var results = regex.exec( window.top.location.href );
		if( results == null )
			return "";
		else
			return results[1];
	} catch(e) {}
		return "";
}

/// ##### END OF 9FRUITSMEDIA TRACKING SCRIPT ###################### ///>