
	$(function() {

		if ($.cookie('submited') == null)
		{
			var date = new Date();
    		date.setTime(date.getTime() + (30 * 24 * 60 * 60 * 1000));
			if ($.cookie('variant') == null)
			{
				$.cookie('variant', Math.floor(Math.random()*2), { expires: date, path: '/', domain: 'www.forumlinkbuilding.com' });
			}
			
			//alert(window.location.pathname);
			if (window.location.pathname == '/view/link_building_service_test')
			{
				$.include("/site/addons/slide_up5/css/spslideup.css");
    			$.include({'/site/addons/slide_up5/inc/slideupform.html':function(data){$("#slideup").html(data)}} );
				$.include("/site/addons/slide_up5/jscript/slideup.js");
			}
			
			if (window.location.pathname != '/view/bonuses'
				&& window.location.pathname != '/view/links_building_packages'
				&& window.location.pathname != '/view/link_building_packages'
				&& window.location.pathname != '/view/contact_us'
				&& window.location.pathname != '/view/contact'
				&& window.location.pathname != '/view/share' 
        		&& window.location.pathname != '/view/share2'
        		&& window.location.pathname != '/view/the_edge_of_success'
				&& window.location.pathname != '/view/link_building_packages_for_resellers'
				&& window.location.pathname != '/view/monthly_subscription'
				&& window.location.pathname != '/view/confirmation_of_received_payment'
				&& window.location.pathname != '/view/confirmation_of_received_payment_confirm'
				&& window.location.pathname != '/view/link_building_package'
				&& window.location.pathname != '/view/thank_you'
				&& window.location.pathname != '/view/thank_you_email_confirmation'
				&& window.location.pathname != '/view/thank_you_bonuses'
				&& window.location.pathname != '/view/payment_failure'
				&& window.location.pathname != '/view/paypal.php'
				&& window.location.pathname != '/view/share_thank_you'
				&& window.location.pathname != '/view/download_the_edge_of_success'
				&& window.location.pathname != '/view/order_gold_package_step2'
				&& window.location.pathname != '/view/order_gold_package_step_2'
				&& window.location.pathname != '/view/order_exclusive_package_step2'
				&& window.location.pathname != '/view/order_exclusive_package_step_2'
				&& window.location.pathname != '/view/download_report_why_most_link_building_services_do_not_work'
				&& window.location.pathname != '/view/thank_you_report'
				&& window.location.pathname != '/view/thank_you_I_didnt_read_the_report'
				&& window.location.pathname != '/view/thank_you_I_read_the_report_and_liked_it'
				&& window.location.pathname != '/view/share_report_why_link_building_services_do_not_work'
				&& window.location.pathname != '/view/share_why_link_building_services_do_not_work'
				&& window.location.pathname != '/view/thank_you_email_confirm'
				&& window.location.pathname != '/view/link_building_service'
				&& window.location.pathname != '/view/monthly_subscriptions'
			 )
			 
        		{
					return;
 
						$.include("/site/addons/slide_up5/css/spslideup.css");
    					$.include({'/site/addons/slide_up5/inc/slideupform.html':function(data){$("#slideup").html(data)}} );
						$.include("/site/addons/slide_up5/jscript/slideup.js");

				}
				
			
		}

	});
