/*
This file is included on product pages by specifying it in the teamsite template section 'Content Title'.
*/

if ( typeof(g_extensionFilingEnabled) != "undefined" ) 
{
	if (g_extensionFilingEnabled)
	{
		document.write('<style type="text/css">.page_title{margin: 0 0 0 0;}</style>');
		document.write('<div class="mainContentTitleAreaSubTitle">Need extra time? File an extension with us! ');
		document.write('<a href="#" onclick="omnitureOnClick(\'navLocation:body\',\'navName:69_learn_more\');productLearnMore(69,\'site:hrblock\',\'linkname:Extension_Filing\');return false;">');
		document.write('Extend your filing deadline to Oct. 15.</a>');
		document.write('</div>');
	}
	else
	{
		/*
		Having this style change allows extension messaging to be included in the product pages year-round 
		without inserting the 15 pixel space that is defined for .page_title in our main css file hrb_2008.css.
		*/
		document.write('<style type="text/css">.page_title{margin: 0 0 0 0;}</style>');
	}
}
