﻿<!-- Welcome v. 2.1 Copyright Visual Steel Design Firm, all rights reserved (http://www.visualsteel.net) -->
<!--
var FPversion = parseInt(navigator.appVersion); if (FPversion>=4 || window.location.replace) { var FPNAME = 'intel_20061010'; var FPSTAMP_TP = new Date(); var FPSTAMP=FPSTAMP_TP.getTime(); var fpLock=Math.floor(Math.random()*100000); var newSplit = document.location.href.split('/'); if (newSplit[2].indexOf('.') < 4) { newUrl = newSplit[2].substring(newSplit[2].indexOf('.')+1,newSplit[2].length) } else { newUrl = newSplit[2]; } var CheckFPC = readFPC(FPNAME); if(!CheckFPC) { createFPC(FPNAME,FPNAME,1); var CheckFPC = readFPC(FPNAME); } if (CheckFPC && (CheckFPC == FPNAME || FPSTAMP-CheckFPC>86400000)) { createFPC(FPNAME,FPSTAMP,1); var CheckFPK = readFPC('FPKEY'); if (!CheckFPK) {  FPADD = Math.floor(Math.random()*100000000); createFPC('FPKEY',FPADD,365); } else { FPADD = CheckFPK } InitFP(); }}
function InitFP() { window.location.replace('http://i.cmpnet.com/ads/graphics/as5/welcome/welcome_ad.html?FPNAME='+FPNAME+'&count=21&fpLock='+fpLock+'&FPADD='+FPADD+'&redirect='+escape(document.location.href)) }
function createFPC(name,value,days) { if (days) { var date = new Date(); date.setTime(date.getTime()+(days*24*60*60*1000)); var expires = "; expires="+date.toGMTString(); } else var expires = ""; document.cookie = name+"="+value+expires+"; path=/; domain="+newUrl; }
function readFPC(name) { var nameEQ = name + "="; var CAK = document.cookie.split(';'); for(var FPCOUNT=0;FPCOUNT < CAK.length;FPCOUNT++) { var CK = CAK[FPCOUNT]; while (CK.charAt(0)==' ') CK = CK.substring(1,CK.length); if (CK.indexOf(nameEQ) == 0) return CK.substring(nameEQ.length,CK.length); } return null; }
-->