Why doesn't this work (Javascript code)

Designing a webpage to go along with my app. Why wont this codeblock work?

[html]

[/html] [import]uid: 59735 topic_id: 17720 reply_id: 317720[/import]

What isn’t working?

Just from looking - I didn’t try it out…
You should debug it first in Safari or FireFox/FireBug
I think the JS code crashes in line 4
Maybe you can’t notice it right on device

change it to:
var string1 = ‘<?php echo $_GET["fname"]; ?>’
[import]uid: 70114 topic_id: 17720 reply_id: 67535[/import]

If you do alert(string1) just inside the function before the first if statement, what happens?
[import]uid: 36590 topic_id: 17720 reply_id: 67538[/import]