<!--
// Copyright (c) 2006-08 Easy2.com, Inc. All rights reserved.

// The "document.write" code below can be changed to a <div> or <td> if needed, BUT MAKE SURE THE ID IS NOT CHANGED.
// You can also add a default value or placeholder image within the tag.
// Remember, the placeholder within the tag will be replaced by a demo button(s) IF a matching demo exists.

document.write('<span id=\"easy2Container_abcw_175\"></span>');
//document.write('<div id=\"easy2Container_abcw_175\"></div>');
//document.write('<td id=\"easy2Container_abcw_175\"></td>');


// *********************************************************************************************************************
// ***************************************Do not change the code below this line.***************************************
// *********************************************************************************************************************

function easy2AppendJavaScript(easy2IncludeID) {
	var e2_url = 'http://includes.easy2.com/dyna_includes2/actions/index.asp';
	var this_script = document.getElementById('easy2Script_' + easy2IncludeID);
	var this_url = easy2CurrentURL();
	
	if(easy2IncludeID.indexOf('_') != -1) {
		e2_url += '?e2__dyna_include_pid=' + easy2IncludeID.split('_')[1];
		e2_url += '&e2__dyna_include_host=' + easy2IncludeID.split('_')[0];
		e2_url += '&e2__dyna_include_url=' + escape(this_url);
		
		if(this_script && this_script.src && this_script.src != '') {
			var arrURL = this_script.src.split('?');  
			if(arrURL.length > 1) e2_url += '&' + arrURL[1];
		};
		
		var objHead = document.getElementsByTagName('head');
		
		if(objHead.length > 0) {		
			var objScript = document.createElement('script');
			objScript.language = 'javascript';
			objScript.type = 'text/javascript';
			objScript.src = e2_url;
			objHead[0].appendChild(objScript);
		};
	};
};

function easy2CurrentURL() {
	var thisURL = window.location.href.toString();
	var arrURL = thisURL.split('?');
	var thisURL = unescape(arrURL[0]);
	if(arrURL.length > 1) thisURL += '?' + arrURL[1];
	return thisURL;
}

function easy2SuperEventAdd( obj, type, fn ) {
	if (obj.addEventListener) {
		obj.addEventListener( type, fn, false );
	} else if (obj.attachEvent) {
		obj['e' + type + fn] = fn;
		obj[type + fn] = function() { obj['e' + type + fn]( window.event ); }
		obj.attachEvent( 'on'+type, obj[type + fn] );
	} else {
		obj['on' + type] = obj['e' + type + fn];
	};
};

easy2SuperEventAdd(window, 'load', function(e) {easy2AppendJavaScript('abcw_175');});
//-->
