<!--
	function displayHeadlines(pageType)
	{
		var headlines = "";
		
		if (pageType == "Splash")
		{
			headlines =
                                "<A HREF=\"PressReleasesRoutingStrategies.html\" CLASS=\"linkSplashBox\">> Callbutton introduces new routing strategies</A><BR>" +
                       
                                "<A HREF=\"PressReleasesPushReports.html\" CLASS=\"linkSplashBox\">> Callbutton announces launch of new Push Reports</A><BR>" +
                                "<A HREF=\"ArticlesCaptureWebLeads.html\" CLASS=\"linkSplashBox\">> Trackable phone numbers deliver more qualified leads</A><BR>" +
				"<A HREF=\"ArticlesCallReportingUpgrades.html\" CLASS=\"linkSplashBox\">> Callbutton unveils new features to upgrade Call Reporting Systems</A><BR>" +
				"<A HREF=\"ArticlesTracker.html\" CLASS=\"linkSplashBox\">> Tracker Marine Group Succeeds with Callbutton</A><BR>" +
				"<A HREF=\"ArticlesDMReporter.html\" CLASS=\"linkSplashBox\">> Callbutton launches Direct Marketing Reporter</A><BR>" +
				"<A HREF=\"ArticlesRobbKamp.html\" CLASS=\"linkSplashBox\">> Robert Kamp named Partner with Callbutton</A><BR>";
		}
		else
		{
			headlines =
                                "<A HREF=\"PressReleasesPushReports.html\" CLASS=\"linkDataBox\">> Callbutton announces launch of new Push Reports</A><BR>" +
                                "<A HREF=\"ArticlesCaptureWebLeads.html\" CLASS=\"linkDataBox\">> Trackable phone numbers deliver more qualified leads</A><BR>" +
				"<A HREF=\"ArticlesCallReportingUpgrades.html\" CLASS=\"linkDataBox\">> Callbutton unveils new features to upgrade Call Reporting Systems</A><BR>" +
				"<A HREF=\"ArticlesTracker.html\" CLASS=\"linkDataBox\">> Tracker Marine Group Succeeds with Callbutton</A><BR>" +
				"<A HREF=\"ArticlesDMReporter.html\" CLASS=\"linkDataBox\">> Callbutton launches Direct Marketing Reporter</A><BR>" ;
		}
		
		document.write(headlines);
	}
//-->