function addCss(cssname) {
var the = document.getElementsByTagName('head')[0];
var se = document.createElement('link');
se.setAttribute('href',cssname);
se.setAttribute('type','text/css');
se.setAttribute('rel','stylesheet');
the.appendChild(se);
}


addCss('http://imgs4.iexplorehere.com/SprySlidingPanels.css');
addCss('http://imgs4.iexplorehere.com/movies_style/style_stars_rating.css');



('http://imgs4.iexplorehere.com/movies_style/style_movies.css');
addCss('http://imgs4.iexplorehere.com/movies_style/centerfold-style.css');


