function popitup(url) {
	newwindow=window.open(url,'name','height=550,width=370,resizable=no,scrollbars=no,location=no');
	if (window.focus) {newwindow.focus()}
	return false;
}

var colArray= new Array ("c2beff","5746ff","c300c2","2a82ff","53c0ff","c2beff","4fc752","cccc66","66cccc","666699","6633cc","ff6666","999999","006666","336600","99ffff","00ff33","ccccff","99cc66","0033ff","009999","40a9a9","9999ff");
var counter = 0;
jQuery(document).ready(function() {
	if(!jQuery.fontAvailable("EloquentJF-Regular")) {
	      Cufon.replace(".aside h3")
	    };
	
jQuery("#main").highlight("James", {className: "james"});
jQuery("#main").highlight("Stephanie", {className: "stephanie"}); 
jQuery("#main").highlight("Steph", {className: "stephanie"});
jQuery("#logo-image img").mousemove(function() {
counter++   
if (!(counter < colArray.length)){
	counter = 0;
}
var col = "#"+colArray[counter];
jQuery(this).animate({"backgroundColor": col},1200);
}).mouseleave(function(){
	jQuery(this).stop(true); 
})
});
