$(document).ready(function() {
						   
	//wsa_include_js();
	
	if($('a[rel="popup"]').length)
	{
		PopUpLinks();
	}
	
	if($('#homepage-flash-gallery').length){
		InitHomepageFlash();
	}
	
	if($('.home').length){
		InitKWHMeter();
	}

	if($('.page-id-272').length)
	{
		Commercials();
	}

	if($('#why-pws-testimonials').length)
	{
		Testimonials();
	}
	if($('#why-pws-product-photo-gallery').length)
	{
		ProductPhotoGallery();
	}

	if($('#windows').length)
	{
		StimulusBill();
		FlashBanner_Windows();
	}

	if($('#windows-offers').length)
	{
		StimulusBill();
		FlashBanner_Windows();
	}

	if($('#doors').length)
	{
		FlashBanner_Doors();
	}
	
	if($('#roofing').length)
	{
		FlashBanner_Roofing();
	}

	if($('#windows-heat-shield').length)
	{
		HeatShieldVideo();
	}

	if($('#windows-duraglass').length)
	{
		DuraGlass();
	}

	if($('#roofing-video').length)
	{
		Roofing();
	}

	if($('#siding').length)
	{
		FlashBanner_Siding();
	}

	if($('#windows-sashlite').length)
	{
		SashliteVideo();
	}
	
	if($('#employees-video').length)
	{
		EmployeesVideo();
	}
	
	if($('#homepage').length)
	{
		HomepageHeader();
	}
	
    if($("#contact-form").length)
    {
        ValidateForm("#contact-form");
    }
	
	if($("#warranties-wrapper").length)
	{
		WarrantiesToggle();
	}
	
});


