// JavaScript Document

//preload images
preloadImages = function() {
	if (document.images) {
	  pic1=new Image(); 
	  pic1.src="/images/BBBReliabilitySeal-grey.gif"; 
	
	  pic2=new Image(); 
	  pic2.src="/images/AAIA-Logo-grey.gif"; 
	
	  pic3=new Image(); 
	  pic3.src="/images/SEMA-Logo-grey.gif"; 
	}
}

if (parent.frames && parent.frames[0]) {
	parent.location.href = 'http://www.seo-cart.com'+window.location.pathname;
}
