﻿/* this is just like the First function page but with an external JS file -->

 Be sure not to use any <script tags in this file

*/


	function confirmOrder()		//my little function/method
	{
		alert("Your order has been sent.");
	}



