// Random Header

var el = "header";
var bgimg = new Array("images/1.jpg", "images/2.jpg", "images/3.jpg", "images/4.jpg", "images/5.jpg", "images/6.jpg");
var random = Math.round((bgimg.length - 1) * Math.random());
var cssStr = "#" + el + " { background: url(" + bgimg[random] + ") no-repeat} ";
var style = document.createElement("style");
style.setAttribute("type", "text/css");
if (style.styleSheet) {
    style.styleSheet.cssText = cssStr;
}
else {
    var cssText = document.createTextNode(cssStr);
    style.appendChild(cssText);
}
document.getElementsByTagName("head")[0].appendChild(style);


// Flash Slide Show

   var flashvars = {affiliateSiteId:"111503", widgetId:"203280", width:"470", height:"282", revision:"3"};
   var params = {menu:"false", allowfullscreen:"true", allowscriptaccess:"always", wmode:"transparent"};
   var attributes = {id:"kickWidget_111503_203280", name:"kickWidget_111503_203280"};
   var expressInstallURL = "http://serve.a-widget.com/kickFlash/scripts/expressInstall2.swf";
   var swfURL = "http://serve.a-widget.com/service/getWidgetSwf.kickAction";
   swfobject.embedSWF(swfURL, "slideShow", "470", "282", "9.0.28", expressInstallURL, flashvars, params, attributes);

   var flashvars = {affiliateSiteId:"111503", widgetId:"213031", width:"711", height:"312", revision:"41"};
   var params = {menu:"false", allowfullscreen:"true", allowscriptaccess:"always", wmode:"transparent"};
   var attributes = {id:"kickWidget_111503_213031", name:"kickWidget_111503_213031"};
   var expressInstallURL = "http://serve.a-widget.com/kickFlash/scripts/expressInstall2.swf";
   var swfURL = "http://serve.a-widget.com/service/getWidgetSwf.kickAction";
   swfobject.embedSWF(swfURL, "widgetHolder", "711", "312", "9.0.28", expressInstallURL, flashvars, params, attributes);
   
   var flashvars = {}
   var params = {menu:"false", allowfullscreen:"true", allowscriptaccess:"always", wmode:"transparent"};
   var expressInstallURL = "http://serve.a-widget.com/kickFlash/scripts/expressInstall2.swf";
   var swfURL = "quotes.swf";
   swfobject.embedSWF(swfURL, "quotes", "486px", "60px", "9.0.28", expressInstallURL, flashvars, params, attributes);
