//
//   This file contains ad handling software.
//
function rightPanelAds(adj) {
     document.write('<center><img src="'+ adj + 'images/ads/block.jpg" alt="block" width="153" height="10" border="0" /></center><br/>') ;
     document.write('<center><a href="http://www.weatherforyou.com/weather/california/crescent+city.html">') ;
document.write('<a href="http://www.weatherforyou.com/weather/california/fontana.html"><img src="http://www.weatherforyou.net/fcgi-bin/hw3/hw3.cgi?config=png&forecast=hourly&alt=hwihourly&place=fontana&state=ca&country=us&hwvbg=cc9966&hwvtc=black&hwvdisplay=" width="175" height="90" border="0" alt="Latest Fontana, California, weather"></a>') ;
	 document.write('</a></center><br/>') ; 
	 
	 document.write('<center><img src="'+ adj + 'images/ads/block.jpg" alt="block" width="153" height="10" border="0" /></center><br/>') ;
	 // document.write('<center><a href="../Coupons/CouponsList.php">') ;
	 // document.write('<img src="'+ adj + 'images/Coupons/Coupon-Button.gif" alt="Coupons" width="115" height="122" border="0"/></a></center><br/>') ;

	 document.write('<center><a href="../Sponsor/Membership.php">') ;
	 document.write('<img src="'+ adj + 'images/Local-Ad.gif" alt="Sponsor" width="115" height="100" border="0"/></a></center><br/>') ;

     document.write('<center><img src="'+ adj + 'images/ads/block.jpg" alt="brick" width="153" height="10" border="0" /></center><br/>') ;	
	 document.write("Please visit the local Sponsors below ...<br/><br/>") ;
	 
     document.write('<center><a href="http://">') ;
     document.write('<img src="'+ adj + 'images/ads/right/rtable.gif" alt="Round Table" width="153" height="180" border="0"/></a><center><br>') ;
                                                   // to add new ads, duplicate the following two lines and replace the 
												   // anchor address and the location of the pictures.
     document.write('<center"><a href="http://">') ;
	 document.write('<img src="' + adj + 'images/ads/right/Subway.gif" alt="Subway" width="153" height="113" border="0"/></a><center><br/>') ;		
}
//
//
function leftPanel(loc) {
    if ( loc == undefined ) {
        adj = "../" ;
    } else {
        adj = loc ;
    }
    document.write('<center><img src="'+ adj + 'images/ads/block.jpg" alt="brick" width="153" height="10"  border="0" /></center><br/>') ;	
	document.write('<center><a href="' + adj + 'Classified/ClassifiedList.php">Local Classified</a></center><br/>') ;
	document.write('<center><a href="' + adj + 'minibb20/index.php">Local Discussions</a></center><br/>') ;
	document.write('<center><a href="' + adj + 'includes/CouponLogin.php">Merchant Coupons</a></center><br/>') ;
    document.write('<center><img src="'+ adj + 'images/ads/block.jpg" alt="brick" width="153" height="10" border="0" /></center><br/>') ;	
    document.write('<center><a href="mailto:webmaster@southridgecommunity.com"><img src="' + adj + 'images/CommentRequest.gif" alt="e-mail" border="0" /></a></center><br/>') ;	 
    document.write('<center><img src="'+ adj + 'images/ads/block.jpg" alt="brick" width="153" height="10" border="0" /></center><br/>') ;	
    document.write('<center><a href="#"><img src="'+ adj + 'images/ads/Animation1.gif" alt="Better Way Real Estate" width="153" height="153" border="0" /></a></center><br/>') ;	
    document.write('<center><img src="'+ adj + 'images/ads/block.jpg" alt="block" width="153" height="10" border="0" /></center><br/>') ;
	document.write('<center><font size="medium">') ;
	// ************************************************************************************************************
	// ************************************************************************************************************
	// To update the the featured merchant, update the next 3 lines.
	document.write('<a href="#">') ;
	document.write('<img src="'+ adj + 'images/blank.jpg" alt="block" width="153" border="0" /><br/>') ;
	document.write('Featured Merchant</a></font></center><br/>') ;
	// ************************************************************************************************************
	// ************************************************************************************************************
	document.write('<center><img src="'+ adj + 'images/ads/block.jpg" alt="block" width="153" height="10" border="0" /></center><br/>') ;	
	
}
function ads(loc) {
    if ( loc == undefined ) {
        adj = "../" ;
    } else {
        adj = loc ;
    }
	 document.write('<p align="left"><left><a href="../includes/Forgot.php"><font size="1">Forgot My Login</font></a></left><br/>') ;
     document.write('<left><a href="NewRegistration.php"><font size=1>I Want To Register</font></a></left><br/>') ;
	 document.write('<left><a href="Membership.php"><font size=1>I Want To Know More</font></a></left><br/>') ;
	 document.write('<left><a href="../General/Usage.php"><font size=1>How To Use The Site</font></a></left><br/></p>') ;

     rightPanelAds(adj) ;
}
function adsForDiscussionGroup(loc) {
    if ( loc == undefined ) {
        adj = "../" ;
    } else {
        adj = loc ;
    }
	 document.write('<br/><p align="left"><left><u><a href="../includes/Forgot.php"><font size="1">Forgot My Login</font></a></left></u><br/>') ;
     document.write('<left><u><a href="../minibb20/index.php?action=registernew"><font size=1>I Want To Register</font></a></u></left><br/>') ;
	 document.write('<left><u><a href="Membership.php"><font size=1>I Want To Know More</font></a></u></left><br/>') ;
	 document.write('<left><u><a href="../General/Usage.php"><font size=1>How To Use The Site</font></a></u></left><br/></p>') ;
	 rightPanelAds(adj) ;
}
function adsOnly(loc) {
    if ( loc == undefined ) {
        adj = "../" ;
    } else {
        adj = loc ;
    }
	 document.write('<br/><br/>') ;
     document.write('<br/>') ;
	 document.write('<br/>') ;
	 rightPanelAds(adj) ;
}
