function flickImage(image_src){
	//alert(image_src);
	$("main-image").src = image_src;

}

