
<!--

_version=10;

_version=11;
if (navigator.userAgent.indexOf('Mozilla/3') != -1){
_version=10;}

<!-- here are oas site, page, and random number variables  -->
var oas='http://ads.lubbockonline.com/RealMedia/ads/';
var sitepage = "www.lubbockworks.com/index.html";
var RN = new String (Math.random());
var RNS = RN.substring (2, 11);

<!-- here is the ad insertion function -->
function DisplayAds (position, width, height)
{
var oaspage= sitepage + '/1' + RNS + '@' + position;

if (_version < 11) {
document.write ('<A HREF="' + oas + 'click_nx.ads/'+ oaspage + '" TARGET="_top"><IMG SRC="' + oas + 'adstream_nx.ads/' + oaspage + '" BORDER="0" WIDTH="' + width + '" HEIGHT="' + height + '"></a>');
} else {
document.write ('<SCRIPT LANGUAGE="JavaScript1.1" SRC="' + oas + 'adstream_jx.ads/' + oaspage + '">');
document.write ('\<\!-- --\>');
document.write ('\<\/SCRIPT\>');
document.write ('\<\!-- --\>');
}
}

// -->
