/*
##################### Do Not Remove This Header #####################
#                                                                   #
# Title: SiteBase                                                   #
# Description: Functions for all pages.                             #       
# Author: Jonathan Merriweather                                     #
# Company: Mertech Solutions                                        #
# Date Created: May 29, 2008                                        #
# License: Licensed for use with websites built                     #
#          by Mertech Solutions and/or SaltyMedia.                  #
#                                                                   #
#####################################################################
*/
var SiteBase={OpenPop:function(id){$.extend($.blockUI.defaults.overlayCSS,{cursor:'default'});var popbox=$("#"+id);var options={width:"640px",height:"490px",overflow:"auto",margin:'-150px 0px 0px -120px',cursor:'default',zIndex:99999};if($.browser.msie==true&&$.browser.version<=6){options={width:"640px",height:"490px",position:"relative",overflow:"auto",margin:'-50px 0px 0px -120px',cursor:'default',zIndex:99999};}$.blockUI({message:$("#"+id),css:options});},SetupPage:function(){var deal1=$("#host_deals #deal_1");var deal2=$("#host_deals #deal_2");var leftcolumn=$("#host_deals #leftcolumn");if(deal1.length!=0){$("#host_deals").css("background","#ffffff url(/images/contentLines.gif) repeat-y");}else if(deal2.length!=0){$("#host_deals").css("background","#ffffff url(/images/contentLines2.gif) repeat-y");}else if(leftcolumn.length!=0){$("#host_deals").css("background","#ffffff url(/images/contentLines4.gif) repeat-y");}}}
