Enter Domain Name:
2012graphics.com: [> :: 2012GRAPHICS.com :: web & graphic design :: music production :: film post production ::   a world more ::  
		 <!--
CSStopExecution = false;
CSInit = new Array;
function CSScriptInit() {
if(typeof(skipPage) != "undefined") { if(skipPage) return; }
idxArray = new Array;
for(var i=0;i<CSInit.length;i  )
	idxArray[i] = i;
CSAction2(CSInit, idxArray);
}
CSAg = window.navigator.userAgent; CSBVers = parseInt(CSAg.charAt(CSAg.indexOf("/") 1),10);
function IsIE() { return CSAg.indexOf("MSIE") >  0;}
function CSIEStyl(s) { return document.all.tags("div")[s].style; }
function CSNSStyl(s) { return CSFindElement(s,0); }
function CSFindElement(n,ly) { if (CSBVers < 4) return document[n];
	var curDoc = ly ? ly.document : document; var elem = curDoc[n];
	if (!elem) { for (var i=0;i<curDoc.layers.length;i  ) {
		elem = CSFindElement(n,curDoc.layers[i]); if (elem) return elem; }}
	return elem;
}
function CSClickReturn () {
	var bAgent = window.navigator.userAgent; 
	var bAppName = window.navigator.appName;
	if ((bAppName.indexOf("Explorer") > = 0) && (bAgent.indexOf("Mozilla/3") > = 0) && (bAgent.indexOf("Mac") > = 0))
		return true; // dont follow link
	else return false; // dont follow link
}
function CSButtonReturn () {
	var bAgent = window.navigator.userAgent; 
	var bAppName = window.navigator.appName;
	if ((bAppName.indexOf("Explorer") > = 0) && (bAgent.indexOf("Mozilla/3") > = 0) && (bAgent.indexOf("Mac") > = 0))
		return false; // follow link
	else return true; // follow link
}
CSIm = new Object();
function CSIShow(n,i) {
	if (document.images) {
		if (CSIm[n]) {
			var img = (!IsIE()) ? CSFindElement(n,0) : document[n];
			if (img && typeof(CSIm[n][i].src) != "undefined") {img.src = CSIm[n][i].src;}
			if(i != 0)
				self.status = CSIm[n][3];
			else
				self.status = " ";
			return true;
		}
	}
	return false;
}
function CSILoad(action) {
	im = action[1];
	if (document.images) {
		CSIm[im] = new Object();
		for (var i=2;i<5;i  ) {
			if (action[i] != '') { CSIm[im][i-2] = new Image(); CSIm[im][i-2].src = action[i]; }
			else CSIm[im][i-2] = 0;
		}
		CSIm[im][3] = action[5];
	}
}
CSStopExecution = false;

function CSAction(array) { 
	return CSAction2(CSAct, array);
}
function CSAction2(fct, array) { 
	var result;
	for (var i=0;i<array.length;i  ) {
		if(CSStopExecution) return false; 
		var actArray = fct[array[i]];
		if(actArray == null) return false; 
		var tempArray = new Array;
		for(var j=1;j<actArray.length;j  ) {
			if((actArray[j] != null) && (typeof(actArray[j]) == "object") && (actArray[j].length == 2)) {
				if(actArray[j][0] == "VAR") {
					tempArray[j] = CSStateArray[actArray[j][1]];
				}
				else {
					if(actArray[j][0] == "ACT") {
						tempArray[j] = CSAction(new Array(new String(actArray[j][1])));
					}
				else
					tempArray[j] = actArray[j];
				}
			}
			else
				tempArray[j] = actArray[j];
		}			
		result = actArray[0](tempArray);
	}
	return result;
}
CSAct = new Object;

// -->  <!--
CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'Button',/*URL*/'images/nav_web01.png',/*URL*/'images/nav_web02.png',/*URL*/'','');
CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'Button2',/*URL*/'images/nav_print01.png',/*URL*/'images/nav_print02.png',/*URL*/'','');
CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'Button3',/*URL*/'images/nav_video01.png',/*URL*/'images/nav_video02.png',/*URL*/'','');
CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'Button4',/*URL*/'images/nav_audio01.png',/*URL*/'images/nav_audio02.png',/*URL*/'','');
CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'Button5',/*URL*/'images/nav_resume01.png',/*URL*/'images/nav_resume02.png',/*URL*/'','');
CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'Button6',/*URL*/'images/nav_history01.png',/*URL*/'images/nav_history02.png',/*URL*/'','');
CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'Button7',/*URL*/'images/nav_contact01.png',/*URL*/'images/nav_contact02.png',/*URL*/'','');

// -->  
		<!--
a { color: #bb0000; text-decoration: none }
a:hover { color: #bb0000; text-decoration: underline }
body {
	background: url(images/bg01.jpg) center;
	background-image: url(images/bg002.jpg);
}.style1 {
	font-size: 14px;
	font-weight: bold;
}
.style2 {color: #7C0104}
-->

[> :: 2012GRAPHICS.com :: web & graphic design :: music production :: film post production :: a world more :: <!-- CSStopExecution = false; CSInit = new Array; function CSScriptInit() { if(typeof(skipPage) != "undefined") { if(skipPage) return; } idxArray = new Array; for(var i=0;i<CSInit.length;i ) idxArray[i] = i; CSAction2(CSInit, idxArray); } CSAg = window.navigator.userAgent; CSBVers = parseInt(CSAg.charAt(CSAg.indexOf("/") 1),10); function IsIE() { return CSAg.indexOf("MSIE") > 0;} function CSIEStyl(s) { return document.all.tags("div")[s].style; } function CSNSStyl(s) { return CSFindElement(s,0); } function CSFindElement(n,ly) { if (CSBVers < 4) return document[n]; var curDoc = ly ? ly.document : document; var elem = curDoc[n]; if (!elem) { for (var i=0;i<curDoc.layers.length;i ) { elem = CSFindElement(n,curDoc.layers[i]); if (elem) return elem; }} return elem; } function CSClickReturn () { var bAgent = window.navigator.userAgent; var bAppName = window.navigator.appName; if ((bAppName.indexOf("Explorer") > = 0) && (bAgent.indexOf("Mozilla/3") > = 0) && (bAgent.indexOf("Mac") > = 0)) return true; // dont follow link else return false; // dont follow link } function CSButtonReturn () { var bAgent = window.navigator.userAgent; var bAppName = window.navigator.appName; if ((bAppName.indexOf("Explorer") > = 0) && (bAgent.indexOf("Mozilla/3") > = 0) && (bAgent.indexOf("Mac") > = 0)) return false; // follow link else return true; // follow link } CSIm = new Object(); function CSIShow(n,i) { if (document.images) { if (CSIm[n]) { var img = (!IsIE()) ? CSFindElement(n,0) : document[n]; if (img && typeof(CSIm[n][i].src) != "undefined") {img.src = CSIm[n][i].src;} if(i != 0) self.status = CSIm[n][3]; else self.status = " "; return true; } } return false; } function CSILoad(action) { im = action[1]; if (document.images) { CSIm[im] = new Object(); for (var i=2;i<5;i ) { if (action[i] != '') { CSIm[im][i-2] = new Image(); CSIm[im][i-2].src = action[i]; } else CSIm[im][i-2] = 0; } CSIm[im][3] = action[5]; } } CSStopExecution = false; function CSAction(array) { return CSAction2(CSAct, array); } function CSAction2(fct, array) { var result; for (var i=0;i<array.length;i ) { if(CSStopExecution) return false; var actArray = fct[array[i]]; if(actArray == null) return false; var tempArray = new Array; for(var j=1;j<actArray.length;j ) { if((actArray[j] != null) && (typeof(actArray[j]) == "object") && (actArray[j].length == 2)) { if(actArray[j][0] == "VAR") { tempArray[j] = CSStateArray[actArray[j][1]]; } else { if(actArray[j][0] == "ACT") { tempArray[j] = CSAction(new Array(new String(actArray[j][1]))); } else tempArray[j] = actArray[j]; } } else tempArray[j] = actArray[j]; } result = actArray[0](tempArray); } return result; } CSAct = new Object; // --> <!-- CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'Button',/*URL*/'images/nav_web01.png',/*URL*/'images/nav_web02.png',/*URL*/'',''); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'Button2',/*URL*/'images/nav_print01.png',/*URL*/'images/nav_print02.png',/*URL*/'',''); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'Button3',/*URL*/'images/nav_video01.png',/*URL*/'images/nav_video02.png',/*URL*/'',''); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'Button4',/*URL*/'images/nav_audio01.png',/*URL*/'images/nav_audio02.png',/*URL*/'',''); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'Button5',/*URL*/'images/nav_resume01.png',/*URL*/'images/nav_resume02.png',/*URL*/'',''); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'Button6',/*URL*/'images/nav_history01.png',/*URL*/'images/nav_history02.png',/*URL*/'',''); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'Button7',/*URL*/'images/nav_contact01.png',/*URL*/'images/nav_contact02.png',/*URL*/'',''); // --> <!-- a { color: #bb0000; text-decoration: none } a:hover { color: #bb0000; text-decoration: underline } body { background: url(images/bg01.jpg) center; background-image: url(images/bg002.jpg); }.style1 { font-size: 14px; font-weight: bold; } .style2 {color: #7C0104} -->

Tags: 2012graphics, div, shirt, new, url, dan, images, conan, immortal, shooting, war, science, return, var, csinit, gtc, channel, brink, spotting, seen, technique, array, png, nav, obrien, actarray, length, function, csim, csiload, indexof, pro, brien, document, false, button, cmp, elem, graphics, temparray,

2012graphics.com

Content Revalency: Title: 4.65%   Description: 0.00%   Keywords: 0.00%  |  Document size: 21,909 bytes
More info: Whois - Trace Route - RBL Check
2012GRAPHICS.COM - Site Location
Country/Flag US United States
City/Region/Zip Code Burlington, Massachusetts, 01803
Organization The Endurance International Group
Internet Service Provider The Endurance International Group
2012GRAPHICS.COM - Domain Information
Domain 2012GRAPHICS.COM   [ Traceroute  RBL/DNSBL lookup ]
Registrar GoDaddy.com, LLC
Whois server whois.verisign-grs.com
Created 12-Jun-2001
Updated 13-May-2017
Expires --
Time Left 0 days 0 hours 0 minutes
Status clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited clientRenewProhibited https://icann.org/epp#clientRenewProhibited clientTransferProhibited https://icann.org/epp#clientTransferProhibited clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
DNS servers NS1.PANOPTICARTIFEX.COM   184.173.252.159
NS2.PANOPTICARTIFEX.COM   50.116.64.160
2012GRAPHICS.COM - DNS Information
IP Address 65.254.248.150 ~ Whois - Trace Route - RBL Check
Domain Name Servers ns2.fatcow.com   65.254.254.101
ns1.fatcow.com   65.254.254.100
Mail Exchange mx.2012graphics.com  
Site Response Header
Response HTTP/1.1 200 OK
Server Apache/Nginx/Varnish
Date Wed, 06 Apr 2011 21:33:07 GMT
Content-Type text/html