Ok, I dunno if this is what you wanted.
Lines 12-16
Code:
href="http://www.jelsoft.com/">Jelsoft Enterprises Limited</a></font></p>
<script language="Javascript">
if ('2.2.2' < vb_version) {
document.write("<div align=\"center\" class=\"tblhead\"
Lines 162-166
Code:
<p align="center"><font size='1'>?2000,2001 Jelsoft Enterprises Ltd.<br>
<script language="JavaScript">
if ('2.2.2'==vb_version) {
document.write("You are running the latest version of vBulletin (<a
href=\"http://vbulletin.com/forum/showthread.php?postid="+vb_announcementid+"\">"+vb_version+"</a>)");
Exact Line 15
Code:
if ('2.2.2' < vb_version) {
Exact Line 164
Code:
if ('2.2.2'==vb_version) {
(By the way, the vb version I am running is 2.2.2)