// JavaScript Document
var footerlinks = '<tr>'+
	'<td align="center" valign="top" colspan="2">'+
		'<table  border="0" cellspacing="0" cellpadding="0" align="center" width="998">'+
			'<tr>'+
				'<td align="left" valign="top"><img src="'+path+'images/point.gif" width="1" height="10" alt="" /></td>'+
			 '</tr>'+
			  '<tr>'+
				'<td align="center" valign="top" class="footer" height="101">'+
					'<table cellpadding="0" cellspacing="0" border="0">'+
						'<tr>'+
							'<td align="left" valign="top"><img src="'+path+'images/point.gif" width="1" height="21" alt="" /></td>'+
						'</tr>'+
						 '<tr>'+
							'<td align="center" valign="top" class="footer1">'+
								
								'<a href="'+path+'faq.html" class="link2" title="Faq">Faq</a>  |  '+
								'<a href="'+path+'customer_support.html" class="link2" title="Customer Support">Customer Support</a>  |  '+
								'<a href="'+path+'bulletin_news.php" class="link2" title="Bulletin/News">Bulletin/News</a>  |  '+
								'<a href="'+path+'community.php" class="link2" title="Community">Community</a>  |  '+
								'<a href="'+path+'sitemap.html" class="link2" title="Site Map">Site Map</a>  |  '+
								'<a href="'+path+'contact_us.html" class="link2" title="Contact Us">Contact Us</a> '+
								'<br />'+
								'Copyright ©2012 Whoawee (877) 6425-111. All Rights Reserved. <a href="#" onclick=javascript:window.open("'+path+'whoawee_privacy_policy.html","privacy_policy","width=500,height=395,location=no,scrollbars=yes,left=0,top=0,screenX=0,screenY=0,directories=no") class="link2" Title="Privacy Policy">Privacy Policy</a>'+
							'</td>'+
						 '</tr>'+
						 '<tr>'+
							'<td align="center" valign="bottom">'+
								'<table cellpadding="0" cellspacing="0" border="0">'+
									'<tr>'+
										'<td align="left" valign="top" class="footer1">Powered by</td>'+
										'<td align="left" valign="top">&nbsp;<a href="http://www.vdezine.in/" title="vdezine.in"><img src="'+path+'images/vdezinelogo2.gif" width="61" height="20" alt="" border="0"></a>'+
										'&nbsp;&nbsp;<a href="http://blog.whoawee.com/?feed=rss2" target="_blank"><img src="'+path+'images/rss.gif" border="0" /></a>'+
										'<br><br></td>'+
									 '</tr>'+
								'</table>'+
							'</td>'+
						'</tr>'+
					'</table>'+
				'</td>'+
			 '</tr>'+
		'</table>'+
	'</td>'+
'</tr>'

document.write(footerlinks);

