/*AdDesk Version: v3.35.0 [January 22, 2007 11:23 PM] 
$Workfile: ReturnTo.js $  $Revision: 18 $ $Modtime: 2/09/06 3:11p $
$Archive: /AdDesk/JavaSource/apps/AdDeskWebsite/web/Library/ReturnTo.js $
*/
// This file controls the links to specific pages within the site.
// To change the target of the link, change the content of the line that starts
// theLink.href= 
// Replace the URL within the quotes with your COMPLETE URL
// Be sure to include the 'http://' part if the URL points to a different web site.

//Link for the banner logo at the top of every page. Default=http://www.cnicorp.com/
function paper(theLink)  { 
	theLink.href="http://www.tampabayadservices.com/";
	return true;
}
//Link to the Contact Us page. Default=../Htmlfiles/ContactUs.jsp
function ContactUsURL(theLink)  { 
	theLink.href="../Htmlfiles/ContactUs.jsp";
	return true;
}

//Link to the Mechanical Specs page. Default=../MakeAd/Mechanical.jsp
function MechanicalSpecsURL(theLink)  { 
	theLink.href="../MakeAd/Mechanical.jsp";
	return true;
}

//Link to the Deadlines page. Default=../CustomerService/Deadlines.jsp
function DeadlinesURL(theLink)  { 
	theLink.href="../CustomerService/Deadlines.jsp";
	return true;
}

//Link to the Ad Opportunities page. Default=../CustomerService/AdOpportunities.jsp
function AdOpportunitiesURL(theLink)  { 
	theLink.href="../CustomerService/AdOpportunities.jsp";
	return true;
}

//Link to the Advertising Rates page. Default=../MyAccount/AdvertisingRates.jsp
function AdvertisingRatesURL(theLink)  { 
	theLink.href="../MyAccount/AdvertisingRates.jsp";
	return true;
}

//Link to the Demographics page. Default=../CustomerService/Demographics.jsp
function DemographicsURL(theLink)  { 
	theLink.href="../CustomerService/Demographics.jsp";
	return true;
}
//Link to the Tearsheet page. Default=../Tearsheet/ShowTearAdverList.do
function TearsheetURL(theLink)  { 
	theLink.href="../Tearsheet/ShowTearAdverList.do";
	return true;
}
//Link to the eProofing page. Default=../Proof/ProofList.do
function ProofURL(theLink)  { 
	theLink.href="../Proof/ProofList.do";
	return true;
}