function __TABBLO_TPT_LOAD(){
	Tabblo.embedded.sites.SettingsObject.preprocess.apply({Properties:{template:'seedacademy'},FixedContent:{'logo':'http://www.blogsmithmedia.com/academy.seed.com/media/academy_print_logo.jpg'},Content:{'pagetitle':{ match: 'css', selector:'h1' }, 'text':{ match: 'css', selector:'.postContent', outputTagToo: true, recurse: true }, 'image': { match: 'css', selector:'.postContent img', nodeContentType: 'image' }} }, []); Tabblo.embedded.printabulous();
}

function MakePDF() { var tpS = document.createElement('script');tpS.setAttribute('type','text/javascript');tpS.setAttribute('charset','utf-8'); tpS.setAttribute('src','http://h30405.www3.hp.com/edit/tptboot/1.0');document.getElementsByTagName('body').item(0).appendChild(tpS);}
function pdfPrint(url){MakePDF();}
function showHpPop(iShow){
    if (iShow == 1) {
        document.getElementById("hpPopCnt").innerHTML = "<p>With HP wireless printers, you could have printed this from any room in the house. Live wirelessly. Print wirelessly.</p>";
        document.getElementById("hpPopCnt").style.display = "block";
    } else {
        document.getElementById("hpPopCnt").style.display = "none";
    }
}

function getBio(id,height){
	if(height==44){
		document.getElementById("bloggerBio"+id).style.height = document.getElementById("bloggerPar"+id).offsetHeight+"px";
		document.getElementById("bioBox"+id).style.height = 460+"px"; 
		document.getElementById("moreBio"+id).className = "moreBioUp"; 
	}else{ 
		document.getElementById("bloggerBio"+id).style.height = 44+"px";
		document.getElementById("bioBox"+id).style.height = 176+"px"; 
		document.getElementById("moreBio"+id).className = "moreBioDown"; 
	}
}

function checkEmptyBio(id){
	if((document.getElementById("portrait"+id).src==document.location) || (document.getElementById("portrait"+id).src=="http://qa.sandbox.insidemovies.moviefone.com/")){
		document.getElementById("portrait"+id).src="http://o.aolcdn.com/dims-commerce/dims/MOVS/1/132/176/75/http://www.aolcdn.com/ch_movies/no_image_125x186";
	}
	
	if(document.getElementById("bloggerPar"+id).innerHTML==''){
		document.getElementById("bloggerBio"+id).style.display="none";
		document.getElementById("moreBio"+id).style.display="none";
	}
}