// JavaScript Document
$(document).ready(function(){
	$("#productInfo").html($("#productInfoCopy").html());
	$("#productInfoCopy").html("");
});