<!--

function animated ()
{  

var newsite1="http://dom.";
var newsite2=window.location.hostname;
//var newsite2=document.domain;
var urlparts = newsite2.split('.');
if (urlparts[0] == "www" ) { 
	var newsite2 = urlparts[1]+"."+urlparts[2]; 
}

if (urlparts[3]) { 
	var newsite2 = newsite2+"."+urlparts[3]; 
}


var finalt=newsite1+newsite2;
document.location=finalt;

  self.focus();


}



function clipart ()
{  

var newsite1="http://totallyfreeclipart.com";
var finalt=newsite1;
document.location=finalt;

  self.focus();


}



function graphics ()
{  

var newsite1="http://www.graphicsfactory.com/cgi-bin/affiliate/clickthru.cgi/momentum";
var finalt=newsite1;
document.location=finalt;

  self.focus();


}



//-->
