function createVSACookie(name,value,hours) { if (hours) { var date = new Date(); date.setTime(date.getTime()+(hours*60*60*1000)); var expires = "; expires="+date.toGMTString(); } else var expires = ""; document.cookie = name+"="+value+expires+"; path=/"; }
function readVSACookie(name) { var nameEQ = name + "="; var ca = document.cookie.split(';'); for(var i=0;i < ca.length;i++) { var c = ca[i]; while (c.charAt(0)==' ') c = c.substring(1,c.length); if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length); } return null; }
var gx = 0; if (readVSACookie('vsacookie') != null){ gx = 1; }else{ createVSACookie('vsacookie','yes',1); }
var lx = 0;
var ox = 0;
document.write('');
document.write('');
document.write('');
document.write('');
var tb_pathToImage='http://www.stuffenvelopes.co.uk/vsa/thickbox/loadingAnimation.gif';
function DisplayLinkChat(){tb_show('Wait! I have a Special Offer For You ...','http://www.stuffenvelopes.co.uk/vsa/agentfiles/agent.php?cid=19&ip=38.107.191.99&tmd=0&keepThis=true&TB_iframe=true&height=290&width=460','false');lx = 1; gx = 1;}
function DisplayMouseChat(){if(gx==0){ tb_show('Wait! I have a Special Offer For You ...','http://www.stuffenvelopes.co.uk/vsa/agentfiles/agent.php?cid=19&ip=38.107.191.99&tmd=0&keepThis=true&TB_iframe=true&height=290&width=460','false'); gx = 1;}}
function DisplayChat(){if(gx==0){tb_show('Wait! I have a Special Offer For You ...','http://www.stuffenvelopes.co.uk/vsa/agentfiles/agent.php?cid=19&ip=38.107.191.99&tmd=0&keepThis=true&TB_iframe=true&height=290&width=460','false');gx=1;var m = ">>>>>>>>>>>>>> WAIT WAIT WAIT <<<<<<<<<<<<<<<\n\nA virtual agent would like to talk to you about\na special *OFFER*. Simply click the (Cancel)\nbutton to get your special offer!\n";return m;}}
function DisableVSAChat(){gx=1;}
window.onload = function(){var a = document.getElementsByTagName('A'); for (var i=0;i