Widget won’t work due to old JavaScript? Any ideas how to make it work? [closed]

enter image description here
From your site i can say that script is not being loaded because of
wrong opening quote for script tag.Use " instead of

So

<script src=”http://lookbook.nu/widget/profile.js?id=2303472&width=standard&align=left&stats_fans=1&fanbox=yes&hash=14575a9cd02fd36d2758e5db3cb92b5a”></script>

Should be this

<script src="http://lookbook.nu/widget/profile.js?id=2303472&width=standard&align=left&stats_fans=1&fanbox=yes&hash=14575a9cd02fd36d2758e5db3cb92b5a"></script>

Update:

Add <script> $LB = jQuery; </script>
before the other script tag. I mean before

<script src="http://lookbook.nu/widget/profile.js?id=2303472&width=standard&align=left&stats_fans=1&fanbox=yes&hash=14575a9cd02fd36d2758e5db3cb92b5a"></script>