﻿
function popUp()
{
 window.open('https://siteseal.quovadisglobal.com/default.aspx?cn=www.createandcraft.tv','popUp','toolbar=no,resizable=yes,scrollbars=yes,location=yes,dependent=yes,status=0,alwaysRaised=yes,left=300,top=200,width=655,height=575')
 return false;
} 

var EVIMGHOST = "https://evupdate.quovadisglobal.com/images";
var NONEVIMGHOST = "http://evupdate.quovadisglobal.com/images";
var IMGARRAY = new Array();

IMGARRAY[0] = 'blank.gif' //blank 1 x 1 transparent image
IMGARRAY[1] = 'quovadis_130x54.gif'
IMGARRAY[2] = 'quovadis_115x48.gif'
IMGARRAY[3] = 'quovadis_110x46.gif' 

var ver=-1;
if (navigator.appName == 'Microsoft Internet Explorer')
{
     var ua = navigator.userAgent;
     var re  = new RegExp("MSIE ([0-9]{1,}[\.0-9]{0,})");
     if (re.exec(ua) != null)
         ver = parseFloat( RegExp.$1 );
} 

try
{
 document.write('<a href=""><img src="'+((ver >= 7.0)?EVIMGHOST:NONEVIMGHOST)+'/'+IMGARRAY[3]+'" border="0" onclick="return popUp();"></a>');
}
catch (e)
{
}
