var length = 10;  // amount of items to display on one page



// Get url parameters

function getURLParam(strParamName){

  var strReturn = "";

  var strHref = window.location.href;

  if ( strHref.indexOf("&") > -1 ){

    var strQueryString = strHref.substr(strHref.indexOf("&")).toLowerCase();

    var aQueryString = strQueryString.split("&");

    for ( var iParam = 0; iParam < aQueryString.length; iParam++ ){

      if (aQueryString[iParam].indexOf(strParamName + "=") > -1 ){

        var aParam = aQueryString[iParam].split("=");

        strReturn = aParam[1];

        break;

      }

    }

  }

  return strReturn;

}



// Mod function

function Mod(a, b) {

    return a - Math.floor(a / b) * b;

}



// Write out "Page X of Y"

function press_page() {

	document.write('Page ');

	document.write(cur_page);

	document.write(' of ');

	document.write(numpages);

}



// Write out the next button if necessary

function press_next() {

	if ((start + length) < pr.length) {

		next_page = cur_page + 1;

		

		document.write('<a href="bluearc-press-releases.shtml?d&page=');

		document.write(next_page);

		document.write('">Next »</a>');

	}

}





// Write out the previous button if necessary

function press_prev() {

	if (start > 1) {

		prev_page = cur_page - 1;

		

		document.write('<a href="bluearc-press-releases.shtml?d&page=');

		document.write(prev_page);

		document.write('">« Previous</a>');
	}

}



// Write out the press coverage stuff

// Start is the position to start at

// length is the amount to display at once

function press_cov(){

	// Get the end position

	end = start + length - 1;

	

	// Validate end

	if (end > (pr.length - 1)) { end = pr.length - 1;}

	

	// Print out end-start news headlines

	for (i = start; i <= end; i++) {

		if (Mod(i,2) == 1) {

			document.write('<tr bgcolor="#f5f5f5">');

		} else {

			document.write("<tr>");

		}

		document.write('<td valign="top" width="120"><strong>');
		
		//document.write('<a href="');

		// URL

		//document.write(pr[i][0]);

		

		//document.write('">');

		

		// Date

		document.write(pr[i][1]);

		//document.write('</a>');

		document.write('</strong></td>');

		

		document.write('<td valign="top">');

		document.write('<a href="');

		

		// URL again

		document.write(pr[i][0]);

		

		document.write('">');

		

		// Title

		document.write(pr[i][2]);

		

		document.write('</a></td></tr>');

	}

}



// Make sure to use DOUBLE quotes NOT single quotes for all the HTML above. Below is ok.

// Link, Date, Title pr_091027-certified-microsoft-partner.shtml

var pr = [
		  
	["press_releases/pr_100830-new-storage-solution-for-vmware-over-nfs.shtml", "August 30, 2010", "BlueArc Announces New Storage Solution Suite for VMware over NFS"],
		  
	["press_releases/pr_100830-permabit-and-bluearc-announce-oem-relationship.shtml", "August 30, 2010", "Permabit and BlueArc Announce OEM Relationship"],
		  
	["press_releases/pr_100811-bluearc-announces-siliconfs-7-release.shtml", "August 11, 2010", "BlueArc Announces SiliconFS 7.0 Software Release"],
		  
	["press_releases/pr_100727-bluearc-closes-funding.shtml", "July 27, 2010", "BlueArc Closes $20 Million of New Funding"],
		  
	["press_releases/pr_100727-bluearc-storage-vendor-of-choice.shtml", "July 27, 2010", "BlueArc the Storage Vendor of Choice for Post Production Projects"],
		  
	["press_releases/pr_100707-mill-writes-the-future-with-bluearc.shtml", "July 7, 2010", "The Mill Writes the Future with BlueArc Storage Solution"],
		  
	["press_releases/pr_100609-bluearc-accelerates-next-gen-genome-sequencing.shtml", "June 9, 2010", "BlueArc Accelerates Next-Generation Genome Sequencing"],
		  
	["press_releases/pr_100525-vardata-deepens-partnership-with-bluearc.shtml", "May 25, 2010", "VarData deepens partnership with BlueArc to enhance storage solutions offerings to customers"],
		  
	["press_releases/pr_100519-bluearc-launches-enhanced-channel-sales-program.shtml", "May 19, 2010", "BlueArc Launches Enhanced Channel Sales Programme in Europe"],
		  
	["press_releases/pr_100504-visual-effects-clash-of-titans.shtml", "May 4, 2010", "BlueArc Multi-Tier Virtualized Storage System Devours Monster Visual Effects in <strong><em>Clash of the Titans</em></strong>"],
		  
	["press_releases/pr_100421-bluearc-expands-channel-sales.shtml", "April 21, 2010", "BlueArc Expands Channel Sales Program"],
		  
	["press_releases/pr_100408-better-storage-solutions.shtml", "April 8, 2010", "BlueArc to Showcase Storage Solutions for Better, Faster Digital Media Workflows at NAB 2010"],
		  
	["press_releases/pr_100323-visionary-nas-solutions.shtml", "March 23, 2010", "BlueArc Positioned in Visionaries Quadrant of Leading Industry Analyst Firm’s Magic Quadrant for Midrange and High-End NAS Solutions"],
		  
	["press_releases/pr_100222-channel-chief.shtml", "February 22, 2010", "BlueArc’s Cameron van Orman Recognized as a 2010 Channel Chief by Everything Channel’s CRN"],
		  
	["press_releases/pr_100106-avatar.shtml", "January 6, 2010", "BlueArc Storage Solution Powers Visual Effects Behind <strong><em>Avatar</em></strong>"],
		  
	["press_releases/pr_100104-best-channel-vendor.shtml", "January 4, 2010", "BlueArc Named a 2010 Best Channel Vendor by Business Solutions Magazine"],
		  
	["http://www.networkcomputing.com/servers-storage/starz-beefs-up-storage-performance-for-heavy-production-schedule.php?cid=ref-true", "December 11, 2009", "Starz Beefs Up Storage Performance For Heavy Production Schedule"],
		  
	["http://searchstorage.techtarget.com/news/article/0,289142,sid5_gci1376014,00.html", "December 4, 2009", "BlueArc Titan clustered NAS helps put <strong><em>Planet 51</em></strong> into orbit"],
		  
	["press_releases/pr_091123-planet-51.shtml", "November 23, 2009", "Out of This World BlueArc Storage Solution Enables <strong><em>Planet 51</em></strong> to Take Off"],
		  
	["press_releases/pr_091116-titan-readers-choice-award.shtml", "November 16, 2009", "BlueArc Titan Receives 2009 HPCwire Readers’ Choice Award"],
		  
	["press_releases/pr_091110-performance-leadership-new-solution.shtml", "November 10, 2009", "BlueArc Maintains Performance Leadership with New Mid-Market Solution"],
		  
	["press_releases/pr_091027-certified-microsoft-partner.shtml", "October 27, 2009", "BlueArc Earns Certified Partner Status In Microsoft Partner Program"],
		  
	["press_releases/pr_091014-sgi.shtml", "October 14, 2009", "BlueArc Announces OEM Agreement with SGI"],
		  
	["press_releases/pr_090914-district-9.shtml", "September 14, 2009", "BlueArc Storage Solution Stars in “District 9”"],
		  
	["press_releases/pr_090831-best-product.shtml", "August 31, 2009", "BlueArc Data Migrator Named Business Solutions Magazine Best Channel Product"],
		  
	["press_releases/pr_090811-index.shtml", "August 11, 2009", "Index Engines 3.0 Indexes One Terabyte per Hour PER NODE on BlueArc Titan Network storage"],
		  
	["press_releases/pr_090804-film9.shtml", "August 4, 2009", "BlueArc Storage Solution Powers Animated Film <strong><em>9</em></strong>"],
		  
	["press_releases/pr_090707-mercury.shtml", "July 7, 2009", "New BlueArc Mercury™ Network Storage System Unleashes High-end Storage to a Broader Market"],
		  
	["press_releases/pr_090623.shtml", "June 23, 2009", "BlueArc and DataDirect Networks Deliver Advanced Storage Options for HPC Customers"],
	
	["press_releases/pr_090609.shtml", "June 9, 2009", "BlueArc Supports Ninth Generation Cloud Backup and Recovery Platform by Asigra for Delivery of Secure, Automated and Efficient Data Protection'</em>"],
	
	["press_releases/pr_090521.shtml", "May 21, 2009", "BlueArc Receives Avetec DICE Award<br><em>Titan 3000 Series Storage Solution Recognized for Performance and Impact'</em>"],
		  
	["press_releases/pr_accel_090513.shtml", "May 13, 2009", "BlueArc Accelerates Document Solutions’ Litigation Support Practice"],

	["press_releases/pr_ocarina_042009.shtml", "April 20, 2009", "BlueArc and Ocarina Team Up to Reduce Customers' Data Footprint Without Sacrificing Performance and Manageability"],

	["press_releases/pr_channel_041509.shtml", "April 15, 2009", "BlueArc's Partner Acceleration Program Recognized by Everything Channel With Five-Star Certification"],

	["press_releases/pr_vormetric_040709.shtml", "April 7, 2009", "BlueArc and Vormetric Deliver High-Performance Storage Security Solution"],

	["press_releases/pr_channelchief_022509.shtml", "February 25, 2009", "BlueArc's Cameron van Orman Named 2009 CRN Channel Chief by Everything Channel"],

	["press_releases/pr_searchstorage_022409.shtml", "February 24, 2009", "SearchStorage Gives Gold to BlueArc Titan 3200 in Product of the Year Awards"],

	["press_releases/pr_warwick_021709.shtml", "February 17, 2009", "BlueArc Names Bridget Warwick Vice President of Marketing"],

	["press_releases/pr_dti_020309.shtml", "February 3, 2009", "Document Technologies Boosts eDiscovery Capabilities With BlueArc"],

	["press_releases/pr_infoworld_012809.shtml", "January 28, 2009", "InfoWorld Names BlueArc Titan 3000 'Best NAS' in Technology of the Year 2009 Awards"],

	["press_releases/pr_bussol_011409.shtml", "January 14, 2009", "BlueArc Named a 2009 Best Channel Vendor by Business Solutions Magazine"],

	["press_releases/pr_quantum_121808.shtml", "December 18, 2008", "BlueArc Announces Interoperability for Titan Storage Solutions and Quantum DXi7500 Disk Backup and Deduplication System"],

	["press_releases/pr_channel_112508.shtml", "November 25, 2008", "BlueArc Channel Partnership Program Sees Rapid Growth, Achieves New Milestone"],

	["press_releases/pr_tolly_112408.shtml", "November 24, 2008", "BlueArc Titan 3200 Delivers High Throughput in Tolly Group Test"],

	["press_releases/pr_washumed_102808.shtml", "October 28, 2008", "BlueArc Storage Virtualization Speeds Insight to Washington University Imaging Research"],

	["press_releases/pr_hwwilson_102108.shtml", "October 21, 2008", "BlueArc Speeds Access to Vast H.W. Wilson Research Library"],

	["press_releases/pr_datadomain_101508.shtml", "October 15, 2008", "BlueArc and Data Domain Collaborate to Deliver Leading Performance and Data Reduction Strategies for Enterprise Data Centers"],

	["press_releases/pr_ocarina_101508.shtml", "October 15, 2008", "Ocarina Networks, BlueArc Team to Deliver Capacity-Optimized Online Storage"],

	["press_releases/pr_software_101408.shtml", "October 14, 2008", "BlueArc Introduces New Tiering, Caching Capabilities to Deliver the Right Data to the Right Place at the Right Time"],

	["press_releases/pr_tms_101408.shtml", "October 14, 2008", "BlueArc and Texas Memory Systems Deliver Extreme Storage Performance"],

	["press_releases/pr_pacten_082808.shtml", "August 28, 2008", "Pac-10 Teams Score Competitive Insight with BlueArc Storage Solution"],

	["press_releases/pr_federal_082608.shtml", "August 26, 2008", "BlueArc Storage Solutions Gain Momentum in Federal Government Sector"],

	["press_releases/pr_sanborn_072908.shtml", "July 29, 2008", "Sanborn Expands BlueArc Solution, Maps Direct Path to Customer Satisfaction"],

	["press_releases/pr_natlguard_072208.shtml", "July 22, 2008", "Air Guard Flight Data Analysis Soars with BlueArc Titan Storage Solution"],

	["press_releases/pr_cfo_071408.shtml", "July 14, 2008", "BlueArc Appoints Rick Martig Chief Financial Officer"],

	["press_releases/pr_performance_061708.shtml", "June 17, 2008", "BlueArc Titan 3200 Storage System Sets New Record for Network Storage Performance"],

	["press_releases/pr_hulk_061608.shtml", "June 16, 2008", "BlueArc Storage Solution Tames 'The Incredible Hulk' for Soho VFX"],

	["press_releases/pr_backuptech_060308.shtml", "June 3, 2008", "BlueArc Storage Solution Anchors Backup Technology"],

	["press_releases/pr_terian_052808.shtml", "May 28, 2008", "Terian Solutions Backs Up Vital Customer Data with BlueArc Titan Solution"],

	["press_releases/pr_crunchtime_052108.shtml", "May 21, 2008", "New Study Finds Most Companies Ill-Prepared for Imminent Periods of Intense Data Flow"],

	["press_releases/pr_channel_043008.shtml", "April 30, 2008", "BlueArc Expands Channel Program to Benefit Partners and Customers"],

	["press_releases/pr_green_041608.shtml", "April 16, 2008", "New BPM Forum Study Finds IT Failing to Curb Data Center Energy Consumption, Despite Concerns"],

	["press_releases/pr_vmware_040808.shtml", "April 8, 2008", "BlueArc Boosts Benefits of Consolidation for VMware Customers"],

	["press_releases/pr_gartner_040808.shtml", "April 8, 2008", "BlueArc Positioned in Visionaries Quadrant for Midrange and High-End NAS Solutions Magic Quadrant"],

	["press_releases/pr_byu_040108.shtml", "April 1, 2008", "Brigham Young University's Fulton Supercomputing Lab Expands Capabilities With BlueArc Storage Solution"],

	["press_releases/pr_fujitsu_031908.shtml", "March 19, 2008", "BlueArc Chooses the Fujitsu XG2000 Ethernet Switch for Clustering Storage Solutions"],

	["press_releases/pr_titan3000_030408.shtml", "March 4, 2008", "BlueArc Titan 3000 Storage Series Opens Door to Dynamic IT Infrastructure"],

	["press_releases/pr_hdds_030408.shtml", "March 4, 2008", "BlueArc Adds Advanced Data Search, Index, Classification, and Retention Capabilities"],	

	["press_releases/pr_storagex_030408.shtml", "March 4, 2008", "Brocade and BlueArc Partner to Simplify File Management in Distributed, Heterogeneous IT Environments"],	
		  
	["press_releases/pr_lifepics_022608.shtml", "February 26, 2008", "LifePics Deploys BlueArc Solution for High Resolution Storage Demands"],

	["press_releases/pr_rvm_010808.shtml", "January 8, 2008", "RVM, Inc. Rules BlueArc Storage Solution Ideal for Litigation Support"],	

	["press_releases/pr_bnl_121207.shtml", "December 12, 2007", "BlueArc Storage Solution Helps Brookhaven National Lab Chart New Frontiers with Proven Technology"],	

	["press_releases/pr_claranet_120407.shtml", "December 4, 2007", "BlueArc Storage Solution Clears Claranet's Path to New Managed Services"],	

	["press_releases/pr_titan1100_112707.shtml", "November 27, 2007", "BlueArc Extends High Performance Titan Storage System Family to the Midrange With Addition of Titan 1100 Model"],	
		  
	["press_releases/pr_nearline_110607.shtml", "November 6, 2007", "BlueArc Debuts Nearline Storage Solution With Market-Leading Density, Expands Scalability of Titan Product Line"],	

	["press_releases/pr_security_110607.shtml", "November 6, 2007", "BlueArc Storage Enhancements Help Businesses Safeguard Vital Data Assets"],	

	["press_releases/pr_redchillies_102407.shtml", "October 24, 2007", "BlueArc Titan Network Storage Solution Heats Up Mumbai-based Redchillies.vfx' Visual Effects Production"],	

	["press_releases/pr_photonvfx_102307.shtml", "October 23, 2007", "BlueArc Storage Solution Helps Australia's Photon VFX Render New Business Growth"],	

	["press_releases/pr_expand_101607.shtml", "October 16, 2007", "Expand and BlueArc Partner to Optimise File Services Access over the WAN"],	

	["press_releases/pr_williams_101507.shtml", "October 15, 2007", "Infinera's Duston Williams Joins BlueArc Board of Directors"],	

	["press_releases/pr_asigra_092607.shtml", "September 26, 2007", "Asigra Partners with BlueArc to Deliver Solution for Remote Office Backup and Recovery"],
	
	["press_releases/pr_green_092507.shtml", "September 25, 2007", "BPM Forum and BlueArc Launch Strategic <i>Lean & Green</i> Initiative to Inform and Support Environmentally Sound Corporate Computing and Data Storage"],

	["press_releases/pr_purdue_092007.shtml", "September 20, 2007", "Purdue University Turns to BlueArc Storage Solution to Help Manage Unpredictability Faced by Scientific Research"],
	
	["press_releases/pr_crunchtime_091207.shtml", "September 12, 2007", "BPM Forum and BlueArc Launch Milestone Uptime @ Crunch Time™ Thought Leadership Program Around Data Performance Issues and Strategies"],
	
	["press_releases/pr_riverbed_091107.shtml", "September 11, 2007", "BlueArc Works with Riverbed to Empower Remote Office Users With High Speed Access to Centralized Data"],	

	["press_releases/pr_filing_090707.shtml", "September 7, 2007", "BlueArc Files Registration Statement for an Initial Public Offering"],	

	["press_releases/pr_baratz_082807.shtml", "August 28, 2007", "Alan Baratz Joins BlueArc Board of Directors"],	

	["press_releases/pr_indexengines_082807.shtml", "August 28, 2007", "Index Engines And BlueArc Partner to Drive eDiscovery Performance, Efficiency and Scalability"],	

	["press_releases/pr_commvault_082207.shtml", "August 22, 2007", "BlueArc Announces Certification With CommVault"],	

	["press_releases/pr_symantec_082107.shtml", "August 21, 2007", "BlueArc Announces Storage System Certification with Symantec for Data Recovery, Protection, Backup and Restore"],	

	["press_releases/pr_bakbone_081507.shtml", "August 15, 2007", "BlueArc Announces Certification With BakBone to Support Customers' Business Continuity With Automated Backup"],	

	["press_releases/pr_scentric_081507.shtml", "August 15, 2007", "BlueArc and Scentric Enhance Product Compatibility To Help Customers Drive More Value from Data"],	

	["press_releases/pr_tms_080707.shtml", "August 7, 2007", "BlueArc Teams With Texas Memory Systems to Offer Customers All-Hardware Network Storage Lineup"],		

	["press_releases/pr_mxlogic_071007.shtml", "July 10, 2007", "MX Logic Enlists BlueArc Titan 2000 Network Storage Solution As a Weapon to Aid in the War on Spam"],	

	["press_releases/pr_award_061807.shtml", "June 18, 2007", "BlueArc Wins Diogenes Labs - Storage Magazine Quality Award for Enterprise NAS Systems"],	

	["press_releases/pr_mt_051507.shtml", "May 15, 2007", "BlueArc Enables Unsurpassed Performance and Scalability for Innovative (mt) Media Temple (gs) Grid-Service Web Hosting Platform"],	

	["press_releases/pr_ultraspeed_050807.shtml", "May 8, 2007", "Ultraspeed Leverages BlueArc's Titan 2000 to Fuel Innovative 'Diskless Server System' Web Hosting Platform"],	

	["press_releases/pr_emea_050107.shtml", "May 1, 2007", "BlueArc Expands EMEA Market Presence to Meet Growing Customer Demand for High Performance Network Storage"],	

	["press_releases/pr_t2500_041707.shtml", "April 17, 2007", "BlueArc Introduces the Titan 2500 Storage System, Featuring Native 10 Gigabit Ethernet, Protocol Acceleration"],	

	["press_releases/pr_hds_snw_041707.shtml", "April 17, 2007", "BlueArc and Hitachi Data Systems to Demonstrate Multi-Vendor Storage Virtualization at Storage Networking World"],	

	["press_releases/pr_cray_040407.shtml", "April 4, 2007", "BlueArc Announces Agreement with Cray to Provide Customers with High Performance Network Storage"],	

	["press_releases/pr_clustering_022707.shtml", "February 27, 2007", "BlueArc Sets New Bar for Clustered Storage Performance and Scalability, Reducing Cost and Complexity"],	

	["press_releases/pr_poy_012507.shtml", "January 25, 2007", "BlueArc's Titan 2200 System Honored as Finalist in Storage Products of the Year Award"],	

	["press_releases/pr_oem_121106.shtml", "December 11, 2006", "Hitachi Heats Up the High-Performance Computing Market<br>Forging Worldwide OEM Agreement with BlueArc"],	

	["press_releases/pr_momentum_120606.shtml", "December 6, 2006", "BlueArc Accelerates Sales Growth, Customer Momentum<br>To New Heights Amid Demand for Titan 2000 Systems"],	

	["press_releases/pr_lawsuit_120606.shtml", "December 6, 2006", "BlueArc Successfully Defends Intellectual Property, Winning Network Appliance Lawsuit"],	

	["press_releases/pr_weta_100306.shtml", "October 3, 2006", "Weta Digital Turns to BlueArc Titan Storage System To Meet Unrelenting Demands of World-Class Special Effects"],	

	["press_releases/pr_starz_092506.shtml", "September 25, 2006", "BlueArc's Titan Hits A Home Run for Starz Media Visual Effects In Everyone's Hero"],	

	["press_releases/pr_storageplus_091206.shtml", "September 12, 2006", "BlueArc CEO to Deliver Industry Keynote at the Inaugural Storage Plus Conference"],	

	["press_releases/pr_4gig_082206.shtml", "August 22, 2006", "BlueArc Increases Speed and Density of Titan<br>Storage Systems With New 4Gbps Storage Arrays"],	

	["press_releases/pr_cishollywood_080106.shtml", "August 1, 2006", "BlueArc and Force10 Networks Provide Foundation<br>For CIS Hollywood's Blockbuster Visual Effects"],	

	["press_releases/pr_siggraph_080106.shtml", "August 1, 2006", "BlueArc Powers SIGGRAPH Electronic Theater,<br>Enabling Digital Workflow for Visual Effects Showcase"],	

	["press_releases/pr_superman_071706.shtml", "July 17, 2006", "BlueArc Storage Plays the Role of Super Hero<br>for The Orphanage's Visual Effects in 'Superman Returns'"],	

	["press_releases/pr_ao100_071206.shtml", "July 12, 2006", "BlueArc Selected by AlwaysOn as AO100 Private Company Award Winner"],	

	["press_releases/pr_newhq_062706.shtml", "June 27, 2006", "BlueArc Announces New Corporate Headquarters<br>to Support Company Expansion"],	

	["press_releases/pr_swc_062006.shtml", "June 20, 2006", "BlueArc to Deliver Industry Keynote at the Storage World Conference"],	

	["press_releases/pr_vanderbilt_062006.shtml", "June 20, 2006", "Vanderbilt University Selects BlueArc as Central Storage Hub for Esteemed Research Department"],	

	["press_releases/pr_jhu_061506.shtml", "June 15, 2006", "BlueArc Builds Scalable Storage Foundation for The Johns Hopkins Center for Language and Speech Processing"],	

	["press_releases/pr_uminn_061406.shtml", "June 14, 2006", "Supercomputing Institute at the University of Minnesota<br>Deploys BlueArc Storage to Manage Research Data"],	

	["press_releases/pr_kansas_061306.shtml", "June 13, 2006", "University of Kansas Selects BlueArc as Technology Platform for New Research Effort in $40 Million Facility"],	

	["press_releases/pr_funding_060606.shtml", "June 6, 2006", "BlueArc Raises $29 Million In Financing To Increase Customer Presence, Leveraging Significant Market Momentum"],	

	["press_releases/pr_gartner_060606.shtml", "June 6, 2006", "BlueArc Named Fastest Growing High-End NAS Vendor By Analyst Firm for Third Consecutive Year"],	

	["press_releases/pr_ediscovery_060506.shtml", "June 5, 2006", "Electronic Discovery Leaders Deploy BlueArc Storage to Accelerate Search and Retrieval of Regulated Data"],	

	["press_releases/pr_global_relay_060506.shtml", "June 5, 2006", "Global Relay Delivers Enterprise-Class Message Archiving, Compliance and Electronic Discovery, Leveraging BlueArc Titan Network Storage System Infrastructure"],	

	["press_releases/pr_tolly_052406.shtml", "May 24, 2006", "BlueArc Titan 2200 Storage System Achieves High Throughput Performance in Tolly Group Test"],	

	["press_releases/pr_wild_042406.shtml", "April 24, 2006", "BlueArc Delivers Storage Muscle for C.O.R.E. Feature Animation's CGI in Full-Length Animation Film 'The Wild'"],	

	["press_releases/pr_pipelinefx_042406.shtml", "April 24, 2006", "BlueArc Partners With PipelineFX to Improve 3D Workflow and Quality for Visual Effects and Animation"],	

	["press_releases/pr_bioit_040506.shtml", "April 5, 2006", "BlueArc Named to Bio-IT World Bio-IT 50, Highlighting Company's Impact on Life Sciences Market"],	

	["press_releases/pr_specsfs_030706.shtml", "March 7, 2006", "BlueArc Shatters Network Storage Performance Mark With Titan 2200 Storage System, Doubling Previous Record and Extending Lead"],	
	
	["press_releases/pr_dti_022806.shtml", "February 28, 2006", "Document Technologies Inc. Accelerates Electronic Discovery With BlueArc Titan 2200 Storage System"],	
	
	["press_releases/pr_partners_022106.shtml", "February 21, 2006", "BlueArc Partners Express Support and Interoperability for Titan 2000 Storage System Announcement"],	

	["press_releases/pr_10gig_022106.shtml", "February 21, 2006", "BlueArc Titan Storage Solutions Designed to Support True 10 Gigabit Ethernet Performance"],	

	["press_releases/pr_titan2000_020606.shtml", "February 6, 2006", "BlueArc Introduces Titan 2000 Series, Featuring Advanced Virtualization, Global Namespace, and 10 Gigabit Ethernet"],	

	["press_releases/pr_cns_020606.shtml", "February 6, 2006", "BlueArc Introduces Unified Global Name Space For Titan Network Storage Servers"],	

	["press_releases/pr_asm_011806.shtml", "January 18, 2006", "Advantage Sales and Marketing Selects Titan Solution<br>From BlueArc to Support Infrastructure Growth"],	

	["press_releases/pr_rice_121405.shtml", "December 14, 2005", "Rice University Centralizes Storage Infrastructure With BlueArc, Enabling Massive Server Consolidation"],	

	["press_releases/pr_narnia_121205.shtml", "December 12, 2005", "BlueArc Storage Brings Narnia Special Effects to Life for Rhythm & Hues In 'The Lion, the Witch and the Wardrobe'"],	

	["press_releases/pr_storcloud_111505.shtml", "November 15, 2005", "BlueArc to Demonstrate World's Fastest Network Storage System at SuperComputing 2005 With Sun StorageTek"],	

	["press_releases/pr_momentum_110905.shtml", "November 9, 2005", "BlueArc Achieves Growing Momentum and New Customers"],	

	["press_releases/pr_zhone_102505.shtml", "October 25, 2005", "Zhone Technologies Consolidates Network Storage Environment With BlueArc Titan System"],	

	["press_releases/pr_mrx_092905.shtml", "September 29, 2005", "BlueArc Helps Mr. X Visual Effects Hit a Hole In One<br>For Film 'The Greatest Game Ever Played'"],	

	["press_releases/pr_specmail_081605.shtml", "August 16, 2005", "BlueArc Teams with Intel and CommuniGate Systems<br>to Set New Mail Server Performance Record"],	

	["press_releases/pr_f4_071105.shtml", "July 11, 2005", "BlueArc and Meteor Studios Team Up for<br>Groundbreaking Digital Effects in Fantastic Four"],	

	["press_releases/pr_ao100_062805.shtml", "June 28, 2005", "BlueArc Corporation Selected By AlwaysOn As Top 100 Private Company Award Winner"],	

	["press_releases/pr_funding_060305.shtml", "June 3, 2005", "BlueArc Secures Funding of $15 Million to Fuel Continued Network Storage Market Expansion"],	

	["press_releases/pr_software_052505.shtml", "May 25, 2005", "BlueArc Introduces Comprehensive Storage Software Suite for Titan Network Storage System"],		

	["press_releases/pr_wustl_051705.shtml", "May 17, 2005", "Leading Genome Sequencing Center Turns to BlueArc Titan for DNA Analysis and Storage"],

	["press_releases/pr_ceo_042105.shtml", " April 21, 2005", "BlueArc Names Mike Gustafson CEO, Expanding Previous Role as President"],

	["press_releases/pr_turner_041805.shtml", "April 18, 2005", "Turner Studios Selects BlueArc Titan to Accelerate Digital Film Production and Retrieval"],

	["press_releases/pr_stkca_040705.shtml", "April 7, 2005", "StorageTek Canada Signs International Reseller Agreement With BlueArc to Distribute Titan SiliconServers"],

	["press_releases/pr_accelrys_032205.shtml", " March 22, 2005", "Accelrys Selects BlueArc Titan Storage System As Company's Standard Storage Platform Worldwide"],

	["press_releases/pr_daheb_022305.shtml", "February 23, 2005", "BlueArc Names Steve Daheb Vice President of Marketing"],

	["press_releases/pr_cto_012505.shtml", " January 25, 2005", "BlueArc Names Shmuel Shottan Chief Technology Officer"],

	["press_releases/pr_stk_121604.shtml", "December 16, 2004", "BlueArc Joins StorageTek's TekAlliance Partner Program - Certified Interoperability Offered Between Titan Storage System and StorageTek FlexLine Product Families"],

	["press_releases/pr_specsfs_110104.shtml", "November 1, 2004", "BlueArc's Titan SiliconServer Delivers Record SPECsfsÆ Results for Single Server with a Single File System, Topping 50,000 Operations Per Second"],	

	["press_releases/pr_tacit_102604.shtml", "October 26, 2004", "BlueArc Selects Tacit Networks WAFS Technology for Integration Into High-End Network Storage Systems"], 	

	["press_releases/pr_princeton_100504.shtml", "October 5, 2004", "BlueArc and Foundry Join Forces To Analyze, Deliver and Store MRI Scans for Higher Brain Function Research"], 

	["press_releases/pr_channel_092904.shtml", "September 29, 2004", "BlueArc Launches Global Channel Program to Expand Enterprise Sales"],	

	["press_releases/pr_award_091604.shtml", "September 16, 2004","BlueArc's Titan Selected as Winner of IDG's Computerwold Innovative Technology Award"],	

	["press_releases/pr_nbc_082404.shtml", "August 24, 2004","BlueArc Storage Is Gold Standard for NBC Olympic Graphics"],	

	["press_releases/pr_engenio_080404.shtml", "August 4, 2004","BlueArc Enhances Multi-Tiered Storage Offerings Through New OEM Agreement With Engenio"],	

	["press_releases/pr_stalker_080204.shtml", "August 2, 2004", "Stalker Software Teams With BlueArc to Provide High Performance E-mail and Storage"],

	["press_releases/pr_fios_072704.shtml", "July 27, 2004", "Fios Adds Latest Storage Technology from BlueArc to Meet Growing Demand for Electronic Discovery Services"],

	["press_releases/pr_brocade_071304.shtml", " July 13, 2004", "BlueArc Reduces Network Storage Scalability Costs Through New Alliance With Brocade"],

	["press_releases/pr_gustafson_061503.shtml", "June 15, 2004", "BlueArc Announces Mike Gustafson as President"],

	["press_releases/pr_canion_052604.shtml", "May 26, 2004", "Compaq Co-Founder Rod Canion Joins BlueArc Board of Directors"],

	["press_releases/pr_oracle_040504.shtml", "April 5, 2004", "BlueArc's Titan SiliconServer Validated On Oracle9i Database"],	

	["press_releases/pr_tsanet_040504.shtml", " April 5, 2004", "BlueArc Joins TSANet Multivendor Alliance To Enhance Enterprise Class Customer Service and Support"],

	["press_releases/pr_bioit_032304.shtml", "March 23, 2004", "BlueArc Announces Major Presence at Bio-IT World Conference and Expo"],	

	["press_releases/pr_core_031604.shtml", "March 16, 2004", "BlueArc and C.O.R.E. Feature Animation Team to Create Full-Length CGI Film"],

	["press_releases/pr_titan_012604.shtml", " January 26, 2004", "BlueArc Unveils Titan, Changes the Economics of Network Storage"],


]; 





var numpages = Math.ceil(pr.length/length);	// get number of pages



// Get the page you're on

var cur_page = getURLParam("page") - 0;   // make sure its in integer form

// Validate Current page

if (cur_page < 1) {cur_page = 1;}

if (cur_page > numpages) { cur_page = numpages;}



var start = (cur_page - 1) * length;

// Validate start

if (start < 0) { start = 0;}

if (start > (pr.length - 1)) { start = pr.length - 1;}



// alert(cur_page + " " + start);

										
