// FOR BOTH SITES
if (document.images){
	var bear_prices			= new Array(15);
	bear_prices[0]			= 14.95
	bear_prices[1]			= 14.95
	bear_prices[2]			= 14.95
	bear_prices[3]			= 14.95
	bear_prices[4]			= 14.95
	bear_prices[5]			= 14.95
	bear_prices[6]			= 14.95
	bear_prices[7]			= 14.95
	bear_prices[8]			= 14.95
	bear_prices[9]			= 17.95
	bear_prices[10]			= 20.95
	bear_prices[11]			= 20.95
	// bear_prices[12]			= 15.95
	// bear_prices[13]			= 15.95
	bear_prices[12]			= 15.95
	bear_prices[13]			= 15.95
	bear_prices[14]			= 15.95
	// bear_prices[17]			= 15.95
	// bear_prices[18]			= 15.95
	var bear_pictures		= new Array(15);
	bear_pictures[0]		= "Blue Bear - $"+bear_prices[0]+"<br><img src='/4paws/graphics/bears/blue.jpg' width="+w+" height="+h+" border='0' />";
	bear_pictures[1]		= "Green Bear - $"+bear_prices[1]+"<br><img src='/4paws/graphics/bears/green.jpg' width="+w+" height="+h+" border='0' />";
	bear_pictures[2]		= "Light Blue Bear - $"+bear_prices[2]+"<br><img src='/4paws/graphics/bears/light_blue.jpg' width="+w+" height="+h+" border='0' />";
	bear_pictures[3]		= "Orange Bear - $"+bear_prices[3]+"<br><img src='/4paws/graphics/bears/orange.jpg' width="+w+" height="+h+" border='0' />";
	bear_pictures[4]		= "Pink Bear - $"+bear_prices[4]+"<br><img src='/4paws/graphics/bears/pink.jpg' width="+w+" height="+h+" border='0' />";
	bear_pictures[5]		= "Purple Bear - $"+bear_prices[5]+"<br><img src='/4paws/graphics/bears/purple.jpg' width="+w+" height="+h+" border='0' />";
	bear_pictures[6]		= "Red Bear - $"+bear_prices[6]+"<br><img src='/4paws/graphics/bears/red.jpg' width="+w+" height="+h+" border='0' />";
	bear_pictures[7]		= "White Bear - $"+bear_prices[7]+"<br><img src='/4paws/graphics/bears/white.jpg' width="+w+" height="+h+" border='0' />";
	bear_pictures[8]		= "Yellow Bear - $"+bear_prices[8]+"<br><img src='/4paws/graphics/bears/yellow.jpg' width="+w+" height="+h+" border='0' />";
	bear_pictures[9]		= "Birthday Bear - $"+bear_prices[9]+"<br><img src='/4paws/graphics/bears/birthday.jpg' width="+w+" height="+h+" border='0' />";
	bear_pictures[10]		= "Pajama Pal - boy - $"+bear_prices[10]+"<br><img src='/4paws/graphics/bears/pj_pal_boy.jpg' width="+w+" height="+h+" border='0' />";
	bear_pictures[11]		= "Pajama Pal - girl - $"+bear_prices[11]+"<br><img src='/4paws/graphics/bears/pj_pal_girl.jpg' width="+w+" height="+h+" border='0' />";
	// bear_pictures[12]		= "Tan Angel Bear - $"+bear_prices[12]+"<br><img src='/4paws/graphics/bears/tan_angel.jpg' width="+w+" height="+h+" border='0' />";
	// bear_pictures[13]		= "White Angel Bear - $"+bear_prices[13]+"<br><img src='/4paws/graphics/bears/white_angel.jpg' width="+w+" height="+h+" border='0' />";
	bear_pictures[12]		= "Tan Scraggle Bear - $"+bear_prices[12]+"<br><img src='/4paws/graphics/bears/tan_scraggle.jpg' width="+w+" height="+h+" border='0' />";
	bear_pictures[13]		= "White Scarggle Bear - $"+bear_prices[13]+"<br><img src='/4paws/graphics/bears/white_scraggle.jpg' width="+w+" height="+h+" border='0' />";
	bear_pictures[14]		= "Brown Scraggle Bear - $"+bear_prices[14]+"<br><img src='/4paws/graphics/bears/brown_scraggle.jpg' width="+w+" height="+h+" border='0' />";
	// bear_pictures[17]		= "Chantilly Bear - $"+bear_prices[17]+"<br><img src='/4paws/graphics/bears/chantilly.jpg' width="+w+" height="+h+" border='0' />";
	// bear_pictures[18]		= "Chiffon Bear - $"+bear_prices[18]+"<br><img src='/4paws/graphics/bears/chiffon.jpg' width="+w+" height="+h+" border='0' />";
					
}