TITLE>Get Paid To Take Surveys
/*
Check if the humanclick live person code is already on this page...
We split up the words live and person becuse the code here searches for code mentioning this as a single word, and if we dont split it up,
the code detects itself and causes a loop that messes things up. Also we break up the script tags so IE doesnt think we are ending the script there
*/
//Check if hctag exists
hcpos=document.body.innerHTML.indexOf('chat' + 'Script');
//is hcpos -1?
if (hcpos == -1){
//we need to insert the HCtag
internalStatus = "didnt find existing humanclick. inserting...";
document.write(' ' + 'scr' + 'ipt>');
}else{
internalStatus = "found existing humanclick at " + hcpos;
}