function search(url) { var qryName = new Array(); var qryValue = new Array(); var toParseArray = new Array(); var camp_str = ''; url = url.substr(url.indexOf("?") + 1); toParseArray = url.split("&"); if (toParseArray.length == 0 && url!="") { toParseArray[0] = url; } for (var i = 0; i < toParseArray.length; i++) { qryName[i] = toParseArray[i].substr(0,toParseArray[i].indexOf("=")).replace(/\+|space/gi," "); qryValue[i] = toParseArray[i].substr(toParseArray[i].indexOf("=")+1).replace(/[+]/g," "); if ("chm" == qryName[i]) { camp_str = "&chm=" + qryValue[i]; } } return camp_str; } function ExtractQryStr() { var camp_str=''; var url = ''; if (null != window.location) { url = window.location.href; } if ('' != url) { camp_str = search(url); } if ('' != camp_str){ return camp_str; } return camp_str; } camp_addon = ExtractQryStr(); function HideStatus() { window.status = "complete" != document.readyState ? "Loading..." : window.defaultStatus; } document.onreadystatechange = HideStatus; var cururl = ''; if (-1 != window.location.href.indexOf("?")) { cururl = window.location.href.substr(0, window.location.href.indexOf("?")); } else { cururl = window.location.href; } var addr = ''; addr = '//' + 'www.templatehelp.com' + '/pr_interface.php?' + 'cols=4&rows=3&sadult=1&sp=2&bgcolor=rgb(255,+255,+255)&types%5B%5D=17&hcategories%5B%5D=15&hcategories%5B%5D=524&hcategories%5B%5D=18&hcategories%5B%5D=19&hcategories%5B%5D=21&hcategories%5B%5D=5&hcategories%5B%5D=416&hcategories%5B%5D=1&hcategories%5B%5D=25&hcategories%5B%5D=26&hcategories%5B%5D=30&hcategories%5B%5D=31&hcategories%5B%5D=32&hcategories%5B%5D=520&hcategories%5B%5D=33&hcategories%5B%5D=34&hcategories%5B%5D=35&hcategories%5B%5D=530&hcategories%5B%5D=36&hcategories%5B%5D=37&hcategories%5B%5D=38&hcategories%5B%5D=7&hcategories%5B%5D=40&hcategories%5B%5D=41&hcategories%5B%5D=42&hcategories%5B%5D=502&hcategories%5B%5D=179&hcategories%5B%5D=45&hcategories%5B%5D=46&hcategories%5B%5D=47&hcategories%5B%5D=48&hcategories%5B%5D=49&hcategories%5B%5D=552&hcategories%5B%5D=50&hcategories%5B%5D=51&hcategories%5B%5D=52&hcategories%5B%5D=53&hcategories%5B%5D=54&hcategories%5B%5D=55&hcategories%5B%5D=526&hcategories%5B%5D=56&hcategories%5B%5D=476&hcategories%5B%5D=62&hcategories%5B%5D=64&hcategories%5B%5D=65&hcategories%5B%5D=66&hcategories%5B%5D=67&hcategories%5B%5D=68&hcategories%5B%5D=486&hcategories%5B%5D=71&hcategories%5B%5D=72&hcategories%5B%5D=73&hcategories%5B%5D=75&hcategories%5B%5D=601&iw=800&ih=680&frname=wptemplates&pr_code=bYnx8AMsg1P25W9fYwOd6zdrHY1GU7' + '&callfrom=' + cururl + camp_addon + '&ref='; addr += '&extref=' + escape(document.referrer); document.write('');