Combining jQuery with other plugins.

Combining jQuery with other plugins.

Ok, so I have 2 scripts.

1. On/Off iPhone switcher
2. Stylesheet changer using jQuery

I want to combine these 2 plugins into one, my main idea was: when you switch to ON(day) on iPhone switcher.. the Day Theme would appear (day.css) and when you switch to OFF(night) on the switch the Night Theme would appear (night.css) .

And also, can I set the themes to change automatically depending on the GMT using these 2 plugins?

7AM to 6.59PM Day Theme
7PM to 6.59AM Night Theme

Or this would involve PHP?

http://vlad.dyndns.org/1/

This is the site on which I am trying to implement this plugin. In the top right corner you can see that the iPhone switch is already installed, but it has no effect. And I've also put the Stylesheet changer temporarily for you to see what I am talking about.

I hope you can figured out what I am trying to say, I'm not good with jquery and I don't know how to explain this better.

Thank you for your time, I appreciate.