// HP Print

function __TABBLO_TPT_LOAD(){
	Tabblo.embedded.sites.SettingsObject.preprocess.apply({Properties:{template:'news'},FixedContent:{'logo':'http://www.urlesque.com/media/logo.gif'},Content:{'pagetitle':{ match: 'css', selector:'h2' }, 'text':{ match: 'css', selector:'div#center div.articleBody', outputTagToo: true, recurse: true }, 'image': { match: 'css', selector:'div#center div.articleBody 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, cntr){
    if (iShow == 1) {
        document.getElementById(cntr).innerHTML = "<p>With HP wireless printers, you could have printed this from any room in the house. Live wirelessly. Print wirelessly.</p>";
        document.getElementById(cntr).style.display = "block";
    } else {
        document.getElementById(cntr).style.display = "none";
    }
}

// set channel specific omniture vars for print

function TrackPDF(){
    var s_265=s_gi('us.urlesque');  // where aolwbwpop is the channel variable for omniture
    s_265.linkTrackVars='none';
    s_265.tl(this,'o','HP Print');   // where 'HP Print' is the name of the custom Omniture item.
}