/**
 * file : google_adsense.js
	Description : This Java Script is used to load the Libraries that are required 
			  for Google Ad’s in the BigW Templates
*/
<script src="http://www.google.com/jsapi"></script>
<script type="text/javascript" charset="utf-8">
google.load('ads.search', '2');
</script>



