fff = (window.onload)? new String(window.onload).replace(/\n/gi,"").replace(/(function[\w\s\(\)]+\{)([^\}$]+)\}$/gi,"$2"):""; window.onload = new Function( fff + ";" + linkdata() ); function linkdata() { pvc(); for (i=0; i=5) f_flash = "Y"; } else if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) { // Assume any Windows IE except for Windows 3.1 supports the OBJECT tag f_flash = "Y"; } var ssize = screen.width + "X"+ screen.height;// display size var scolor = screen.colorDepth;// display depth var rurl = document.referrer;// referer rurl = rurl.replace(/&/g,"%26"); if(rurl === undefined){ var rurl = ""; } // get encode if(document.all){ // for IE var charset = (document.charset); }else{ // not IE var charset = (document.characterSet); } // get id for media var mid = getLocationValue("lpomid"); if (mid === undefined) { mid = ""; } var src = "http://track.chameleon-analyzer.com/collection/accesslog.php?" + "ref=" + rurl + "&sid=2gKeB5dS&charset=" + charset + "&mid=" + mid + "&ssize=" + ssize + "&scolor=" + scolor + "&js=1"; document.write(''); } function hitCount(NO,ID,NAME,HREF) { NO++; if(ID == "null" || ID == '') ID = "not"; if(NAME == "null" || NAME == '') NAME = "not"; bbb = new Image; // bbb.src = "http://track.chameleon-analyzer.com/collection/click.php?flag=click&sid=2gKeB5dS&ref="+document.location+"&lno="+NO+"&lid="+ID+"&lname="+NAME+"&url="+HREF+"&title="+document.title; } /** * get value from url param */ function getLocationValue(param) { var value = ''; if (location.search.length > 1) { var m_Array = location.search.substr(1).split("&"); for (index in m_Array) { var tmp_array = m_Array[index].split("="); if(tmp_array.length > 0){ if(tmp_array[0] == param){ alert(tmp_array[1]); return tmp_array[1]; } } } return value; } }