function PrintArticle()
{
	printWindow = window.open( "", "printWindow", "status=1, height=480, width=640, resizable=0, scrollbars=1" )
	printWindow.document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Retail Intel | Bazaar Notes :: ' + document.getElementById("content_header_bazaar_notes").innerHTML + '</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta name="keywords" content="" /><meta name="description" content="" /><link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /><style type="text/css" media="all">@import "/ccss/core.css";</style><style type="text/css" media="all">@import "/ccss/ie6.css";</style></head><body><div id="wrap_print"><p style="font-size:10pt;">Retail Intel | Bazaar Notes :: ' + document.getElementById("content_header_bazaar_notes").innerHTML + '</strong></p><p>' + document.getElementById("newsletter_date").innerHTML + '</p><br /><p>' + document.getElementById("bazaar_notes_content").innerHTML + '</p><br /><p>' + document.getElementById("copyright").innerHTML + '</p></div></body></html>');
	printWindow.document.close();
	printWindow.print();
}

function EmailArticle(articleNumber)
{
	emailWindow = window.open( "http://tailorednews.com/naturalnews/Tinderbox/FastFwd.ASP?i=71589", "emailWindow","status=1, height=700, width=500, resizable=0, scrollbars=1" )
	emailWindow.document.close();
}