function check_browser()
{
if (document.getElementsByTagName)
	{
	var a = document.getElementsByTagName("IMG")
	for (var b=0;b<a.length;b++)
		{
		if (a[b].className=="buy")
			{
			a[b].onmouseover 	= function(){if(window.innerWidth){this.style.cursor="pointer"}else{this.style.cursor="hand"}}
			a[b].onmouseout  	= function(){this.style.cursor=""}
			a[b].onclick  		= function()
					{
					z=this.id.charAt(0);if (z=="b"){num=this.id.replace(/b/,'');location.href='http://www.vitamins-online.co.uk/purchase/'+num+'.html'}
					}
			}
		if (a[b].className=="himgl" && document.all){a[b].onload = function(){this.style.marginLeft="-5px"}}
		if (a[b].className=="himgr" && document.all){a[b].onload = function(){this.style.marginRight="-5px"}}
		}
	}
}

function show_header()
	{
	document.write ('<div id=header>')
	document.write ('<img class=himgl src="http://www.vitamins-online.co.uk/images/vitamins_online.jpg" alt="Vitamins Online" style="float:left">')
	document.write ('<img class=himgr src="http://www.vitamins-online.co.uk/images/vitamins_online2.jpg" alt="Vitamins Online" style="float:right">')
	document.write ('<\/div>')
	document.write ('<p class=g><img src="http://www.vitamins-online.co.uk/images/shim.gif" height=4 alt="Vitamins Online"><\/p>')
	}

google_ad_client 	= "pub-4823278244860919";
google_ad_width 	= 336;
google_ad_height 	= 280;
google_ad_format 	= "336x280_as";
google_color_border = "ffffff";
google_color_bg 	= "ffffff";
google_color_link 	= "689305";
google_color_url 	= "000000";
google_color_text 	= "000000";