My Grove Relay doesnt work!!! Why?

I just bought a relay, here is the relay: http://www.seeedstudio.com/wiki/GROVE_-_Starter_Kit_V1.0b
I connect the pin D1 to the pin 7 Arduino, then pin Com to 5V, then pin ON to the LED, then pin VCC to 5V, then pin GND to GND Arduino.

Then I upload this coed to Arduino:

void setup()
{
pinMode(7,OUTPUT);
}
void loop()
{
digitalWrite(7,HIGH);
}

but nothing happen to my led and nothing click from the relay...
Does it mean my relay broken?
How to check it?

That sounds as if it should be enough to operate the relay, but I don't know what LED you're referring to. Does the LED on the relay board light up?

the led on the board also did not light up..

this kind of led I refer to, but it is with different relay

creativen:
this kind of led I refer to, but it is with different relay

I don't understand what that means. Is there a second LED involved, somehow?

PeterH:

creativen:
this kind of led I refer to, but it is with different relay

I don't understand what that means. Is there a second LED involved, somehow?

What I mean is: that kind of schematic I do for my grove test, but not with that kind of relay.
I use the relay from here: http://www.seeedstudio.com/wiki/GROVE_-_Starter_Kit_V1.0b

creativen:
What I mean is: that kind of schematic I do for my grove test, but not with that kind of relay.
I use the relay from here: http://www.seeedstudio.com/wiki/GROVE_-_Starter_Kit_V1.0b

I'm still confused. You're the only person who has suggested which relay you're using, and you have only identified it by reference to the GROVE starter kit. Are you saying now that your relay is not the one from the GROVE starter kit?

So the LED you wired up is OFF? You do know that D1(pin 7) turns the relay on and off, right. Also that relay is normally closed when its not being powered, which means the LED should be lit. If D1 is always HIGH then the relay is open, and the LED is OFF.

Now if the Onboard LED is also off then it could be that the 5 volts is not enought to power it.

Just pointing that out.