// JavaScript Document
//Cufon.now();
$(document).ready(function(){
  $.preloadCssImages();

  /*$$('a').each( function(item, index){
		if ( !( (/^http:\/\/(?:www\.)?html5designshop\.com/i).test(item.href) ) && !( (/^https:\/\/(?:www\.)?html5designshop\.com/i).test(item.href) ) && !( (/^http:\/\/(?:www\.)?html5designshop\.net/i).test(item.href) ) && !( (/^https:\/\/(?:www\.)?html5designshop\.net/i).test(item.href) ))
			item.setProperties({
				rel: 'nofollow',
				target: '_blank'
			});
	});*/
  //jQuery("a[href^='http:']").not("[href*='html5designshop.com']").attr('target','_blank');
  //jQuery("a[href^='http:']").not("[href*='html5designshop.net']").attr('target','_blank');
  $('a[rel="external"]').attr('target', '_blank');
  $('a[rel="external nofollow"]').attr('target', '_blank');
  if(window.location.pathname == "/faq"){
      $(".content ").accordion(
                    {header: 'dt', autoHeight: false}
            );
      $('.sidebar').attr('style', 'margin-top: 0px; line-height: 27.5px;')
  }
 livehelp = "<div id=\"floatLayer\" align=\"left\" style=\"position:absolute; left:10px; top:10px; visibility:hidden; z-index:5000;\"><map name=\"LiveHelpInitiateChatMap\" id=\"LiveHelpInitiateChatMap\"><area shape=\"rect\" coords=\"50,210,212,223\" href=\"http://livehelp.stardevelop.com\" target=\"_blank\" alt=\"html5designshop.com Live Help\"/><area shape=\"rect\" coords=\"113,183,197,206\" href=\"#\" onclick=\"openLiveHelp();acceptInitiateChat();return false;\" alt=\"Accept\"/><area shape=\"rect\" coords=\"206,183,285,206\" href=\"#\" onclick=\"declineInitiateChat();return false;\" alt=\"Decline\"/><area shape=\"rect\" coords=\"263,86,301,104\" href=\"#\" onclick=\"declineInitiateChat();return false;\" alt=\"Close\"/></map><div id=\"InitiateText\" align=\"center\" style=\"position:relative; left:30px; top:145px; width:275px; height:35px; z-index:5001; text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold;\">Do you have any questions that I can help you with?</div><img src=\"/livehelp/locale/en/images/InitateChat.gif\" alt=\"stardevelop.com Live Help\" width=\"323\" height=\"229\" border=\"0\" usemap=\"#LiveHelpInitiateChatMap\"/></div>";
 $('#livechat').html(livehelp);
});
