18,19c18
< //if (eregi($viapm, $title)) {
< if (preg_match('/' . $viapm . '/i', $title)) {
---
> if (eregi($viapm, $title)) {
34c33
< $allselbits="
';
---
> $allselbits="
';
42c41
< $allselbits="
';
---
> $allselbits="
';
45c44
< } else { // got here via .htaccess in http://www.rjmprogramming.com.au/itnewblog/match/ web server directory
---
> } else { // got here via .htaccess in http://www.rjmprogramming.com.au/itblog/match/ web server directory
56c55
< if (document.URL.indexOf('/itnewblog/match/') != -1) {
---
> if (document.URL.indexOf('/itblog/match/') != -1) {
130c129
< pmval=document.URL.split('/itnewblog/match/')[1].split('#')[0];
---
> pmval=document.URL.split('/itblog/match/')[1].split('#')[0];
141c140
< location.href='http://www.rjmprogramming.com.au/itnewblog/match/mapper.php?pm=' + encodeURIComponent(pmval);
---
> location.href='http://www.rjmprogramming.com.au/itblog/match/mapper.php?pm=' + encodeURIComponent(pmval);