function fullWin(url) {
    window.open(url,"new_window","width=" + window.screen.width + ",height=" + window.screen.height + ",scrollbars=yes,resizable=yes,menubar=yes,toolbar=yes,location=yes,status=yes");
}

function mastHeadSwitch(){
	
				var a=Math.round(Math.random()*8);

				switch (a) {
					case 0:
					document.write('<a href="/"><img src="/wp-content/themes/chbv3/img/mastheads/squirrel.jpg" border="0" width="860" height="136" alt="clintonhillblog.com" title="clintonhillblog.com"></a>');
					break;

					case 1:
					document.write('<a href="/"><img src="/wp-content/themes/chbv3/img/mastheads/redbrick.jpg" border="0" width="860" height="136" alt="clintonhillblog.com" title="clintonhillblog.com"></a>');
					break;

					case 2:
					document.write('<a href="/"><img src="/wp-content/themes/chbv3/img/mastheads/mosaic.jpg" border="0" width="860" height="136" alt="clintonhillblog.com" title="clintonhillblog.com"></a>');
					break;

	                case 3:
					document.write('<a href="/"><img src="/wp-content/themes/chbv3/img/mastheads/ivy_buildings.jpg" border="0" width="860" height="136" alt="clintonhillblog.com" title="clintonhillblog.com"></a>');
					break;

	                case 4:
					document.write('<a href="/"><img src="/wp-content/themes/chbv3/img/mastheads/corner_store.jpg" border="0" width="860" height="136" alt="clintonhillblog.com" title="clintonhillblog.com"></a>');
					break;
					
					case 5:
					document.write('<a href="/"><img src="/wp-content/themes/chbv3/img/mastheads/bw_brownstones.jpg" border="0" width="860" height="136" alt="clintonhillblog.com" title="clintonhillblog.com"></a>');
					break;
					
					case 6:
					document.write('<a href="/"><img src="/wp-content/themes/chbv3/img/mastheads/dog_bike.jpg" border="0" width="860" height="136" alt="clintonhillblog.com" title="clintonhillblog.com"></a>');
					break;
					
					case 7:
					document.write('<a href="/"><img src="/wp-content/themes/chbv3/img/mastheads/cherry_blossom.jpg" border="0" width="860" height="136" alt="clintonhillblog.com" title="clintonhillblog.com"></a>');
					break;

case 8:
					document.write('<a href="/"><img src="/wp-content/themes/chbv3/img/mastheads/chb_headers_dog.jpg" border="0" width="860" height="136" alt="clintonhillblog.com" title="clintonhillblog.com"></a>');
					break;
				}
	
}