Jquery, Lightbox2 and Drupal

Jquery, Lightbox2 and Drupal

Dear Friends


I'm new in this forum...


I need a help for this my problem:

I've buy a domain www.myaliasdomain.it to my www.mywebsite.com

Now I wish launch a Jpeg by Lightbox2 for those came from the alias domain www.myaliasdomain.it .

I've try to write this:


$(document).ready(function() {

if(window.location.href == 'www.myaliasdomain.it') {
$Lightbox2('myimagePath');
});


but it now work...Someone can help me please?

[/code]