Whats Wrong

What is wrong with this code here I just started javascript and some HTML so I am a biut rusty.

<HTML>
<HEAD>
     <title>Fun With Phonics</title>
<SCRIPT LANGUAGE="JAVASCRIPT">
  function cgngSite() {
      alert("You are about to get transported to new site")
	  location = "http//www.scsite.com
	  >
</HEAD>
</HTML>
	 

never closed the site with another quotation. its fixed here


<HTML>

<HEAD>

<title>Fun_With_Phonics</title>

<SCRIPT LANGUAGE="JAVASCRIPT">

function_cgngSite(){
alert("You are about to get transported to new site")
location="http//www.scsite.com"

</HEAD>

</HTML>

Thanks

no prob.