(function($) {
    $(document).ready(function() {
        $(".themeSwitch").click(function() {
            switchStylestyle(this.getAttribute("rel"));
            return false;
        });
        var c = readCookie('style');
		if(c==null){
				switchStylestyle('styles1');
			}
			else
			{
				switchStylestyle(c);
				}
    });
    function switchStylestyle(styleName) {
        $("link[@rel*=style][title]").each(function(i) {
            this.disabled = true;
            if (this.getAttribute("title") == styleName) {
                this.disabled = false;
            }
        });
        selectWallBox(styleName);
        createCookie("style", styleName, 365);
    } 
})(jQuery);
function selectWallBox1(name){var url="../images/themes/"+name+"/images/homeSlideshowBg.jpg";
var elem=document.getElementById("container1");
if(elem!=null){elem.innerHTML="<object width='100%' height='100%' classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' id='o'><param value='../images/slideShow.swf' name='movie'><param value='true' name='allowFullScreen'><param value='always' name='allowScriptAccess'><param value='transparent' name='wmode'><param value='feed=http://dawateislami.net/channel/slide.rss?category_name=-1&amp;showSearch=false&amp;showEmbed=true&amp;showTutorial=false&amp;backgroundImage="+url+"&amp;numRows=2&amp;style=white&amp;linkCSS=a:link{color:#E6D268}' name='flashvars'><embed width='100%' height='100%' wmode='transparent' allowscriptaccess='always' allowfullscreen='true' flashvars='feed=http://dawateislami.net/channel/slide.rss?category_name=-1&amp;showSearch=false&amp;showEmbed=true&amp;showTutorial=false&amp;backgroundImage="+url+"&amp;numRows=2&amp;style=white&amp;linkCSS=a:link{color:#E6D268}' src='../images/slideShow.swf' type='application/x-shockwave-flash'></object>";
}}function selectWallBox2(name){var url="../images/themes/"+name+"/images/homeSlideshowBg.jpg";
var elem=document.getElementById("container2");
if(elem!=null){elem.innerHTML="<object width='100%' height='100%' classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' id='o'><param value='../images/slideShow.swf' name='movie'><param value='true' name='allowFullScreen'><param value='always' name='allowScriptAccess'><param value='transparent' name='wmode'><param value='feed=http://dawateislami.net/book/slide.rss&amp;showSearch=false&amp;showEmbed=true&amp;showTutorial=false&amp;backgroundImage="+url+"&amp;numRows=2&amp;style=white&amp;linkCSS=a:link{color:#E6D268}' name='flashvars'><embed width='100%' height='100%' wmode='transparent' allowscriptaccess='always' allowfullscreen='true' flashvars='feed=http://dawateislami.net/book/slide.rss&amp;showSearch=false&amp;showEmbed=true&amp;showTutorial=false&amp;backgroundImage="+url+"&amp;numRows=2&amp;style=white&amp;linkCSS=a:link{color:#E6D268}' src='../images/slideShow.swf' type='application/x-shockwave-flash'></object>";
}}function wallBoxGallary(name, bannerName){var url="../images/themes/"+name+"/images/" + bannerName + ".swf";
var elem=document.getElementById("flashContent");
if(elem!=null){elem.innerHTML="<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='935' height='220'><param name='movie' value=" + url + " /><param name='quality' value='high' /><param name='allowScriptAccess' value='always' /><param name='wmode' value='transparent'><embed src=" + url + " quality='high' type='application/x-shockwave-flash' wmode='transparent' width='935' height='220' pluginspage='http://www.macromedia.com/go/getflashplayer' allowscriptaccess='always' /></object>";
}}function selectWallBox(name){switch(name){case"styles1":selectWallBox1("theme1");
selectWallBox2("theme1");
wallBoxGallary("theme1","banner1");
break;
case"styles2":selectWallBox1("theme2");
selectWallBox2("theme2");
wallBoxGallary("theme2", "banner2");
break;
case"styles3":selectWallBox1("theme3");
selectWallBox2("theme3");
wallBoxGallary("theme3", "banner3");
break;
case"styles4":selectWallBox1("theme4");
selectWallBox2("theme4");
wallBoxGallary("theme4", "banner4");
break;
case"styles5":selectWallBox1("theme5");
selectWallBox2("theme5");
wallBoxGallary("theme5", "banner5");
break;
default:selectWallBox1("theme1");
selectWallBox2("theme1");
wallBoxGallary("theme1", "banner1");
}}function createCookie(name,value,days){if(days){var date=new Date();
date.setTime(date.getTime()+(days*24*60*60*1000));
var expires="; expires="+date.toGMTString();
}else{var expires="";
}document.cookie=name+"="+value+expires+"; path=";
}function readCookie(name){var nameEQ=name+"=";
var ca=document.cookie.split(";");
for(var i=0;
i<ca.length;
i++){var c=ca[i];
while(c.charAt(0)==" "){c=c.substring(1,c.length);
}if(c.indexOf(nameEQ)==0){return c.substring(nameEQ.length,c.length);
}}return null;
}function eraseCookie(name){createCookie(name,"",-1);
}
