Why won't this script load?

<script type="text/javascript">
var ua = navigator.userAgent;
if (
(ua.match(/iPhone|iPod/i)
|| ua.match(/Blackberry/i)
|| ua.match(/Android/i)
|| ua.match(/Windows Phone/i))
&& !window.location.href.match(/fullsite=true/i)
) {
location.replace(“http://www.vfmii.com/exc/aspquery?command=invoke&ipid=1095352&ids=110215”);
} else if (ua.match(/iPad/i) && (!window.location.href.match(/fullsite=true/i))) {
location.replace(“http://www.vfmii.com/exc/aspquery?command=invoke&ipid=1095352&ids=120785”);
}
</script>

The double quotes around the strings near the end of the code, aren’t actually double quotes. Replace them with double quotes and then try again.

This is a double quote - "
This is a unicode character for the left double quote - “